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: [ [ "dune" "subst" ] {dev} [ "dune" "build" "-p" name "-j" jobs ] ] depends: [ "ocaml" {>= "4.06.0"} "dune" {>= "1.0"} "mirage-device" {>= "2.0.0"} "mirage-flow" {>= "2.0.0"} "fmt" "duration" "lwt" {>= "4.0.0"} "ipaddr" {>= "4.0.0"} "macaddr" {>= "4.0.0"} ] conflicts: [ "tcpip" {>= "7.0.0"} ] synopsis: "MirageOS signatures for network protocols" description: """ mirage-protocols provides a set of module types which libraries intended to be used as MirageOS network implementations should implement. The current signatures are: ETHERNET, ARP, IP, ICMP, UDP, TCP. """ url { src: "https://github.com/mirage/mirage-protocols/releases/download/v4.0.1/mirage-protocols-v4.0.1.tbz" checksum: [ "sha256=b10e3a8f530d48e424ba089fe9e404c2e3b6f0420ea99b39a52bf0d64d4715a1" "sha512=bcb2ed457fd143d4c8d13d37fd19e80764e224c0bd7c9c724ed2cd6fb535ba2dee49e39dc00f0dca22a4d55f43aa33e3a02af0451dc4f5042796f764f60e7f1c" ] } flags: deprecated post-messages: [ "mirage-protocols is deprecated" ]