forked from mirage/ocaml-solo5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopam
More file actions
25 lines (25 loc) · 780 Bytes
/
opam
File metadata and controls
25 lines (25 loc) · 780 Bytes
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
opam-version: "1.2"
maintainer: "Martin Lucina <martin@lucina.net>"
authors: "Martin Lucina <martin@lucina.net>"
homepage: "https://github.com/mirage/ocaml-freestanding"
bug-reports: "https://github.com/mirage/ocaml-freestanding/issues/"
license: "MIT"
tags: "org:mirage"
dev-repo: "https://github.com/mirage/ocaml-freestanding.git"
build: [make]
install: [make "install" "PREFIX=%{prefix}%"]
remove: [make "uninstall" "PREFIX=%{prefix}%"]
depends: [
"conf-pkg-config"
"ocamlfind"
"ocaml-src"
("solo5-kernel-ukvm" | "solo5-kernel-virtio" | "solo5-kernel-muen")
]
conflicts: [
"sexplib" {= "v0.9.0"}
]
available: [
ocaml-version >= "4.02.3" & ocaml-version < "4.07.0" &
((os = "linux" & (arch = "x86_64" | arch = "aarch64") |
(os = "freebsd" & arch = "amd64")))
]