diff options
| author | Akira Hayakawa <ruby.wktk@gmail.com> | 2015-03-02 14:45:15 +0900 |
|---|---|---|
| committer | Akira Hayakawa <ruby.wktk@gmail.com> | 2015-03-03 09:21:34 +0900 |
| commit | 6bbe6ac813e25315eaa260fa1c088d60c0908642 (patch) | |
| tree | 5c464d203656f4744d8dba62097850d5459b40c3 | |
| parent | 0f500505c0afa4224a7a2f230c196a12a0c863c1 (diff) | |
| download | packages-6bbe6ac813e25315eaa260fa1c088d60c0908642.tar.gz packages-6bbe6ac813e25315eaa260fa1c088d60c0908642.zip | |
Add msgpack
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5b23c49..46ecf74 100644 --- a/packages.json +++ b/packages.json @@ -1281,5 +1281,14 @@ "description":"A component/entity system", "license":"CC0", "web":"https://bitbucket.org/fowlmouth/entoody" + }, + { + "name": "msgpack", + "url": "https://github.com/akiradeveloper/msgpack-nim.git", + "method": "git", + "tags": ["msgpack", "library", "serialization"], + "description": "A MessagePack binding for Nim", + "license": "MIT", + "web": "https://github.com/akiradeveloper/msgpack-nim" } ] |
