this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3synopsis: "OCaml runtime compiled for the MirageOS Xen backend" 4authors: "The MirageOS team" 5tags: "org:mirage" 6homepage: "https://github.com/mirage/mirage-platform" 7bug-reports: "https://github.com/mirage/mirage-platform/issues/" 8depends: [ 9 "ocaml" {>= "4.04.2" & < "4.12.0"} 10 "mirage-xen-posix" {>= "2.6.0"} 11 "conf-pkg-config" 12 "ocamlfind" {build} 13 "ocaml-src" 14] 15substs: [ 16 "xen-ocaml/flags/cflags.tmp" 17 "xen-ocaml/flags/libs.tmp" 18 ] 19available: os = "linux" 20build: [make "xen-ocaml-build" "PREFIX=%{prefix}%"] 21install: [make "xen-ocaml-install" "PREFIX=%{prefix}%"] 22dev-repo: "git+https://github.com/mirage/mirage-platform.git" 23url { 24 src: "https://github.com/mirage/mirage-platform/archive/3.3.3.tar.gz" 25 checksum: [ 26 "sha256=fff16a8b00980717bccf6eb7ea71db643ff15c53a92d2ad7dce0daf1d509afd1" 27 "md5=4e60e7db0dcdbf89aa86857891e9f0ee" 28 ] 29} 30conflicts: [ 31 "mirage-xen" {>= "6.0.0"} 32] 33flags: deprecated 34x-maintenance-intent: ["(none)"]