nandi/nimstaticpublic Fork 0
159b56cbf22ffa7841a22e6a0c595a25ba3b70f2
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.

temp: raw size probe 159b56c · on 159b56cbf22ffa7841a22e6a0c595a25ba3b70f2 · nandi · 10h ago
nimstatic.nimble · 12 lines · 399 BText Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
version       = "0.1.0"
author        = "nandi"
description   = "Fully static Nim binaries, dependencies and all — detects what you link and fetches musl archives from Alpine"
license       = "MIT"
srcDir        = "src"
bin           = @["nimstatic"]
installExt    = @["nim"]

requires "nim >= 2.0.0"

task test, "Run the test suite":
  exec "nim c -d:ssl --hints:off -r tests/test_nimstatic.nim"