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: [ 12 [ "dune" "subst" ] {dev} 13 [ "dune" "build" "-p" name "-j" jobs ] 14] 15 16depends: [ 17 "ocaml" {>= "4.08.0"} 18 "dune" {>= "1.0"} 19 "mirage-flow" {>= "2.0.0"} 20 "fmt" 21 "duration" 22 "lwt" {>= "4.0.0"} 23 "ipaddr" {>= "4.0.0"} 24 "macaddr" {>= "4.0.0"} 25 "cstruct" {>= "6.0.0"} 26] 27conflicts: [ "tcpip" {>= "7.0.0"} ] 28synopsis: "MirageOS signatures for network protocols" 29description: """ 30mirage-protocols provides a set of module types which libraries intended to 31be used as MirageOS network implementations should implement. 32 33The current signatures are: ETHERNET, ARP, IP, ICMP, UDP, TCP. 34""" 35url { 36 src: 37 "https://github.com/mirage/mirage-protocols/releases/download/v7.0.0/mirage-protocols-v7.0.0.tbz" 38 checksum: [ 39 "sha256=5659c450015b05b97448f1ee394858e383d62e26ffd88fd4fd0c5c4cd376c0f0" 40 "sha512=fd0ab477605933fbab6693b83067d64196ba52e4e968cc5a5449e059e65dde12bfba543eeb39f2562bfe5d5c25b5268e73dee24fd55e0ad390a6c6795d932ac4" 41 ] 42} 43x-commit-hash: "66f4b686639731e6ddc93be61e399d76f3407056" 44flags: deprecated 45post-messages: [ "mirage-protocols is deprecated" ]