From 4f6eebb549952d625f39d1e6e51841693d156077 Mon Sep 17 00:00:00 2001 From: lompik Date: Tue, 26 Jan 2016 20:40:15 -0600 Subject: [PATCH] Add pari/gp C libary wrapper --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" + } ]