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}%"] 10 11depends: [ 12 "ocaml" {>= "4.04.2"} 13 "mirage-xen-minios" {>= "0.7.0"} 14 "conf-pkg-config" 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/v3.2.0.tar.gz" 24 checksum: [ 25 "sha256=f88763dda37d2eb2c6fddcf16434c83eb20e2675a09c0da807fd815321dcaaaf" 26 "md5=ea82478dd96782965324c939e9e9bfc4" 27 ] 28} 29conflicts: [ 30 "mirage-xen" {>= "6.0.0"} 31] 32flags: deprecated 33post-messages: [ "mirage-xen-posix is deprecated" ]