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 "dune" {>= "1.11"} 22 "camlp5" {build} 23 "sedlex" {>= "2.0"} 24 "xml-light" 25 "extlib" {>= "1.7.6" & < "1.7.8"} 26 "ptmap" {>= "2.0.0"} 27 "sha" 28 "conf-libpcre" 29 "conf-zlib" 30 "conf-mbedtls" 31 "conf-neko" 32] 33synopsis: "Multi-target universal programming language" 34description: """ 35Haxe is an open source toolkit based on a modern, 36high level, static-typed programming language, a cross-compiler, 37a complete cross-platform standard library and ways to access each 38platform's native capabilities.""" 39url { 40 src: 41 "https://github.com/HaxeFoundation/haxe-debian/archive/upstream/4.1.1.tar.gz" 42 checksum: [ 43 "sha256=5bb8eb734b975c3fac9103cea3b6ab034f553d6f22e6c719e2cbe43070a5e380" 44 "md5=35807bf2200bd80ab45132bf2bbfb40b" 45 ] 46}