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://mirage.io/" 7bug-reports: "https://github.com/mirage/mirage/issues/" 8dev-repo: "git+https://github.com/mirage/mirage.git" 9tags: ["org:mirage" "org:xapi-project"] 10doc: "https://mirage.github.io/mirage/" 11 12build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%"] 13 14depends: [ 15 "ocaml" {>= "4.02.3"} 16 "ocamlbuild" {build} 17 "ocamlfind" {build} 18 "topkg" {build & >= "0.8.0"} 19 "ipaddr" {>= "2.6.0" & < "3.0.0"} 20 "functoria-runtime" {>= "2.0.0" & < "4.0"} 21 "fmt" 22 "astring" 23 "logs" 24] 25synopsis: 26 "A bundle of useful runtime functions for applications built with Mirage." 27url { 28 src: 29 "https://github.com/mirage/mirage/releases/download/v3.0.0/mirage-runtime-3.0.0.tbz" 30 checksum: [ 31 "sha256=cfd6c3c584b28c14e337f1b2b6b473fd18564683bb4bdb87291dffbec6eeb964" 32 "md5=02b5d925288087140bb348b68a90199f" 33 ] 34}