summaryrefslogtreecommitdiff
path: root/tommath_nim.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'tommath_nim.nimble')
-rw-r--r--tommath_nim.nimble14
1 files changed, 14 insertions, 0 deletions
diff --git a/tommath_nim.nimble b/tommath_nim.nimble
new file mode 100644
index 0000000..440dd7a
--- /dev/null
+++ b/tommath_nim.nimble
@@ -0,0 +1,14 @@
+# 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"