diff options
| author | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2016-05-18 19:17:22 +0300 |
|---|---|---|
| committer | Yuriy Glukhov <yglukhov@users.noreply.github.com> | 2016-05-18 19:17:22 +0300 |
| commit | fca130c077d6b0c6b52262967ba42f5221fd1eae (patch) | |
| tree | f9ed37241db19ad3e34d3e78b4bb81ccc2f0bd0d | |
| parent | 8a8fff19a4e32da010fce2feec43112adb511d90 (diff) | |
| download | packages-fca130c077d6b0c6b52262967ba42f5221fd1eae.tar.gz packages-fca130c077d6b0c6b52262967ba42f5221fd1eae.zip | |
Added persistent_enums
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4575844..f9baf64 100644 --- a/packages.json +++ b/packages.json @@ -4704,5 +4704,18 @@ "description": "Bring a gettext-like internationalisation module to Nim", "license": "MIT", "web": "https://github.com/Parashurama/nim-i18n" + }, + { + "name": "persistent_enums", + "url": "https://github.com/yglukhov/persistent_enums", + "method": "git", + "tags": [ + "enum", + "binary", + "protocol" + ], + "description": "Define enums which values preserve their binary representation upon inserting or reordering", + "license": "MIT", + "web": "https://github.com/yglukhov/persistent_enums" } ] |
