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"
12
13build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
14
15depends: [
16 "ocaml"
17 "ocamlfind" {build}
18 "ocamlbuild" {build}
19 "topkg" {build & >= "0.7.3"}
20 "fmt"
21]
22synopsis: "Foundational module types for devices."
23description:
24 "This package is primarily useful in the context of a Mirage project."
25url {
26 src:
27 "https://github.com/mirage/mirage-device/releases/download/1.0.0/mirage-device-1.0.0.tbz"
28 checksum: [
29 "sha256=9bf1cd901c6184fa5a57263fd488382245dda6d9a1c356fe98114969ac15c1fe"
30 "md5=6d6f0235b07e1e068ce71d788b5ce11b"
31 ]
32}
33flags: deprecated
34post-messages: [ "mirage-device is deprecated" ]