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: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%"]

depends: [
  "ocaml" {>= "4.02.3"}
  "ocamlbuild" {build}
  "ocamlfind" {build}
  "topkg" {build & >= "0.8.0"}
  "ipaddr" {>= "2.6.0" & < "3.0.0"}
  "functoria-runtime" {>= "2.0.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/v3.0.0/mirage-runtime-3.0.0.tbz"
  checksum: "md5=02b5d925288087140bb348b68a90199f"
}
