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"] 10build: [ 11 [ "dune" "subst" ] {dev} 12 [ "dune" "build" "-p" name "-j" jobs ] 13] 14depends: [ 15 "ocaml" {>= "4.08.0"} 16 "dune" {>= "1.0"} 17 "ipaddr" {>= "4.0.0"} 18 "tcpip" {>= "7.0.0"} 19 "ethernet" {>= "3.0.0"} 20 "arp" {>= "3.0.0"} 21] 22synopsis: "MirageOS signatures for network protocols" 23description: """ 24mirage-protocols provides a set of module types which libraries intended to 25be used as MirageOS network implementations should implement. 26 27The current signatures are: ETHERNET, ARP, IP, ICMP, UDP, TCP. 28""" 29post-messages: [ 30 "This package is deprecated. Please use Ethernet.S, Arp.S, or the Tcpip module types directly" 31] 32url { 33 src: 34 "https://github.com/mirage/mirage-protocols/releases/download/v8.0.0/mirage-protocols-v8.0.0.tbz" 35 checksum: [ 36 "sha256=503091e09ab7b70f4ffc8970ed3e3edfeca2f50ed516a9c78577920af83d772c" 37 "sha512=c7cd35f5467265d46ecb50424c166431a25a24597196d409d877261f63ad3b7ec738e9f33ce728556b4babb1e7a031744c4f2eec3d70109296dc746933a4c4c3" 38 ] 39} 40x-commit-hash: "37aa4a86f9f423bb7fe1d70c8a71331060a45048" 41flags: deprecated 42x-maintenance-intent: ["(none)"]