aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorlompik <lompikvoila@gmail.com>2016-01-26 20:40:15 -0600
committerlompik <lompikvoila@gmail.com>2016-01-26 20:40:15 -0600
commit4f6eebb549952d625f39d1e6e51841693d156077 (patch)
treebdb98daed985f827f45d5e8757eb44b2a647d6c3 /packages.json
parentc9130bbf0297dccf15aadfcb50dfeebcbfa4d19a (diff)
downloadpackages-4f6eebb549952d625f39d1e6e51841693d156077.tar.gz
packages-4f6eebb549952d625f39d1e6e51841693d156077.zip
Add pari/gp C libary wrapper
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 0c00c24..672afe8 100644
--- a/packages.json
+++ b/packages.json
@@ -4049,4 +4049,16 @@
"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"
+ }
]