summaryrefslogtreecommitdiff
path: root/tommath_nim.nimble
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2018-03-12 17:46:22 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2018-03-12 17:46:22 +0200
commit074875f3719f42332a7403c0681f66a27268e803 (patch)
treefee56f8ec51f6bbc9b35e3ec7769c19ea9de1a27 /tommath_nim.nimble
parentd82cbba2aa24df5b720807db9cb9596c1a711f36 (diff)
downloadtommath-nim-074875f3719f42332a7403c0681f66a27268e803.tar.gz
tommath-nim-074875f3719f42332a7403c0681f66a27268e803.zip
Building static library
Diffstat (limited to 'tommath_nim.nimble')
-rw-r--r--tommath_nim.nimble14
1 files changed, 0 insertions, 14 deletions
diff --git a/tommath_nim.nimble b/tommath_nim.nimble
deleted file mode 100644
index 440dd7a..0000000
--- a/tommath_nim.nimble
+++ /dev/null
@@ -1,14 +0,0 @@
-# Package
-
-version = "0.1.0"
-author = "Oskari Timperi"
-description = "A new awesome nimble package"
-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"