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.06.0"}
18 "dune" {>= "1.0"}
19 "mirage-device" {>= "2.0.0"}
20 "mirage-flow" {>= "2.0.0"}
21 "fmt"
22 "duration"
23 "lwt" {>= "4.0.0"}
24 "ipaddr" {>= "4.0.0"}
25 "macaddr" {>= "4.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/v5.0.0/mirage-protocols-v5.0.0.tbz"
38 checksum: [
39 "sha256=730d5323cf4741282211d0e00e9fcf40643d8754db65f5bf8f140b0cfbfba6ad"
40 "sha512=22b9c6a6c005e679ecbdad896faf606661c78efd3369e2fbc8b5c6199fe5beaeaa4a56fe8f06c9694b2e26ba52878c8e759328cadbb45ac7deef299e4c3cafd3"
41 ]
42}
43flags: deprecated
44post-messages: [ "mirage-protocols is deprecated" ]