123456789101112131415161718192021222324252627 |
- opam-version: "1.2"
- name: "haxe"
- version: "4.0.0"
- maintainer: ["Haxe Foundation <[email protected]>" "Andy Li <[email protected]>"]
- author: "Haxe Foundation <[email protected]>"
- homepage: "https://haxe.org/"
- bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
- license: ["GPL2+" "MIT"]
- dev-repo: "https://github.com/HaxeFoundation/haxe.git"
- build: [
- [make]
- ]
- install: [make "install" "INSTALL_DIR=%{prefix}%"]
- remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
- depends: [
- "ocamlfind" {build}
- "camlp4" {build}
- "sedlex" {build}
- "xml-light" {build}
- "extlib" {build & >= "1.7"}
- "rope" {build}
- "ptmap" {build}
- "conf-libpcre"
- "conf-zlib"
- "conf-neko"
- ]
- available: [ ocaml-version > "4.02" ]
|