opam-version: "2.0"
synopsis: "Foundational module types for devices."
description:
  "This package is primarily useful in the context of a Mirage project."
maintainer: "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"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/mirage-device"
doc: "https://mirage.github.io/mirage-device/"
bug-reports: "https://github.com/mirage/mirage-device/issues"
depends: [
  "ocaml"
  "jbuilder" {build & >= "1.0+beta7"}
  "fmt"
]
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/mirage-device.git"
url {
  src:
    "https://github.com/mirage/mirage-device/releases/download/v1.1.0/mirage-device-1.1.0.tbz"
  checksum: "md5=9af70ef256ba3827fee413d0a2e29b7e"
}
