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.01.0"}
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.0.4.tar.gz"
24 checksum: [
25 "sha256=7227462ea010b100b52014f0939943f1f2ffff2b85870f156aa096dfdcaac9c5"
26 "md5=d7fdca71808546c8caf79205f8c4e5fc"
27 ]
28}
29conflicts: [
30 "mirage-xen" {>= "6.0.0"}
31]
32flags: deprecated
33post-messages: [ "mirage-xen-posix is deprecated" ]