this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3authors: [
4 "Thomas Gazagnaire"
5 "Anil Madhavapeddy"
6 "Gabriel Radanne"
7 "Mindy Preston"
8 "Thomas Leonard"
9 "Nicolas Ojeda Bar"
10 "Dave Scott"
11 "David Kaloper"
12 "Hannes Mehnert"
13 "Richard Mortier"
14]
15license: "ISC"
16tags: "org:mirage"
17homepage: "https://github.com/mirage/mirage-device"
18doc: "https://mirage.github.io/mirage-device/"
19bug-reports: "https://github.com/mirage/mirage-device/issues"
20depends: [
21 "ocaml" {>= "4.04.2"}
22 "dune" {>= "1.0"}
23 "fmt"
24]
25build: [
26 ["dune" "subst"] {dev}
27 ["dune" "build" "-p" name "-j" jobs]
28]
29dev-repo: "git+https://github.com/mirage/mirage-device.git"
30synopsis: "Abstract devices for MirageOS"
31description: """
32mirage-device defines [Mirage_device.S][1], the signature for
33basic abstract devices for MirageOS and a pretty-printing function
34for device errors.
35
36[1]: https://mirage.github.io/mirage-device/Mirage_device.S.html
37"""
38url {
39 src:
40 "https://github.com/mirage/mirage-device/releases/download/v1.2.0/mirage-device-v1.2.0.tbz"
41 checksum: [
42 "sha256=4f4c1ed67da0db213d1ab7c7170107dc497fe319701f2281b58d92a8b12d1163"
43 "md5=dac8ccb8064a728fbf55790f02d36b0d"
44 ]
45}
46flags: deprecated
47post-messages: [ "mirage-device is deprecated" ]