Files
tink_macro/haxelib.json
Juraj Kirchheim d5a44a9268 Release 0.17.3
2019-01-02 17:08:03 +01:00

20 lines
373 B
JSON

{
"name": "tink_macro",
"license": "MIT",
"tags": [
"tink",
"macro",
"utility"
],
"classPath": "src",
"description": "The macro toolkit ;)",
"contributors": [
"back2dos"
],
"releasenote": "Add helper for transforming TypeParameter to TypeParamDecl.",
"version": "0.17.3",
"url": "http://haxetink.org/tink_macro",
"dependencies": {
"tink_core": ""
}
}