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://mirage.io/" bug-reports: "https://github.com/mirage/mirage/issues/" dev-repo: "git+https://github.com/mirage/mirage.git" tags: ["org:mirage" "org:xapi-project"] doc: "https://mirage.github.io/mirage/" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.02.3"} "jbuilder" {>= "1.0+beta10"} "ipaddr" {>= "2.6.0" & < "3.0.0"} "functoria-runtime" {>= "2.0.0" & < "4.0"} "fmt" "astring" "logs" ] synopsis: "A bundle of useful runtime functions for applications built with Mirage" url { src: "https://github.com/mirage/mirage/releases/download/3.0.5/mirage-3.0.5.tbz" checksum: [ "sha256=b7347fb248561acf96e79e0c18ede618b3f3715542a0ec3e563782a60e366fc2" "md5=ed9854a99c77aee3bdcdf0915905fd46" ] }