update utcp from upstream

This commit is contained in:
Hannes Mehnert 2024-09-11 20:33:52 +02:00
parent 26d7a22be8
commit d3d6b0279d

View file

@ -4,6 +4,7 @@ authors: ["Robur <team@robur.coop>"]
homepage: "https://github.com/robur-coop/utcp"
dev-repo: "git+https://github.com/robur-coop/utcp.git"
bug-reports: "https://github.com/robur-coop/utcp/issues"
available: [ arch != "arm32" & arch != "x86_32" ] # see #35
depends: [
"ocaml" {>= "4.13.0"}
@ -14,23 +15,23 @@ depends: [
"ipaddr" {>= "5.2.0"}
"ipaddr-cstruct" {>= "5.2.0"}
"logs" {>= "0.7.0"}
"randomconv" {>= "0.1.3" & < "0.2.0"}
"mtime" {>= "1.3.0"}
"randomconv" {>= "0.2.0"}
"mtime" {>= "1.4.0"}
"metrics" {>= "0.4.1"}
"base64" {>= "3.5.1"} #only used for tracing
#for mirage sublibrary
"lwt" {>= "5.4.2"}
"mirage-random" {>= "2.0.0"}
"mirage-crypto-rng-mirage" {>= "1.0.0"}
"mirage-time" {>= "2.0.1"}
"mirage-clock" {>= "3.1.0"}
"tcpip" {>= "8.0.1"}
"mirage-flow" {>= "4.0.0"}
#for apps
"mirage-crypto-rng" {>= "1.0.0" & dev}
"cmdliner" {>= "1.1.0" & dev}
"mirage-net-unix" {>= "2.8.0" & dev}
"ethernet" {>= "2.2.1" & dev}
"arp" {>= "2.3.0" & dev}
"mirage-random-test" {dev}
"mirage-unix" {>= "5.0.0" & dev}
"mirage-clock-unix" {>= "3.1.0" & dev}
"pcap-format" {>= "0.6.0" & dev}