opam-version: "2.0" maintainer: "anil@recoil.org" authors: "The MirageOS team" tags: "org:mirage" homepage: "https://github.com/mirage/mirage-platform" bug-reports: "https://github.com/mirage/mirage-platform/issues/" depends: [ "ocaml" {>= "4.04.2" & < "4.09.0"} "mirage-xen-posix" {>="3.3.1"} "conf-pkg-config" "ocamlfind" {build} "ocaml-src" ] substs: [ "xen-ocaml/flags/cflags.tmp" "xen-ocaml/flags/libs.tmp" ] conflicts: [ "ocaml-system" "mirage-xen" {>= "6.0.0"} ] available: os = "linux" build: [make "xen-ocaml-build"] install: [make "xen-ocaml-install" "PREFIX=%{prefix}%"] remove: [make "xen-ocaml-uninstall" "PREFIX=%{prefix}%"] dev-repo: "git+https://github.com/mirage/mirage-platform.git" synopsis: "MirageOS headers for the OCaml runtime" description: "The package contains the OCaml runtime patches and build system." url { src: "https://github.com/mirage/mirage-platform/archive/v3.3.1.tar.gz" checksum: [ "sha256=8a09fa8713d214d46c41bc7bf28f2c0e0302b73ec6dd0a0dd8860dbb583a0e5e" "md5=ef287658f37ec55bf80ff3f1d2541db5" ] } flags: deprecated