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/v5.0.0/mirage-protocols-v5.0.0.tbz" checksum: [ "sha256=730d5323cf4741282211d0e00e9fcf40643d8754db65f5bf8f140b0cfbfba6ad" "sha512=22b9c6a6c005e679ecbdad896faf606661c78efd3369e2fbc8b5c6199fe5beaeaa4a56fe8f06c9694b2e26ba52878c8e759328cadbb45ac7deef299e4c3cafd3" ] } flags: deprecated post-messages: [ "mirage-protocols is deprecated" ]