this repo has no description
1opam-version: "2.0"
2maintainer: "Mindy Preston <meetup@yomimono.org>"
3authors: ["Mindy Preston <meetup@yomimono.org>"]
4homepage: "https://github.com/mirage/mirage-protocols"
5doc: "https://mirage.github.io/mirage-protocols/"
6license: "ISC"
7dev-repo: "git+https://github.com/mirage/mirage-protocols.git"
8bug-reports: "https://github.com/mirage/mirage-protocols/issues"
9tags: ["org:mirage"]
10
11build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ]
12
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "ocamlfind" {build}
16 "ocamlbuild" {build}
17 "topkg" {build & >= "0.8.0"}
18 "mirage-device" {>= "1.0.0" & < "2.0.0"}
19 "mirage-flow" {>= "1.2.0" & < "2.0.0"}
20 "fmt" {>= "0.8.2"}
21]
22synopsis: "Module type definitions for network protocols."
23description:
24 "This library is primarily useful in the context of Mirage projects."
25url {
26 src:
27 "https://github.com/mirage/mirage-protocols/releases/download/1.1.0/mirage-protocols-1.1.0.tbz"
28 checksum: [
29 "sha256=bb4a8b855e643ebc18727e9f1b9521b089a969f568ad00099590033da735bc55"
30 "md5=28cb962b6b5c8fcf79e4bf588e2f4b05"
31 ]
32}
33flags: deprecated
34post-messages: [ "mirage-protocols is deprecated" ]