diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-29 09:26:30 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-29 09:26:30 +0000 |
| commit | e6ee5b8a305782641995900e947e594b3ad82e50 (patch) | |
| tree | 022f452a40dff5c3c056da6606f59d38cd7f9991 | |
| parent | c9130bbf0297dccf15aadfcb50dfeebcbfa4d19a (diff) | |
| parent | 69be15c218c7b6f35b27ceafe1de299db26a9e89 (diff) | |
| download | packages-e6ee5b8a305782641995900e947e594b3ad82e50.tar.gz packages-e6ee5b8a305782641995900e947e594b3ad82e50.zip | |
Merge pull request #310 from Lompik/master
Add pari/gp C libary wrapper
| -rw-r--r-- | packages.json | 12 |
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" } ] |
