|
@@ -1,13 +1,13 @@
|
|
|
|
|
|
opam-version: "1.2"
|
|
opam-version: "1.2"
|
|
name: "haxe"
|
|
name: "haxe"
|
|
-version: "3.4.4"
|
|
|
|
|
|
+version: "3.4.7"
|
|
maintainer: ["Haxe Foundation <[email protected]>" "Andy Li <[email protected]>"]
|
|
maintainer: ["Haxe Foundation <[email protected]>" "Andy Li <[email protected]>"]
|
|
author: "Haxe Foundation <[email protected]>"
|
|
author: "Haxe Foundation <[email protected]>"
|
|
homepage: "https://haxe.org/"
|
|
homepage: "https://haxe.org/"
|
|
bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
|
|
bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
|
|
license: ["GPL2+" "MIT"]
|
|
license: ["GPL2+" "MIT"]
|
|
-dev-repo: "https://github.com/HaxeFoundation/haxe"
|
|
|
|
|
|
+dev-repo: "https://github.com/HaxeFoundation/haxe.git"
|
|
build: [
|
|
build: [
|
|
[ "env" "OCAMLPARAM=safe-string=0,_" make ]
|
|
[ "env" "OCAMLPARAM=safe-string=0,_" make ]
|
|
]
|
|
]
|
|
@@ -23,5 +23,6 @@ remove: [
|
|
depends: [
|
|
depends: [
|
|
"ocamlfind" {build}
|
|
"ocamlfind" {build}
|
|
"camlp4" {build}
|
|
"camlp4" {build}
|
|
|
|
+ "conf-neko"
|
|
]
|
|
]
|
|
available: [ ocaml-version > "4.02" ]
|
|
available: [ ocaml-version > "4.02" ]
|