add numnim (#1578)

This commit is contained in:
YesDrX 2020-08-02 00:45:32 -04:00 committed by GitHub
parent 1e7b2a1e68
commit 87a0a87cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,21 @@
[ [
{
"name": "numnim",
"url": "https://github.com/YesDrX/numnim",
"method": "git",
"tags": [
"numnim",
"numpy",
"ndarray",
"matrix",
"pandas",
"dataframe"
],
"description": "A numpy like ndarray and dataframe library for nim-lang.",
"license": "MIT",
"web": "https://github.com/YesDrX/numnim",
"doc": "https://github.com/YesDrX/numnim"
},
{ {
"name": "filesize", "name": "filesize",
"url": "https://github.com/sergiotapia/filesize", "url": "https://github.com/sergiotapia/filesize",