| ci: check staticness by reading the ELF, not by ldd | 1 | version = "0.1.5" |
| Rename to nimstatic, and detect dependencies from the source | 2 | author = "nandi" |
| 3 | description = "Fully static Nim binaries, dependencies and all — detects what you link and fetches musl archives from Alpine" | |
| 4 | license = "MIT" | |
| 5 | srcDir = "src" | |
| 6 | bin = @["nimstatic"] | |
| 7 | installExt = @["nim"] | |
| 8 | ||
| 9 | requires "nim >= 2.0.0" | |
| 10 | ||
| 11 | task test, "Run the test suite": | |
| 12 | exec "nim c -d:ssl --hints:off -r tests/test_nimstatic.nim" |