Added package nimkalc (#1837)

This commit is contained in:
Mattia 2021-03-11 14:31:13 +01:00 committed by GitHub
parent 00425d6ea5
commit 21c82b3580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21823,5 +21823,18 @@
"description": "Set implementation of disjoint intervals", "description": "Set implementation of disjoint intervals",
"license": "MIT", "license": "MIT",
"web": "https://github.com/autumngray/intervalsets" "web": "https://github.com/autumngray/intervalsets"
},
{
"name": "nimkalc",
"url": "https://github.com/nocturn9x/nimkalc",
"method": "git",
"tags": [
"parsing",
"library",
"math"
],
"description": "An advanced parsing library for mathematical expressions and equations",
"license": "Apache 2.0",
"web": "https://github.com/nocturn9x/nimkalc"
} }
] ]