tanya/meta/dub.json

14 lines
176 B
JSON
Raw Normal View History

2019-03-02 08:01:58 +01:00
{
"name": "meta",
"description": "Template metaprogramming",
"targetType": "library",
"sourcePaths": [
"."
],
"importPaths": [
"."
2019-04-15 06:42:57 +02:00
],
2019-04-16 07:20:52 +02:00
"dflags-dmd": ["-dip1000"]
2019-03-02 08:01:58 +01:00
}