2
0

haxe.opam 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. opam-version: "2.0"
  2. name: "haxe"
  3. version: "4.3.0"
  4. synopsis: "Multi-target universal programming language"
  5. description: """
  6. Haxe is an open source toolkit based on a modern,
  7. high level, static-typed programming language, a cross-compiler,
  8. a complete cross-platform standard library and ways to access each
  9. platform's native capabilities."""
  10. maintainer: ["Haxe Foundation <[email protected]>" "Andy Li <[email protected]>"]
  11. authors: "Haxe Foundation <[email protected]>"
  12. homepage: "https://haxe.org/"
  13. bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
  14. license: ["GPL-2.0-or-later" "MIT"]
  15. dev-repo: "git+https://github.com/HaxeFoundation/haxe.git"
  16. build: [
  17. [make]
  18. ]
  19. install: [make "install" "INSTALL_DIR=%{prefix}%"]
  20. remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
  21. depends: [
  22. "ocaml"
  23. "ocamlfind" {build}
  24. "dune" {>= "3.17"}
  25. "sedlex" {>= "2.0"}
  26. "xml-light"
  27. "extlib" {>= "1.7.8"}
  28. "sha"
  29. "camlp-streams"
  30. "ppx_parser" {>= "0.2.0"}
  31. "conf-libpcre2-8"
  32. "conf-zlib"
  33. "conf-neko"
  34. "luv" {>= "0.5.13"}
  35. "ipaddr"
  36. "terminal_size"
  37. "domainslib" {>= "0.5.2"}
  38. "saturn"
  39. "thread-local-storage"
  40. ]