this repo has no description
1opam-version: "2.0" 2maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"] 3authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" 4 "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" 5 "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] 6homepage: "https://github.com/mirage/mirage" 7bug-reports: "https://github.com/mirage/mirage/issues/" 8dev-repo: "git+https://github.com/mirage/mirage.git" 9license: "ISC" 10tags: ["org:mirage" "org:xapi-project"] 11doc: "https://mirage.github.io/mirage/" 12 13build: [ 14 ["dune" "subst"] {dev} 15 ["dune" "build" "-p" name "-j" jobs] 16 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 17] 18 19depends: [ 20 "ocaml" {>= "4.08.0"} 21 "dune" {>= "2.9.0"} 22 "logs" {>= "0.7.0"} 23 "lwt" {>= "4.0.0"} 24 "ipaddr" {>= "5.5.0"} 25 "cmdliner" {>= "1.2.0"} 26] 27conflicts: [ 28 "result" {< "1.5"} 29 "ppxlib" {= "0.29.0"} #0.29.0 provides a vendored ppx_sexp_conv 30] 31synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel" 32description: """ 33A bundle of useful runtime functions for applications built with MirageOS 34""" 35url { 36 src: 37 "https://github.com/mirage/mirage/releases/download/v4.6.0/mirage-4.6.0.tbz" 38 checksum: [ 39 "sha256=6cc3f6427bee658e75958974ee638f87ca4dd2214a5857e82719043f981b8bdf" 40 "sha512=7008a67d9fcf3929ace179c95ace8c95653edb7d630e3cc703f30019a8091baaf6575fbb7dedd90b908f8390ea8589e460afdec2e82f4c72edfa602e60cbf9b8" 41 ] 42} 43x-commit-hash: "481a2e75e2473f10a3d2fb18bc18c647086343f7"