diff options
| author | fowl <phowl.mouth@gmail.com> | 2015-02-27 01:22:04 -0600 |
|---|---|---|
| committer | fowl <phowl.mouth@gmail.com> | 2015-02-27 01:22:04 -0600 |
| commit | 57fb13446d0a1211ebe03c0e1f59ad7ebe53ed3d (patch) | |
| tree | 110259acfc47d7b47bde6219298af90dd815a788 | |
| parent | e692f318dafc188400eb248a506282d6a4eb6786 (diff) | |
| download | packages-57fb13446d0a1211ebe03c0e1f59ad7ebe53ed3d.tar.gz packages-57fb13446d0a1211ebe03c0e1f59ad7ebe53ed3d.zip | |
added entoody
| -rw-r--r-- | packages.json | 11 |
1 files changed, 10 insertions, 1 deletions
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" + } ] |
