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/" 12available: opam-version >= "2.1.0" 13 14build: [ 15 ["dune" "subst"] {dev} 16 ["dune" "build" "-p" name "-j" jobs] 17 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 18] 19 20depends: [ 21 "ocaml" {>= "4.13.0"} 22 "dune" {>= "2.9.0"} 23 "logs" {>= "0.7.0"} 24 "lwt" {>= "4.0.0"} 25 "ipaddr" {>= "5.5.0"} 26 "cmdliner" {>= "1.2.0"} 27] 28conflicts: [ 29 "result" {< "1.5"} 30 "ppxlib" {= "0.29.0"} #0.29.0 provides a vendored ppx_sexp_conv 31] 32synopsis: "The base MirageOS runtime library, part of every MirageOS unikernel" 33description: """ 34A bundle of useful runtime functions for applications built with MirageOS 35""" 36url { 37 src: 38 "https://github.com/mirage/mirage/releases/download/v4.8.1/mirage-4.8.1.tbz" 39 checksum: [ 40 "sha256=c024c04ab11c5ad6a25d7a00d44734a3c18ffe5012cc999412d853ff70c89476" 41 "sha512=8b2546975f7f23dcd39796a04818d1978bae593e3179c3d00afd25ec8f3d39525b6bea91ab62987795ced217a602f49abe26742fcfd044914f0a158bbbb8f676" 42 ] 43} 44x-commit-hash: "070af6b65e50948e82d64e4998a8639a57f1178c"