Add haxe and neko VM (dependency)

This commit is contained in:
Scott Moore 2014-11-03 09:08:14 +11:00
parent f7fff22df1
commit 6e13133c91
2 changed files with 19 additions and 0 deletions

10
haxe.json Normal file
View File

@ -0,0 +1,10 @@
{
"homepage": "http://haxe.org/",
"version": "3.1.3",
"license": "GPL2",
"url": "http://haxe.org/website-content/downloads/3,1,3/downloads/haxe-3.1.3-win.zip",
"hash": "4cf84cdbf7960a61ae70b0d9166c6f9bde16388c3b81e54af91446f4c9e44ae4",
"extract_dir": "haxe-3.1.3",
"env_add_path": "./",
"depends": "neko"
}

9
neko.json Normal file
View File

@ -0,0 +1,9 @@
{
"homepage": "http://nekovm.org/",
"version": "2.0.0",
"license": "LGPL2",
"url": "http://nekovm.org/_media/neko-2.0.0-win.zip",
"hash": "66d3a332b670e5890a451c85eb104db4049aa1ea80fc838be493dd13f4869212",
"extract_dir": "neko-2.0.0-win",
"env_add_path": "./"
}