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 ["env" "OCAMLPARAM=safe-string=0,_" make] 12] 13install: [ 14 ["cp" "haxe" "haxelib" "%{bin}%"] 15 ["mkdir" "-p" "%{share}%/haxe"] 16 ["cp" "-r" "std" "%{share}%/haxe/std"] 17] 18remove: [ 19 ["rm" "%{bin}%/haxe" "%{bin}%/haxelib"] 20 ["rm" "-r" "%{share}%/haxe"] 21] 22depends: [ 23 "ocaml" {>= "4.02" & < "4.10"} 24 "ocamlfind" {build} 25 "camlp4" {build} 26 "conf-libpcre" 27 "conf-zlib" 28 "conf-neko" 29] 30synopsis: "Multi-target universal programming language" 31description: """ 32Haxe is an open source toolkit based on a modern, 33high level, static-typed programming language, a cross-compiler, 34a complete cross-platform standard library and ways to access each 35platform's native capabilities.""" 36flags: light-uninstall 37url { 38 src: 39 "https://github.com/HaxeFoundation/haxe-debian/archive/upstream/3.4.7.tar.gz" 40 checksum: [ 41 "sha256=5d9ca6a9a51147de646d35988b5edec5d0aaccda0910a69c7b985df29378c453" 42 "md5=8b121500d39c1871513b003f9785da0b" 43 ] 44}