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/" 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.04.2"} 18 "dune" 19 "lwt" {>= "2.4.3"} 20 "logs" 21 "io-page-unix" {>= "2.0.0"} 22] 23tags: "org:mirage" 24synopsis: "Unix core platform libraries for MirageOS" 25description: """ 26This package provides the MirageOS `OS` library for 27Unix targets, which handles the main loop and timers. 28""" 29url { 30 src: 31 "https://github.com/mirage/mirage-unix/releases/download/3.2.0/mirage-unix-3.2.0.tbz" 32 checksum: [ 33 "sha256=168023edcb8cc146dcad1a1680d1135bdd622f5f0e107131d2e8d565d7f261ee" 34 "md5=a995a735e6d6a13af00c0b8933abae6c" 35 ] 36}