-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
26 lines (26 loc) · 920 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
opam-version: "2.0"
maintainer: ["Haxe Foundation <contact@haxe.org>" "Andy Li <andy@onthewings.net>"]
homepage: "http://nekovm.org/"
bug-reports: "https://github.com/HaxeFoundation/neko/issues"
license: ["MIT"]
build: [["neko" "-version"]]
depexts: [
["neko-dev"] {os-distribution = "alpine"}
["neko" "neko-dev"] {os-family = "debian" | os-family = "ubuntu"}
["neko"] {os-family = "suse" | os-family = "opensuse"}
["nekovm-devel"] {os-distribution = "fedora"}
["neko"] {os-distribution = "nixos"}
["neko"] {os-distribution = "homebrew" & os = "macos"}
["neko"] {os-distribution = "arch"}
["neko"] {os = "freebsd"}
]
x-ci-accept-failures: [
"oraclelinux-7"
"oraclelinux-8"
"oraclelinux-9"
]
synopsis: "Virtual package relying on a Neko system installation"
description:
"This package can only install if Neko is installed on the system."
authors: "Haxe Foundation <contact@haxe.org>"
flags: conf