|
@@ -9,7 +9,7 @@ bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
|
|
license: ["GPL2+" "MIT"]
|
|
license: ["GPL2+" "MIT"]
|
|
dev-repo: "https://github.com/HaxeFoundation/haxe.git"
|
|
dev-repo: "https://github.com/HaxeFoundation/haxe.git"
|
|
build: [
|
|
build: [
|
|
- [ "env" "OCAMLPARAM=safe-string=0,_" make ]
|
|
|
|
|
|
+ ["env" "OCAMLPARAM=safe-string=0,_" make]
|
|
]
|
|
]
|
|
install: [
|
|
install: [
|
|
["cp" "haxe" "haxelib" "%{bin}%"]
|
|
["cp" "haxe" "haxelib" "%{bin}%"]
|
|
@@ -23,6 +23,8 @@ remove: [
|
|
depends: [
|
|
depends: [
|
|
"ocamlfind" {build}
|
|
"ocamlfind" {build}
|
|
"camlp4" {build}
|
|
"camlp4" {build}
|
|
|
|
+ "conf-libpcre"
|
|
|
|
+ "conf-zlib"
|
|
"conf-neko"
|
|
"conf-neko"
|
|
]
|
|
]
|
|
-available: [ ocaml-version > "4.02" ]
|
|
|
|
|
|
+available: [ocaml-version >= "4.02"]
|