opam-version: "2.0" maintainer: "thomas@gazagnaire.org" homepage: "https://github.com/mirage/mirage-device" bug-reports: "https://github.com/mirage/mirage-device/issues" dev-repo: "git+https://github.com/mirage/mirage-device.git" doc: "https://mirage.github.io/mirage-device/" authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne" "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar" "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"] tags: [ "org:mirage"] license: "ISC" build: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" "jbuilder" {>= "1.0+beta7"} "fmt" ] synopsis: "Foundational module types for devices." description: "This package is primarily useful in the context of a Mirage project." url { src: "https://github.com/mirage/mirage-device/releases/download/v1.1.0/mirage-device-1.1.0.tbz" checksum: [ "sha256=2f4c8fa94124dd8d64357a24b8e452872d3d4325c9f12c26b5af74d5dc7eb69b" "md5=9af70ef256ba3827fee413d0a2e29b7e" ] } flags: deprecated post-messages: [ "mirage-device is deprecated" ]