Add package desim (#1581)

This commit is contained in:
jayvanderwall 2020-08-04 00:35:30 -06:00 committed by GitHub
parent 1f17d75fc2
commit 63c2186a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18910,5 +18910,21 @@
"description": "A collection of geometry utilities for nim",
"license": "MIT",
"web": "https://github.com/pseudo-random/geometryutils"
},
{
"name": "desim",
"url": "http://github.com/jayvanderwall/desim",
"method": "git",
"tags": [
"library",
"modeling",
"discrete",
"event",
"simulation",
"simulator"
],
"description": "A lightweight discrete event simulator",
"license": "MIT",
"web": "http://github.com/jayvanderwall/desim"
}
]