From a83b901c5551fe2378237c4a2b03670d8643d926 Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Tue, 21 Jun 2016 10:13:10 -0600 Subject: [PATCH] Add subfield macro package --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]