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] 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/v5.0.1/mirage-unix-5.0.1.tbz" 32 checksum: [ 33 "sha256=535a0bce750305c24b715ca07d28b2979a912c3336edc9bf5ab8d3d2f48684f8" 34 "sha512=bd6dafe5276ebcd33bbdf37ff51b70d39989055d595184d4c8f34e6ebac3a843da3aac730ed0ef630522cdb2e43b89e008531db0a83adbe37c7c44606436c4ad" 35 ] 36} 37x-commit-hash: "7118cd0767487f7ecd741fa2cd6c659e832ed973" 38x-maintenance-intent: [ "(latest)" ]