Added package nimpari (#1450)

This commit is contained in:
BarrOff 2020-04-25 18:43:19 +02:00 committed by GitHub
parent 3317954601
commit 14495388ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17558,5 +17558,21 @@
"description": "Nim utilities for advanced CPU operations: CPU identification, bindings to assorted intrinsics",
"license": "ISC",
"web": "https://github.com/awr1/cpuwhat"
},
{
"name": "nimpari",
"url": "https://github.com/BarrOff/nim-pari",
"method": "git",
"tags": [
"library",
"wrapper",
"math",
"cas",
"scientific",
"number-theory"
],
"description": "Nim wrapper for the PARI library",
"license": "MIT",
"web": "https://github.com/BarrOff/nim-pari"
}
]