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 "ocaml" {>= "4.04.2"}
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "topkg" {build & >= "0.7.6"}
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[](https://travis-ci.org/mirage/mirage-unix)"""
29url {
30 src:
31 "https://github.com/mirage/mirage-unix/releases/download/3.0.8/mirage-unix-3.0.8.tbz"
32 checksum: [
33 "sha256=d863a04ce7408a03a3de04f75364e33108d5bf45d5f8e0d46ca00ad55894e900"
34 "md5=076bedd3f287b712862b1c336e7d809e"
35 ]
36}