opam-version: "2.0" maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"] authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] homepage: "https://github.com/mirage/mirage" bug-reports: "https://github.com/mirage/mirage/issues/" dev-repo: "git+https://github.com/mirage/mirage.git" license: "ISC" tags: ["org:mirage" "org:xapi-project"] doc: "https://mirage.github.io/mirage/" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.04.2"} "dune" {>= "1.1.0"} "ipaddr" {>= "2.6.0" & < "3.0.0"} "functoria-runtime" {>= "2.2.2" & < "4.0"} "fmt" "astring" "logs" ] synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel" description: """ A bundle of useful runtime functions for applications built with MirageOS """ url { src: "https://github.com/mirage/mirage/releases/download/3.3.0/mirage-3.3.0.tbz" checksum: [ "sha256=cc899240851cacb562ff9d12e84017200444d204f6f908088b2e0b6e6c6a41bd" "md5=3d6b891fb09e3cf577c770224ed8e9ac" ] }