opam-version: "2.0" maintainer: "Mindy Preston " authors: ["Mindy Preston "] homepage: "https://github.com/mirage/mirage-protocols" doc: "https://mirage.github.io/mirage-protocols/" license: "ISC" dev-repo: "git+https://github.com/mirage/mirage-protocols.git" bug-reports: "https://github.com/mirage/mirage-protocols/issues" tags: ["org:mirage"] build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" ] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "0.8.0"} "mirage-device" {>= "1.0.0" & < "2.0.0"} "mirage-flow" {>= "1.2.0" & < "2.0.0"} "fmt" {>= "0.8.2"} ] synopsis: "Module type definitions for network protocols." description: "This library is primarily useful in the context of Mirage projects." url { src: "https://github.com/mirage/mirage-protocols/releases/download/1.0.0/mirage-protocols-1.0.0.tbz" checksum: [ "sha256=3478a2571ccf85cc4db71bf0606d0354487e6555ae3107c9a23b510c6b88ce54" "md5=e9885b8a2306705b57fe6255eba8c4a6" ] } flags: deprecated post-messages: [ "mirage-protocols is deprecated" ]