blob: 440dd7a565841c3d8f09c6b2e2b9496bf80a1ca6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|