opam 753 B

123456789101112131415161718192021222324252627
  1. opam-version: "1.2"
  2. name: "haxe"
  3. version: "4.0.0"
  4. maintainer: ["Haxe Foundation <[email protected]>" "Andy Li <[email protected]>"]
  5. author: "Haxe Foundation <[email protected]>"
  6. homepage: "https://haxe.org/"
  7. bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
  8. license: ["GPL2+" "MIT"]
  9. dev-repo: "https://github.com/HaxeFoundation/haxe.git"
  10. build: [
  11. [make]
  12. ]
  13. install: [make "install" "INSTALL_DIR=%{prefix}%"]
  14. remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
  15. depends: [
  16. "ocamlfind" {build}
  17. "camlp4" {build}
  18. "sedlex" {build}
  19. "xml-light" {build}
  20. "extlib" {build & >= "1.7"}
  21. "rope" {build}
  22. "ptmap" {build}
  23. "conf-libpcre"
  24. "conf-zlib"
  25. "conf-neko"
  26. ]
  27. available: [ ocaml-version > "4.02" ]