aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIco Doornekamp <github@zevv.nl>2019-01-28 11:26:44 +0100
committerMiran <narimiran@disroot.org>2019-01-28 11:26:44 +0100
commitd0409a6b9d25fd2158ac38a419ddfada56ed1c10 (patch)
treef73f7956c5807e34c1b22a60b76ad6971615cb37
parent9daf798427aaed3074e8a1d883a1a74f610bebbe (diff)
downloadpackages-d0409a6b9d25fd2158ac38a419ddfada56ed1c10.tar.gz
packages-d0409a6b9d25fd2158ac38a419ddfada56ed1c10.zip
Added package with (#999)
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index bbee309..716153e 100644
--- a/packages.json
+++ b/packages.json
@@ -12544,5 +12544,17 @@
"description": "Internationalization at Compile Time for Nim. Macro to translate unmodified code from 1 INI file. NimScript compatible.",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-internimgua"
+ },
+ {
+ "name": "with",
+ "url": "https://github.com/zevv/with",
+ "method": "git",
+ "tags": [
+ "with",
+ "macro"
+ ],
+ "description": "Simple 'with' macro for Nim",
+ "license": "MIT",
+ "web": "https://github.com/zevv/with"
}
]