From d0409a6b9d25fd2158ac38a419ddfada56ed1c10 Mon Sep 17 00:00:00 2001 From: Ico Doornekamp Date: Mon, 28 Jan 2019 11:26:44 +0100 Subject: [PATCH] Added package with (#999) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]