| dist: nimstatic 0.1.0 x86_64-linux | 1 | version = "0.1.0" |
| 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" |