opam-version: "2.0"
name: "haxe"
version: "4.2.4"
synopsis: "Multi-target universal programming language"
description: """
Haxe is an open source toolkit based on a modern,
high level, static-typed programming language, a cross-compiler,
a complete cross-platform standard library and ways to access each
platform's native capabilities."""
maintainer: ["Haxe Foundation <contact@haxe.org>" "Andy Li <andy@onthewings.net>"]
authors: "Haxe Foundation <contact@haxe.org>"
homepage: "https://haxe.org/"
bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
license: ["GPL2+" "MIT"]
dev-repo: "git+https://github.com/HaxeFoundation/haxe.git"
build: [
  [make]
]
install: [make "install" "INSTALL_DIR=%{prefix}%"]
remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
depends: [
  "ocaml" {>= "4.02"}
  "ocamlfind" {build}
  "dune" {>= "1.11"}
  "camlp5" {build & = "8.00~alpha05"}
  "sedlex" {>= "2.0"}
  "xml-light"
  "extlib" {>= "1.7.6"}
  "ptmap" {>= "2.0.0"}
  "sha"
  "conf-libpcre"
  "conf-zlib"
  "conf-mbedtls"
  "conf-neko"
  "luv" {<= "0.5.8"} (* see https://github.com/aantron/luv/issues/121 *)
]