Overall cleanup.

This commit is contained in:
back2dos
2013-06-26 21:59:22 +02:00
parent fb2115aca2
commit 3a92c22790
15 changed files with 1459 additions and 4 deletions

14
haxelib.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "tink_macro",
"url" : "http://haxetink.org/tink_macro",
"license": "MIT",
"tags": ["tink", "macro", "utility"],
"description": "The macro toolkit ;)",
"version": "0.0.0-alpha.2",
"releasenote": "Shorter names.",
"contributors": ["back2dos"],
"dependencies": {
"tink_core": "1.1.0-alpha.2"
},
"classPath": "src"
}