diff options
| author | Ico Doornekamp <github@zevv.nl> | 2019-01-28 11:26:44 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-01-28 11:26:44 +0100 |
| commit | d0409a6b9d25fd2158ac38a419ddfada56ed1c10 (patch) | |
| tree | f73f7956c5807e34c1b22a60b76ad6971615cb37 | |
| parent | 9daf798427aaed3074e8a1d883a1a74f610bebbe (diff) | |
| download | packages-d0409a6b9d25fd2158ac38a419ddfada56ed1c10.tar.gz packages-d0409a6b9d25fd2158ac38a419ddfada56ed1c10.zip | |
Added package with (#999)
| -rw-r--r-- | packages.json | 12 |
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" } ] |
