this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3authors: "The MirageOS team"
4homepage: "https://github.com/mirage/mirage-unix"
5bug-reports: "https://github.com/mirage/mirage-unix/issues/"
6dev-repo: "git+https://github.com/mirage/mirage-unix.git"
7doc: "https://mirage.github.io/mirage-unix/doc"
8license: "ISC"
9build: [
10 [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ]
11]
12
13depends: [
14 "ocamlfind" {build}
15 "ocamlbuild" {build}
16 "topkg" {build & >= "0.7.6"}
17 "ocaml" {>= "4.04.2"}
18 "lwt" {>= "2.4.3"}
19 "logs"
20 "io-page-unix" {>= "2.0.0"}
21]
22tags: "org:mirage"
23synopsis: "Unix core platform libraries for MirageOS"
24description: """
25This package provides the MirageOS `OS` library for
26Unix targets, which handles the main loop and timers.
27"""
28
29url {
30 src:
31 "https://github.com/mirage/mirage-unix/releases/download/3.1.0/mirage-unix-3.1.0.tbz"
32 checksum: [
33 "sha256=940759dc803f130e528e7bd732d3a49a345343e4760fd41fe00d39952e48c00f"
34 "md5=8d853df3d5cf04d16241fe6c711ebc06"
35 ]
36}