aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-05-24 23:19:50 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-05-24 23:19:50 +0100
commit2dee80182bdfcd5a2ad8daa25d2fa97de01760ee (patch)
treef17d64b9657c09512ffe01bdd2a99e5a2477aa95
parenta01cdda48d2aeca5952320722c912b7984affddb (diff)
parent81d8d1a3277ce8d26cb14406bf60fc5254afaa01 (diff)
downloadpackages-2dee80182bdfcd5a2ad8daa25d2fa97de01760ee.tar.gz
packages-2dee80182bdfcd5a2ad8daa25d2fa97de01760ee.zip
Merge pull request #172 from rgv151/struct
add struct package
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 869ac68..8be2216 100644
--- a/packages.json
+++ b/packages.json
@@ -1550,5 +1550,14 @@
"description": "Wrapper for linenoise, a free, self-contained alternative to GNU readline.",
"license": "BSD",
"web": "https://github.com/fallingduck/linenoise-nim"
+ },
+ {
+ "name": "struct",
+ "url": "https://github.com/rgv151/struct.nim",
+ "method": "git",
+ "tags": ["struct", "library", "python", "pack", "unpack"],
+ "description": "Python-like 'struct' for Nim",
+ "license": "MIT",
+ "web": "https://github.com/rgv151/struct.nim"
}
]