diff options
Diffstat (limited to 'tommath.nimble')
| -rw-r--r-- | tommath.nimble | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tommath.nimble b/tommath.nimble new file mode 100644 index 0000000..a395249 --- /dev/null +++ b/tommath.nimble @@ -0,0 +1,15 @@ +# Package + +version = "0.1.0" +author = "Oskari Timperi" +description = "libtommath for Nim" +license = "MIT" +srcDir = "src" + +# Dependencies + +requires "nim >= 0.18.0" + +before install: + exec "git clone --branch v1.0.1 https://github.com/libtom/libtommath.git /tmp/source-libtommath" + exec "nim c -r tools/libtommath.nim" |
