aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-01-29 09:26:30 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2016-01-29 09:26:30 +0000
commite6ee5b8a305782641995900e947e594b3ad82e50 (patch)
tree022f452a40dff5c3c056da6606f59d38cd7f9991
parentc9130bbf0297dccf15aadfcb50dfeebcbfa4d19a (diff)
parent69be15c218c7b6f35b27ceafe1de299db26a9e89 (diff)
downloadpackages-e6ee5b8a305782641995900e947e594b3ad82e50.tar.gz
packages-e6ee5b8a305782641995900e947e594b3ad82e50.zip
Merge pull request #310 from Lompik/master
Add pari/gp C libary wrapper
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0c00c24..f08303d 100644
--- a/packages.json
+++ b/packages.json
@@ -4048,5 +4048,17 @@
"description": "better cookie handling",
"license": "MIT",
"web": "https://github.com/achesak/nim-biscuits"
+ },
+ {
+ "name": "pari",
+ "url": "git://github.com/lompik/pari.nim",
+ "method": "git",
+ "tags": [
+ "number theory",
+ "computer algebra system"
+ ],
+ "description": "Pari/GP C library wrapper",
+ "license": "MIT",
+ "web": "https://github.com/lompik/pari.nim"
}
]