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"
7license: ["ISC" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" "BSD-3-Clause"]
8build: [make "unix-build"]
9install: [make "unix-install" "PREFIX=%{prefix}%"]
10remove: [make "unix-uninstall" "PREFIX=%{prefix}%"]
11
12depends: [
13 "ocaml" {>= "4.01.0" & < "5.0"}
14 "ocamlfind" {build}
15 "ocamlbuild" {build}
16 "cstruct" {>= "1.0.1"}
17 "lwt" {>= "2.4.7"}
18 "mirage-clock-unix" {>= "1.0.0"}
19 "shared-memory-ring" {>= "1.0.0"}
20 "mirage-profile" {>= "0.3"}
21 "logs"
22 "io-page-unix" {>= "2.0.0"}
23]
24conflicts: [
25 "mirage-types" { < "3.0.0" }
26]
27tags: "org:mirage"
28synopsis: "MirageOS platform library for UNIX compilation"
29url {
30 src: "https://github.com/mirage/mirage-platform/archive/v3.0.4.tar.gz"
31 checksum: [
32 "sha256=7227462ea010b100b52014f0939943f1f2ffff2b85870f156aa096dfdcaac9c5"
33 "md5=d7fdca71808546c8caf79205f8c4e5fc"
34 ]
35}