Skip to content

Commit

Permalink
add unchained and datamancer, remove tag from ggplotnim
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jun 16, 2021
1 parent e1e3211 commit 9c49e83
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -15922,8 +15922,7 @@
"gog",
"ggplot2",
"plotting",
"graphics",
"dataframe"
"graphics"
],
"description": "A port of ggplot2 for Nim",
"license": "MIT",
Expand Down Expand Up @@ -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"
}
]

0 comments on commit 9c49e83

Please sign in to comment.