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://github.com/mirage/mirage"
bug-reports:  "https://github.com/mirage/mirage/issues/"
dev-repo:     "git+https://github.com/mirage/mirage.git"
license:      "ISC"
tags:         ["org:mirage" "org:xapi-project"]


build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
  "ocaml" {>= "4.05.0"}
  "dune" {>= "1.1.0"}
  "mirage-device" {>= "1.1.0" & < "2.0.0"}
  "mirage-time" {>= "1.1.0" & < "2.0.0"}
  "mirage-clock" {>= "2.0.0" & < "3.0.0"}
  "mirage-random" {>= "1.2.0" & < "2.0.0"}
  "mirage-flow" {>= "1.5.0" & < "2.0.0"}
  "mirage-console" {>= "2.3.5" & < "3.0.0"}
  "mirage-protocols" {>= "2.0.0" & < "4.0.0"}
  "mirage-stack" {>= "1.3.0" & < "2.0.0"}
  "mirage-block" {>= "1.1.0" & < "2.0.0"}
  "mirage-net" {>= "2.0.0" & < "3.0.0"}
  "mirage-fs" {>= "2.0.0" & < "3.0.0"}
  "mirage-kv" {>= "2.0.0" & < "3.0.0"}
  "mirage-channel" {>= "3.1.0" & < "4.0.0"}
]
synopsis: "Module type definitions for MirageOS applications"
description: """
Module type definitions for MirageOS applications
"""
url {
  src:
    "https://github.com/mirage/mirage/releases/download/v3.6.0/mirage-v3.6.0.tbz"
  checksum: [
    "sha256=0ab6ee37fa44c05cc93ecf2456dabdbbe80935f11e82179d75ee64913cffc3d1"
    "sha512=ecadf2266982b60b872b862c7c77c11c66b07e44110d98ed63a6e0e12570e3d6d0be06a519fd3a4edc8c184fe010055d7435d62491e22549a4776ac2d530bd41"
  ]
}
