aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-02-27 07:39:40 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-02-27 07:39:40 +0000
commite2fc90e02f1b6bff490cca9d4f9d9229705874ad (patch)
tree110259acfc47d7b47bde6219298af90dd815a788
parent8e5251b40b39515fab7c5d3f7f3c5aa6d9157633 (diff)
parent57fb13446d0a1211ebe03c0e1f59ad7ebe53ed3d (diff)
downloadpackages-e2fc90e02f1b6bff490cca9d4f9d9229705874ad.tar.gz
packages-e2fc90e02f1b6bff490cca9d4f9d9229705874ad.zip
Merge pull request #133 from fowlmouth/patch
add glossolalia and entoody
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 88e5cce..5bcb7c5 100644
--- a/packages.json
+++ b/packages.json
@@ -1262,5 +1262,23 @@
"description": "Bindings for CFITSIO, a library to read/write FITSIO images and tables.",
"license": "MIT",
"web": "https://github.com/ziotom78/nimcfitsio"
+ },
+ {
+ "name":"glossolalia",
+ "url":"git://github.com/fowlmouth/glossolalia",
+ "method":"git",
+ "tags":["parser","peg"],
+ "description":"A DSL for quickly writing parsers",
+ "license":"CC0",
+ "web":"https://github.com/fowlmouth/glossolalia"
+ },
+ {
+ "name":"entoody",
+ "url":"git://bitbucket.org/fowlmouth/entoody",
+ "method":"git",
+ "tags":["component","entity","composition"],
+ "description":"A component/entity system",
+ "license":"CC0",
+ "web":"https://bitbucket.org/fowlmouth/entoody"
}
]