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.0.0/mirage-protocols-1.0.0.tbz" 28 checksum: [ 29 "sha256=3478a2571ccf85cc4db71bf0606d0354487e6555ae3107c9a23b510c6b88ce54" 30 "md5=e9885b8a2306705b57fe6255eba8c4a6" 31 ] 32} 33flags: deprecated 34post-messages: [ "mirage-protocols is deprecated" ]