aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-06-21 18:27:40 +0100
committerGitHub <noreply@github.com>2016-06-21 18:27:40 +0100
commit64c88d342251fca5a6a7b60cf7fd8c2be354457b (patch)
tree20c7302ded0bc46c736e53fe34c180da9985e990
parent88ca1ff08c8289a2ce880f3f095090b0d501e217 (diff)
parenta83b901c5551fe2378237c4a2b03670d8643d926 (diff)
downloadpackages-64c88d342251fca5a6a7b60cf7fd8c2be354457b.tar.gz
packages-64c88d342251fca5a6a7b60cf7fd8c2be354457b.zip
Merge pull request #366 from jyapayne/master
Add subfield macro package
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index be559ef..f979e6a 100644
--- a/packages.json
+++ b/packages.json
@@ -4822,5 +4822,17 @@
"description": "A simple database migration utility for Nim.",
"license": "BSD3",
"web": "https://github.com/euantorano/migrate.nim"
+ },
+ {
+ "name": "subfield",
+ "url": "https://github.com/jyapayne/subfield",
+ "method": "git",
+ "tags": [
+ "subfield",
+ "macros"
+ ],
+ "description": "Override the dot operator to access nested subfields of a Nim object.",
+ "license": "MIT",
+ "web": "https://github.com/jyapayne/subfield"
}
]