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"
9
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs]
13 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
14]
15
16depends: [
17 "ocaml" {>= "4.06.0"}
18 "dune" {>= "1.11"}
19 "lwt" {>= "2.4.3"}
20 "duration"
21 "mirage-runtime" {>= "3.7.0"}
22 "io-page" {>= "2.4.0"}
23]
24tags: "org:mirage"
25synopsis: "Unix core platform libraries for MirageOS"
26description: """
27This package provides the MirageOS `OS` library for
28Unix targets, which handles the main loop and timers.
29"""
30x-commit-hash: "56b6adee18053ae3ae6aca376920f6bb96f225fb"
31url {
32 src:
33 "https://github.com/mirage/mirage-unix/releases/download/v4.0.1/mirage-unix-v4.0.1.tbz"
34 checksum: [
35 "sha256=f7299505bddd9216fe30df7bfec5defe8437e82571d24aee8f7b1dd7d2e2159e"
36 "sha512=b2f7757419292ee5587297d5b68cf251b082fb8ebb360efa63b21d03c10b8f9227a00ab68c68ec80ce17b76266fcef180bbc05b88b3ca78e3842131a95c1799a"
37 ]
38}