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 "cstruct" {>= "6.0.0"}
27]
28conflicts: [ "tcpip" {>= "7.0.0"} ]
29synopsis: "MirageOS signatures for network protocols"
30description: """
31mirage-protocols provides a set of module types which libraries intended to
32be used as MirageOS network implementations should implement.
33
34The current signatures are: ETHERNET, ARP, IP, ICMP, UDP, TCP.
35"""
36url {
37 src:
38 "https://github.com/mirage/mirage-protocols/releases/download/v6.0.0/mirage-protocols-v6.0.0.tbz"
39 checksum: [
40 "sha256=229b089663b968068a557b4498d14e64c778179e04d3bf888bce64f0184a9725"
41 "sha512=226dc1b1905a1c28d24df3a9c844fb181eebed0081036f2c08fb67ff40f102be53f40b1a2b351c5de63aa50b6e74e5e484796117473f8f791f485ea11aedfd3f"
42 ]
43}
44x-commit-hash: "805461d35799ceecad378c161aa3b7a0e3420e32"
45flags: deprecated
46post-messages: [ "mirage-protocols is deprecated" ]