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.04.2"}
18 "dune" {>= "1.0"}
19 "mirage-protocols" {>= "2.0.0" & < "4.0.0"}
20 "ipaddr" {>= "3.0.0"}
21 "macaddr"
22 "lwt"
23 "cstruct" {>= "1.9.0"}
24]
25synopsis: "MirageOS signatures for network protocols"
26description: """
27mirage-protocols-lwt provides a set of module types specialized to lwt which
28libraries intended to be used as MirageOS network implementations should
29implement.
30
31The current signatures are: ETHERNET, ARP, IP, ICMP, UDP, TCP
32"""
33url {
34 src:
35 "https://github.com/mirage/mirage-protocols/releases/download/v3.0.0/mirage-protocols-v3.0.0.tbz"
36 checksum: [
37 "sha256=b83352a91bb7a693ef7a2022539e789b869903946bbe374bac2df078d60b93e2"
38 "sha512=041c16ee3749562a3900762ef1c179f3d97efb856ec79346223083399cfb13b0e22d2041fb4208b98a557ae5ddf561d79c14362a8ce32dd08fe006b45e4b1c3e"
39 ]
40}
41flags: deprecated
42post-messages: [ "mirage-protocols-lwt is deprecated, and has been folded into mirage-protocols" ]