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