Update packages.json (#1587)

This commit is contained in:
YesDrX 2020-08-07 16:47:43 -04:00 committed by GitHub
parent 520b83c23c
commit b75297620e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,19 @@
[
{
"name": "randgen",
"url": "https://github.com/YesDrX/randgen",
"method": "git",
"tags": [
"random",
"nim",
"pdf",
"cdf"
],
"description": "A random variable generating library for nim.",
"license": "MIT",
"web": "https://yesdrx.github.io/randgen/",
"doc": "https://yesdrx.github.io/randgen/"
},
{
"name": "numnim",
"url": "https://github.com/YesDrX/numnim",