aports/testing/haxe/haxe.opam.locked
2024-11-29 06:07:57 +00:00

59 lines
1.7 KiB
Text

opam-version: "2.0"
name: "haxe"
version: "4.3.6"
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: [
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"bigarray-compat" {= "1.1.0"}
"camlp-streams" {= "5.0.1"}
"camlp5" {= "8.00.03"}
"conf-libpcre2-8" {= "1"}
"conf-perl" {= "2"}
"conf-perl-ipc-system-simple" {= "3"}
"conf-perl-string-shellquote" {= "3"}
"conf-pkg-config" {= "3"}
"conf-zlib" {= "1"}
"cppo" {= "1.7.0"}
"csexp" {= "1.5.2"}
"ctypes" {= "0.23.0"}
"dune" {= "3.15.3"}
"dune-configurator" {= "3.15.3"}
"extlib" {= "1.7.8"}
"gen" {= "1.1"}
"host-system-other" {= "1"}
"integers" {= "0.7.0"}
"luv" {= "0.5.14"}
"ocaml" {= "4.14.2"}
"ocaml-compiler-libs" {= "v0.12.4"}
"ocaml-config" {= "2"}
"ocaml-system" {= "4.14.2"}
"ocamlfind" {= "1.9.6"}
"ppx_derivers" {= "1.2.1"}
"ppxlib" {= "0.33.0"}
"ptmap" {= "2.0.5"}
"sedlex" {= "3.3"}
"seq" {= "base"}
"sexplib0" {= "v0.16.0"}
"sha" {= "1.15.4"}
"stdlib-shims" {= "0.3.0"}
"xml-light" {= "2.5"}
]