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.1.0/mirage-protocols-1.1.0.tbz" checksum: [ "sha256=bb4a8b855e643ebc18727e9f1b9521b089a969f568ad00099590033da735bc55" "md5=28cb962b6b5c8fcf79e4bf588e2f4b05" ] } flags: deprecated post-messages: [ "mirage-protocols is deprecated" ]