this repo has no description

Merge pull request #19857 from hannesm/release-tcpip-v6.3.0

[new release] tcpip (6.3.0)

Changed files
+84 -1
packages
mirage-nat
mirage-nat.2.2.3
tcpip
tcpip.6.3.0
+1 -1
packages/mirage-nat/mirage-nat.2.2.3/opam
···
"lru" {>= "0.3.0"}
"ppx_deriving" {>= "4.2" }
"dune" {>= "1.0"}
-
"tcpip" { >= "4.1.0" }
+
"tcpip" { >= "4.1.0" & < "6.3.0"}
"ethernet" { >= "2.0.0" }
"stdlib-shims"
"alcotest" {with-test}
+83
packages/tcpip/tcpip.6.3.0/opam
···
+
opam-version: "2.0"
+
maintainer: "anil@recoil.org"
+
homepage: "https://github.com/mirage/mirage-tcpip"
+
dev-repo: "git+https://github.com/mirage/mirage-tcpip.git"
+
bug-reports: "https://github.com/mirage/mirage-tcpip/issues"
+
doc: "https://mirage.github.io/mirage-tcpip/"
+
authors: [
+
"Anil Madhavapeddy" "Balraj Singh" "Richard Mortier" "Nicolas Ojeda Bar"
+
"Thomas Gazagnaire" "Vincent Bernardoff" "Magnus Skjegstad" "Mindy Preston"
+
"Thomas Leonard" "David Scott" "Gabor Pali" "Hannes Mehnert" "Haris Rotsos"
+
"Kia" "Luke Dunstan" "Pablo Polvorin" "Tim Cuthbertson" "lnmx" "pqwy" ]
+
license: "ISC"
+
tags: ["org:mirage"]
+
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
]
+
conflicts: [
+
"mirage-xen" {< "6.0.0"}
+
"ocaml-freestanding" {< "0.4.1"}
+
"result" {< "1.5"}
+
]
+
depends: [
+
"conf-pkg-config" {build}
+
"dune" {>= "2.7.0"}
+
"bisect_ppx" {dev & >= "2.5.0"}
+
"ocaml" {>= "4.08.0"}
+
"cstruct" {>= "6.0.0"}
+
"cstruct-lwt"
+
"ppx_cstruct"
+
"mirage-net" {>= "3.0.0"}
+
"mirage-clock" {>= "3.0.0"}
+
"mirage-random" {>= "2.0.0"}
+
"mirage-stack" {>= "2.2.0"}
+
"mirage-protocols" {>= "5.0.0"}
+
"mirage-time" {>= "2.0.0"}
+
"ipaddr" {>= "5.0.0"}
+
"macaddr" {>="4.0.0"}
+
"macaddr-cstruct"
+
"mirage-profile" {>= "0.5"}
+
"fmt" {>= "0.8.7"}
+
"lwt" {>= "4.0.0"}
+
"lwt-dllist"
+
"logs" {>= "0.6.0"}
+
"duration"
+
"randomconv"
+
"ethernet" {>= "2.0.0"}
+
"mirage-flow" {with-test & >= "2.0.0"}
+
"mirage-vnetif" {with-test & >= "0.5.0"}
+
"alcotest" {with-test & >="0.7.0"}
+
"pcap-format" {with-test}
+
"mirage-clock-unix" {with-test & >= "3.0.0"}
+
"mirage-random-test" {with-test & >= "0.1.0"}
+
"arp" {with-test & >= "2.3.0"}
+
"ipaddr-cstruct" {with-test}
+
"lru" {>= "0.3.0"}
+
"metrics"
+
]
+
depopts: [
+
"ocaml-freestanding"
+
]
+
synopsis: "OCaml TCP/IP networking stack, used in MirageOS"
+
description: """
+
`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
+
"""
+
url {
+
src:
+
"https://github.com/mirage/mirage-tcpip/releases/download/v6.3.0/tcpip-v6.3.0.tbz"
+
checksum: [
+
"sha256=e558094ca83911cc511e4061cb718a572c33cc5e884b3cfc8ec0f5dd8e9bc43b"
+
"sha512=6edd9f10e9cd0753ebbd474111874d0acbcb834bbfa6add4ea2dcc81ef0c000ebf28c5bb4c229518032cdeacc0bef159b0e6604fbd4e68d344271249fea68645"
+
]
+
}
+
x-commit-hash: "a58fb3e96c7fa58e0d18d751b8c859282fefe1cd"