this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3authors: "The MirageOS team"
4tags: "org:mirage"
5homepage: "https://github.com/mirage/mirage-platform"
6bug-reports: "https://github.com/mirage/mirage-platform/issues/"
7depends: [
8 "ocaml" {>= "4.04.2" & < "4.11.0"}
9 "mirage-xen-posix" {>="3.3.1"}
10 "conf-pkg-config"
11 "ocamlfind" {build}
12 "ocaml-src"
13]
14substs: [
15 "xen-ocaml/flags/cflags.tmp"
16 "xen-ocaml/flags/libs.tmp"
17 ]
18conflicts: [
19 "ocaml-system"
20 "mirage-xen" {>= "6.0.0"}
21]
22available: os = "linux"
23build: [make "xen-ocaml-build"]
24install: [make "xen-ocaml-install" "PREFIX=%{prefix}%"]
25remove: [make "xen-ocaml-uninstall" "PREFIX=%{prefix}%"]
26dev-repo: "git+https://github.com/mirage/mirage-platform.git"
27synopsis: "MirageOS headers for the OCaml runtime"
28description:
29 "The package contains the OCaml runtime patches and build system."
30url {
31 src: "https://github.com/mirage/mirage-platform/archive/v3.3.2.tar.gz"
32 checksum: [
33 "sha256=364244518ac58679ff01650c2aba3e443c7767016cc4224e99a2ced4c80af4ae"
34 "md5=7e7f95542bcb07605c2b99ff8f8965c4"
35 ]
36}
37flags: deprecated