this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: "The MirageOS team" 4homepage: "https://github.com/mirage/mirage-platform" 5bug-reports: "https://github.com/mirage/mirage-platform/issues/" 6dev-repo: "git+https://github.com/mirage/mirage-platform.git" 7build: [make "xen-posix-build"] 8install: [make "xen-posix-install" "PREFIX=%{prefix}%"] 9remove: [make "xen-posix-uninstall" "PREFIX=%{prefix}%"] 10depends: [ 11 "ocaml" {>= "4.01.0"} 12 "mirage-xen-minios" {>= "0.7.0"} 13 "conf-pkg-config" 14 "ocamlbuild" {build} 15] 16available: os = "linux" 17synopsis: "MirageOS library for posix headers" 18description: """ 19This package contains the header files to pretend a posix 20system (required to compile the OCaml runtime), plus minilibc and 21float formating.""" 22url { 23 src: "https://github.com/mirage/mirage-platform/archive/v2.3.3.tar.gz" 24 checksum: [ 25 "sha256=f125a14714e75f889d58ac6eec38d683cbd744c080829e5155c0564157756368" 26 "md5=5746cfe4d3d16844c5ce81a357ffd9a0" 27 ] 28} 29conflicts: [ 30 "mirage-xen" {>= "6.0.0"} 31] 32flags: deprecated 33post-messages: [ "mirage-xen-posix is deprecated" ]