forked from HaxeFoundation/haxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
27 lines (27 loc) · 753 Bytes
/
opam
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
opam-version: "1.2"
name: "haxe"
version: "4.0.0"
maintainer: ["Haxe Foundation <contact@haxe.org>" "Andy Li <andy@onthewings.net>"]
author: "Haxe Foundation <contact@haxe.org>"
homepage: "https://haxe.org/"
bug-reports: "https://github.com/HaxeFoundation/haxe/issues"
license: ["GPL2+" "MIT"]
dev-repo: "https://github.com/HaxeFoundation/haxe.git"
build: [
[make]
]
install: [make "install" "INSTALL_DIR=%{prefix}%"]
remove: [make "uninstall" "INSTALL_DIR=%{prefix}%"]
depends: [
"ocamlfind" {build}
"camlp4" {build}
"sedlex" {build}
"xml-light" {build}
"extlib" {build & >= "1.7"}
"rope" {build}
"ptmap" {build}
"conf-libpcre"
"conf-zlib"
"conf-neko"
]
available: [ ocaml-version > "4.02" ]