diff options
| author | Xiao-Yong Jin <xjin@anl.gov> | 2017-10-26 00:29:25 -0500 |
|---|---|---|
| committer | Xiao-Yong Jin <xjin@anl.gov> | 2017-10-26 00:29:25 -0500 |
| commit | 034a4252f8fa83c9e0aadee08ad2fc6bf6481362 (patch) | |
| tree | 1bbb068ae30ee414363be7821fccc547c72179d2 | |
| parent | b171cd2138b588d9fd8db6a73b25d75392ee5239 (diff) | |
| download | packages-034a4252f8fa83c9e0aadee08ad2fc6bf6481362.tar.gz packages-034a4252f8fa83c9e0aadee08ad2fc6bf6481362.zip | |
Added package metatools
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ba94e82..cd09694 100644 --- a/packages.json +++ b/packages.json @@ -7463,5 +7463,17 @@ "description": "Variable length arrays for Nim", "license": "MIT", "web": "https://github.com/bpr/vla" + }, + { + "name": "metatools", + "url": "https://github.com/jxy/metatools", + "method": "git", + "tags": [ + "macros", + "metaprogramming" + ], + "description": "Metaprogramming tools for Nim", + "license": "MIT", + "web": "https://github.com/jxy/metatools" } ] |
