diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-18 22:32:59 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-18 22:32:59 +0100 |
| commit | 294fbac956b9e330987b423f9b1f960d2faae979 (patch) | |
| tree | f9ed37241db19ad3e34d3e78b4bb81ccc2f0bd0d | |
| parent | 8a8fff19a4e32da010fce2feec43112adb511d90 (diff) | |
| parent | fca130c077d6b0c6b52262967ba42f5221fd1eae (diff) | |
| download | packages-294fbac956b9e330987b423f9b1f960d2faae979.tar.gz packages-294fbac956b9e330987b423f9b1f960d2faae979.zip | |
Merge pull request #355 from yglukhov/patch-7
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" } ] |
