this repo has no description
1opam-version: "2.0"
2maintainer: [
3 "Haxe Foundation <contact@haxe.org>" "Andy Li <andy@onthewings.net>"
4]
5authors: "Haxe Foundation <contact@haxe.org>"
6homepage: "https://haxe.org/"
7bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
8license: ["GPL-2.0-or-later" "MIT"]
9dev-repo: "git+https://github.com/HaxeFoundation/haxe.git"
10build: [
11 [make]
12]
13install: [
14 ["cp" "haxe" "haxelib" "%{bin}%"]
15 ["mkdir" "-p" "%{share}%/haxe"]
16 ["cp" "-r" "std" "%{share}%/haxe/std"]
17]
18depends: [
19 "ocaml" {>= "4.02"}
20 "ocamlfind" {build}
21 "camlp5" {build}
22 "sedlex" {build & >= "2.0"}
23 "xml-light" {build}
24 "extlib" {build & >= "1.7.6" & < "1.7.8"}
25 "ptmap" {build & >= "2.0.0"}
26 "sha" {build}
27 "conf-libpcre"
28 "conf-zlib"
29 "conf-neko"
30]
31synopsis: "Multi-target universal programming language"
32description: """
33Haxe is an open source toolkit based on a modern,
34high level, static-typed programming language, a cross-compiler,
35a complete cross-platform standard library and ways to access each
36platform's native capabilities."""
37url {
38 src:
39 "https://github.com/HaxeFoundation/haxe-debian/archive/upstream/4.0.3.tar.gz"
40 checksum: [
41 "sha256=8ec251142dc1ed879f9ba57bf2a4ba3805ed5cecf4e550a272ad379db723ee22"
42 "md5=a446723c8494cb91fe95501427705395"
43 ]
44}