aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao-Yong Jin <xjin@anl.gov>2017-10-26 00:29:25 -0500
committerXiao-Yong Jin <xjin@anl.gov>2017-10-26 00:29:25 -0500
commit034a4252f8fa83c9e0aadee08ad2fc6bf6481362 (patch)
tree1bbb068ae30ee414363be7821fccc547c72179d2
parentb171cd2138b588d9fd8db6a73b25d75392ee5239 (diff)
downloadpackages-034a4252f8fa83c9e0aadee08ad2fc6bf6481362.tar.gz
packages-034a4252f8fa83c9e0aadee08ad2fc6bf6481362.zip
Added package metatools
-rw-r--r--packages.json12
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"
}
]