|
| 1 | +# This file is generated by dune, edit dune-project instead |
1 | 2 | opam-version: "2.0"
|
2 |
| - |
3 |
| -homepage: "https://github.com/mirage/mirage-tcpip" |
4 |
| -dev-repo: "git+https://github.com/mirage/mirage-tcpip.git" |
5 |
| -bug-reports: "https://github.com/mirage/mirage-tcpip/issues" |
6 |
| -doc: "https://mirage.github.io/mirage-tcpip/" |
| 3 | +synopsis: "OCaml TCP/IP networking stack, used in MirageOS" |
| 4 | +description: |
| 5 | + "`mirage-tcpip` provides a networking stack for the [Mirage operating system](https://mirage.io). It provides implementations for the following module types (which correspond with the similarly-named protocols): IP (via the IPv4 and IPv6 modules), ICMP, UDP, TCP" |
| 6 | + |
7 | 7 | authors: [
|
8 |
| - "Anil Madhavapeddy" "Balraj Singh" "Richard Mortier" "Nicolas Ojeda Bar" |
9 |
| - "Thomas Gazagnaire" "Vincent Bernardoff" "Magnus Skjegstad" "Mindy Preston" |
10 |
| - "Thomas Leonard" "David Scott" "Gabor Pali" "Hannes Mehnert" "Haris Rotsos" |
11 |
| - "Kia" "Luke Dunstan" "Pablo Polvorin" "Tim Cuthbertson" "lnmx" "pqwy" ] |
| 8 | + "Anil Madhavapeddy" |
| 9 | + "Balraj Singh" |
| 10 | + "David Scott" |
| 11 | + "Gabor Pali" |
| 12 | + "Hannes Mehnert" |
| 13 | + "Haris Rotsos" |
| 14 | + "Kia" |
| 15 | + "Luke Dunstan" |
| 16 | + "Magnus Skjegstad" |
| 17 | + "Mindy Preston" |
| 18 | + "Nicolas Ojeda Bar" |
| 19 | + "Pablo Polvorin" |
| 20 | + "Richard Mortier" |
| 21 | + "Thomas Gazagnaire" |
| 22 | + "Thomas Leonard" |
| 23 | + "Tim Cuthbertson" |
| 24 | + "Vincent Bernardoff" |
| 25 | + "lnmx" |
| 26 | + "pqwy" |
| 27 | +] |
12 | 28 | license: "ISC"
|
13 | 29 | tags: ["org:mirage"]
|
14 |
| - |
15 |
| -build: [ |
16 |
| - ["dune" "subst"] {dev} |
17 |
| - ["dune" "build" "-p" name "-j" jobs] |
18 |
| - ["dune" "runtest" "-p" name "-j" jobs] {with-test} |
19 |
| -] |
20 |
| -conflicts: [ |
21 |
| - "mirage-xen" {< "6.0.0"} |
22 |
| - "ocaml-freestanding" |
23 |
| - "result" {< "1.5"} |
24 |
| -] |
| 30 | +homepage: "https://github.com/mirage/mirage-tcpip" |
| 31 | +bug-reports: "https://github.com/mirage/mirage-tcpip/issues" |
25 | 32 | depends: [
|
26 |
| - "dune" {>= "2.7.0"} |
27 |
| - "bisect_ppx" {dev & >= "2.5.0"} |
| 33 | + "dune" {>= "2.7"} |
28 | 34 | "ocaml" {>= "4.08.0"}
|
| 35 | + "arp" {>= "3.0.0"} |
| 36 | + "cmdliner" {>= "1.1.0"} |
29 | 37 | "cstruct" {>= "6.0.0"}
|
30 | 38 | "cstruct-lwt"
|
31 |
| - "mirage-net" {>= "3.0.0"} |
32 |
| - "mirage-clock" {>= "3.0.0"} |
33 |
| - "mirage-crypto-rng-mirage" {>= "1.0.0"} |
34 |
| - "mirage-time" {>= "2.0.0"} |
35 |
| - "ipaddr" {>= "5.6.0"} |
36 |
| - "macaddr" {>="4.0.0"} |
37 |
| - "macaddr-cstruct" |
| 39 | + "duration" |
| 40 | + "ethernet" {>= "3.0.0"} |
38 | 41 | "fmt" {>= "0.8.7"}
|
| 42 | + "ipaddr" {>= "5.6.0"} |
| 43 | + "ipaddr-cstruct" |
| 44 | + "logs" {>= "0.6.0"} |
| 45 | + "lru" {>= "0.3.0"} |
39 | 46 | "lwt" {>= "4.0.0"}
|
40 | 47 | "lwt-dllist"
|
41 |
| - "logs" {>= "0.6.0"} |
42 |
| - "duration" |
43 |
| - "randomconv" {>= "0.2.0"} |
44 |
| - "ethernet" {>= "3.0.0"} |
45 |
| - "arp" {>= "3.0.0"} |
| 48 | + "macaddr" {>= "4.0.0"} |
| 49 | + "macaddr-cstruct" |
| 50 | + "metrics" |
| 51 | + "mirage-clock" {>= "3.0.0"} |
| 52 | + "mirage-crypto-rng-mirage" {>= "1.0.0"} |
46 | 53 | "mirage-flow" {>= "4.0.0"}
|
47 |
| - "mirage-vnetif" {with-test & >= "0.6.2"} |
48 |
| - "alcotest" {with-test & >="1.5.0"} |
49 |
| - "pcap-format" {with-test} |
| 54 | + "mirage-net" {>= "3.0.0"} |
| 55 | + "mirage-time" {>= "2.0.0"} |
| 56 | + "randomconv" {>= "0.2.0"} |
| 57 | + "bisect_ppx" {dev & > "2.5.0"} |
| 58 | + "alcotest" {with-test & >= "1.5.0"} |
50 | 59 | "mirage-clock-unix" {with-test & >= "3.0.0"}
|
51 | 60 | "mirage-crypto-rng" {with-test & >= "1.0.0"}
|
52 |
| - "ipaddr-cstruct" |
53 |
| - "macaddr-cstruct" |
54 |
| - "lru" {>= "0.3.0"} |
55 |
| - "metrics" |
56 |
| - "cmdliner" {>= "1.1.0"} |
| 61 | + "mirage-vnetif" {with-test & >= "0.6.2"} |
| 62 | + "pcap-format" {with-test} |
| 63 | + "odoc" {with-doc} |
57 | 64 | ]
|
58 |
| -synopsis: "OCaml TCP/IP networking stack, used in MirageOS" |
59 |
| -description: """ |
60 |
| -`mirage-tcpip` provides a networking stack for the [Mirage operating |
61 |
| -system](https://mirage.io). It provides implementations for the following module types |
62 |
| -(which correspond with the similarly-named protocols): |
63 |
| - |
64 |
| -* IP (via the IPv4 and IPv6 modules) |
65 |
| -* ICMP |
66 |
| -* UDP |
67 |
| -* TCP |
68 |
| -""" |
| 65 | +conflicts: [ |
| 66 | + "ocaml-freestanding" |
| 67 | + "mirage-xen" {< "6.0.0"} |
| 68 | + "result" {< "1.5"} |
| 69 | +] |
| 70 | +build: [ |
| 71 | + ["dune" "subst"] {dev} |
| 72 | + [ |
| 73 | + "dune" |
| 74 | + "build" |
| 75 | + "-p" |
| 76 | + name |
| 77 | + "-j" |
| 78 | + jobs |
| 79 | + "@install" |
| 80 | + "@runtest" {with-test} |
| 81 | + "@doc" {with-doc} |
| 82 | + ] |
| 83 | +] |
| 84 | +dev-repo: "git+https://github.com/mirage/mirage-tcpip.git" |
0 commit comments