forked from HaxeFoundation/haxe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhaxe.opam
More file actions
41 lines (41 loc) · 1.17 KB
/
haxe.opam
File metadata and controls
41 lines (41 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
opam-version: "2.0"
name: "haxe"
version: "4.3.0"
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: ["GPL-2.0-or-later" "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" {>= "5.0"} # required by domainslib for multicore support
"ocamlfind" {build}
"dune" {>= "3.17"}
"sedlex" {>= "2.0"}
"xml-light"
"extlib" {>= "1.7.8"}
"sha"
"camlp-streams"
"ppx_parser" {>= "0.2.0"}
"conf-libpcre2-8"
"conf-zlib"
"conf-neko"
"luv" {>= "0.5.13"}
"ipaddr"
"terminal_size"
"domainslib" {>= "0.5.2"}
"saturn"
"thread-local-storage"
"dynamic_gc"
]