diff options
| author | Mahlon E. Smith <mahlon@martini.nu> | 2015-05-19 18:45:19 -0700 |
|---|---|---|
| committer | Mahlon E. Smith <mahlon@martini.nu> | 2015-05-19 18:45:19 -0700 |
| commit | 5a8555f75dd148bdf7694840383df4ee8485809c (patch) | |
| tree | 34d9531af62940242a89a146e68177506a580c3c | |
| parent | a7d0818aedd400d7d7d483754ba0aecf959922f0 (diff) | |
| download | packages-5a8555f75dd148bdf7694840383df4ee8485809c.tar.gz packages-5a8555f75dd148bdf7694840383df4ee8485809c.zip | |
Add the tnetstring library.
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 47ac406..c95331c 100644 --- a/packages.json +++ b/packages.json @@ -1487,5 +1487,14 @@ "description": "Bindings for EGL, the native platform interface for rendering APIs.", "license": "MIT", "web": "https://github.com/nimious/io-egl" + }, + { + "name": "tnetstring", + "url": "https://mahlon@bitbucket.org/mahlon/nim-tnetstring", + "method": "hg", + "tags": ["tnetstring", "library", "serialization" ], + "description": "Parsing and serializing for the TNetstring format.", + "license": "MIT", + "web": "http://bitbucket.org/mahlon/nim-tnetstring" } ] |
