Merge pull request #1935 from Vindaar/unchainedAndDatamancer

add unchained and datamancer, remove tag from ggplotnim
This commit is contained in:
Andreas Rumpf 2021-06-17 12:00:08 +02:00 committed by GitHub
commit 16f09a3d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15922,8 +15922,7 @@
"gog",
"ggplot2",
"plotting",
"graphics",
"dataframe"
"graphics"
],
"description": "A port of ggplot2 for Nim",
"license": "MIT",
@ -22917,5 +22916,35 @@
"description": "nim package manager",
"license": "MIT",
"web": "https://github.com/bung87/slim"
},
{
"name": "unchained",
"url": "https://github.com/SciNim/unchained",
"method": "git",
"tags": [
"library",
"compile time",
"units",
"physics",
"physical units checking",
"macros"
],
"description": "Fully type safe, compile time only units library",
"license": "MIT",
"web": "https://github.com/SciNim/unchained"
},
{
"name": "datamancer",
"url": "https://github.com/SciNim/datamancer",
"method": "git",
"tags": [
"library",
"dataframe",
"macros",
"dplyr"
],
"description": "A dataframe library with a dplyr like API",
"license": "MIT",
"web": "https://github.com/SciNim/datamancer"
}
]