From e692f318dafc188400eb248a506282d6a4eb6786 Mon Sep 17 00:00:00 2001 From: fowl Date: Fri, 27 Feb 2015 01:10:39 -0600 Subject: [PATCH 1/2] added glossolalia --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 88e5cce..e400cd9 100644 --- a/packages.json +++ b/packages.json @@ -1262,5 +1262,14 @@ "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":"Wrapper for Allegro version 5.X", + "license":"CC0", + "web":"https://github.com/fowlmouth/glossolalia" + }, ] From 57fb13446d0a1211ebe03c0e1f59ad7ebe53ed3d Mon Sep 17 00:00:00 2001 From: fowl Date: Fri, 27 Feb 2015 01:22:04 -0600 Subject: [PATCH 2/2] added entoody --- packages.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e400cd9..5bcb7c5 100644 --- a/packages.json +++ b/packages.json @@ -1268,8 +1268,17 @@ "url":"git://github.com/fowlmouth/glossolalia", "method":"git", "tags":["parser","peg"], - "description":"Wrapper for Allegro version 5.X", + "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" + } ]