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" {>= "4.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"""
30url {
31 src:
32 "https://github.com/mirage/mirage-unix/releases/download/v5.0.0/mirage-unix-5.0.0.tbz"
33 checksum: [
34 "sha256=810d7a69fef779bb20d77d5df83a94cbb88acdd956af1a7669ccd02784fc1e9b"
35 "sha512=5100244a75ab02b680758c371f3b099e76617f74059a0e6c813df67f6bbe43e096a37f0bc5ab02f983ade9eb6c4090a97e9c6bd4b1be2634a1b6fd070bd9375c"
36 ]
37}
38x-commit-hash: "1aa24bb27ddda927036eccdc4346e56d2be122e6"