opam-version: "2.0" maintainer: "anil@recoil.org" authors: "The MirageOS team" homepage: "https://github.com/mirage/mirage-unix" bug-reports: "https://github.com/mirage/mirage-unix/issues/" dev-repo: "git+https://github.com/mirage/mirage-unix.git" doc: "https://mirage.github.io/mirage-unix/doc" license: "ISC" build: [ [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ] ] depends: [ "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "0.7.6"} "ocaml" {>= "4.04.2"} "lwt" {>= "2.4.3"} "logs" "io-page-unix" {>= "2.0.0"} ] tags: "org:mirage" synopsis: "Unix core platform libraries for MirageOS" description: """ This package provides the MirageOS `OS` library for Unix targets, which handles the main loop and timers. """ url { src: "https://github.com/mirage/mirage-unix/releases/download/3.1.0/mirage-unix-3.1.0.tbz" checksum: [ "sha256=940759dc803f130e528e7bd732d3a49a345343e4760fd41fe00d39952e48c00f" "md5=8d853df3d5cf04d16241fe6c711ebc06" ] }