diff options
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 84d241a..5a39f36 100644 --- a/packages.json +++ b/packages.json @@ -4370,5 +4370,19 @@ "description": "Library for shell scripting in nim", "license": "MIT", "web": "https://github.com/vegansk/nimshell" + }, + { + "name": "rosencrantz", + "url": "git://github.com/andreaferretti/rosencrantz", + "method": "git", + "tags": [ + "web", + "server", + "DSL", + "combinators" + ], + "description": "A web DSL for Nim", + "license": "MIT", + "web": "https://github.com/andreaferretti/rosencrantz" } ] |
