opam-version: "2.0" maintainer: "anil@recoil.org" authors: "The MirageOS team" homepage: "https://github.com/mirage/mirage-platform" bug-reports: "https://github.com/mirage/mirage-platform/issues/" dev-repo: "git+https://github.com/mirage/mirage-platform.git" build: [make "xen-posix-build"] install: [make "xen-posix-install" "PREFIX=%{prefix}%"] remove: [make "xen-posix-uninstall" "PREFIX=%{prefix}%"] depends: [ "ocaml" {>= "4.01.0"} "mirage-xen-minios" {>= "0.7.0"} "conf-pkg-config" "ocamlbuild" {build} ] available: os = "linux" synopsis: "MirageOS library for posix headers" description: """ This package contains the header files to pretend a posix system (required to compile the OCaml runtime), plus minilibc and float formating.""" url { src: "https://github.com/mirage/mirage-platform/archive/v2.3.1.tar.gz" checksum: [ "sha256=6e5697a579cef8fdef221768f17aeec913b74ab072d104ca5e1710554c419ef6" "md5=4d2918daafd0dc192d537f8422bf43cb" ] } conflicts: [ "mirage-xen" {>= "6.0.0"} ] flags: deprecated post-messages: [ "mirage-xen-posix is deprecated" ]