this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3homepage: "https://github.com/mirage/mirage-device"
4bug-reports: "https://github.com/mirage/mirage-device/issues"
5dev-repo: "git+https://github.com/mirage/mirage-device.git"
6doc: "https://mirage.github.io/mirage-device/"
7authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
8 "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
9 "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
10tags: [ "org:mirage"]
11license: "ISC"
12build: [
13 ["jbuilder" "subst" "-p" name] {dev}
14 ["jbuilder" "build" "-p" name "-j" jobs]
15]
16depends: [
17 "ocaml"
18 "jbuilder" {>= "1.0+beta7"}
19 "fmt"
20]
21synopsis: "Foundational module types for devices."
22description:
23 "This package is primarily useful in the context of a Mirage project."
24url {
25 src:
26 "https://github.com/mirage/mirage-device/releases/download/v1.1.0/mirage-device-1.1.0.tbz"
27 checksum: [
28 "sha256=2f4c8fa94124dd8d64357a24b8e452872d3d4325c9f12c26b5af74d5dc7eb69b"
29 "md5=9af70ef256ba3827fee413d0a2e29b7e"
30 ]
31}
32flags: deprecated
33post-messages: [ "mirage-device is deprecated" ]