|
| 1 | +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/" |
| 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" ] |
| 12 | +license: "ISC" |
| 13 | +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" {< "0.4.1"} |
| 23 | + "result" {< "1.5"} |
| 24 | +] |
| 25 | +depends: [ |
| 26 | + "conf-pkg-config" {build} |
| 27 | + "dune" {>= "2.7.0"} |
| 28 | + "bisect_ppx" {dev & >= "2.5.0"} |
| 29 | + "ocaml" {>= "4.08.0"} |
| 30 | + "cstruct" {>= "6.0.0"} |
| 31 | + "cstruct-lwt" |
| 32 | + "ppx_cstruct" |
| 33 | + "mirage-net" {>= "3.0.0"} |
| 34 | + "mirage-clock" {>= "3.0.0"} |
| 35 | + "mirage-random" {>= "2.0.0"} |
| 36 | + "mirage-time" {>= "2.0.0"} |
| 37 | + "ipaddr" {>= "5.0.0"} |
| 38 | + "macaddr" {>="4.0.0"} |
| 39 | + "macaddr-cstruct" |
| 40 | + "mirage-profile" {>= "0.5"} |
| 41 | + "fmt" {>= "0.8.7"} |
| 42 | + "lwt" {>= "4.0.0"} |
| 43 | + "lwt-dllist" |
| 44 | + "logs" {>= "0.6.0"} |
| 45 | + "duration" |
| 46 | + "randomconv" |
| 47 | + "ethernet" {>= "3.0.0"} |
| 48 | + "arp" {>= "3.0.0"} |
| 49 | + "mirage-flow" {>= "2.0.0"} |
| 50 | + "mirage-vnetif" {with-test & >= "0.5.0"} |
| 51 | + "alcotest" {with-test & >="0.7.0"} |
| 52 | + "pcap-format" {with-test} |
| 53 | + "mirage-clock-unix" {with-test & >= "3.0.0"} |
| 54 | + "mirage-random-test" {with-test & >= "0.1.0"} |
| 55 | + "ipaddr-cstruct" {with-test} |
| 56 | + "lru" {>= "0.3.0"} |
| 57 | + "metrics" |
| 58 | +] |
| 59 | +depopts: [ |
| 60 | + "ocaml-freestanding" |
| 61 | +] |
| 62 | +synopsis: "OCaml TCP/IP networking stack, used in MirageOS" |
| 63 | +description: """ |
| 64 | +`mirage-tcpip` provides a networking stack for the [Mirage operating |
| 65 | +system](https://mirage.io). It provides implementations for the following module types |
| 66 | +(which correspond with the similarly-named protocols): |
| 67 | + |
| 68 | +* IP (via the IPv4 and IPv6 modules) |
| 69 | +* ICMP |
| 70 | +* UDP |
| 71 | +* TCP |
| 72 | +""" |
| 73 | +url { |
| 74 | + src: |
| 75 | + "https://github.com/mirage/mirage-tcpip/releases/download/v7.1.2/tcpip-7.1.2.tbz" |
| 76 | + checksum: [ |
| 77 | + "sha256=96b6aeafa35f143f7275d1becb6d639472adf3680b8180416de765b6581c466d" |
| 78 | + "sha512=3f873c986de5c58df72db2953c6b2a6319963dbbbd0781b55c2878fd1eaa081ebb7cecbee595db7cb3680a6f438904f98cb69ca17e70c7a6d2d1f61277e929bd" |
| 79 | + ] |
| 80 | +} |
| 81 | +x-commit-hash: "efbebdf22c0b4dbc2e32cca8948a6dc1fe146aad" |
0 commit comments