nandi/nimstaticpublic Fork 0
v0.1.3
Commits
Clone
git clone https://git.rickub.com/nandi/nimstatic.git
git clone ssh://git@rickub.com/nandi/nimstatic.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

nimstatic.nimble · 12 lines · 399 BText Blame HistoryRaw
ci: quote the dispatch input description, and bump to 0.1.3 691dd59 nandi 6h ago1version = "0.1.3"
Rename to nimstatic, and detect dependencies from the source 53cd879 nandi 12h ago2author = "nandi"
3description = "Fully static Nim binaries, dependencies and all — detects what you link and fetches musl archives from Alpine"
4license = "MIT"
5srcDir = "src"
6bin = @["nimstatic"]
7installExt = @["nim"]
8
9requires "nim >= 2.0.0"
10
11task test, "Run the test suite":
12 exec "nim c -d:ssl --hints:off -r tests/test_nimstatic.nim"