| muslkit: musl static libraries from Alpine, without Alpine | 1 | version = "0.1.0" |
| 2 | author = "nandi" | |
| 3 | description = "musl-linked static libraries from Alpine, without Alpine" | |
| 4 | license = "MIT" | |
| 5 | srcDir = "src" | |
| 6 | bin = @["muslkit"] | |
| 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_muslkit.nim" |