utcp: update opam from upstream

This commit is contained in:
Hannes Mehnert 2024-03-27 21:22:13 +01:00
parent 37a43fa845
commit 017995be0e

View file

@ -6,7 +6,7 @@ dev-repo: "git+https://github.com/robur-coop/utcp.git"
bug-reports: "https://github.com/robur-coop/utcp/issues"
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.13.0"}
"dune" {>= "2.7.0"}
"cstruct" {>= "6.0.1"}
"duration" {>= "0.2.0"}
@ -23,7 +23,8 @@ depends: [
"mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.1"}
"mirage-clock" {>= "3.1.0"}
"tcpip" {>= "7.0.0"}
"tcpip" {>= "8.0.1"}
"mirage-flow" {>= "4.0.0"}
#for apps
"cmdliner" {>= "1.1.0" & dev}
"mirage-net-unix" {>= "2.8.0" & dev}