this repo has no description

Merge pull request #20627 from dinosaure/fix-netchannel

Fix constraints on netchannel.2.0.0

Kate 2d6d56df 68ea8633

Changed files
+1 -1
packages
netchannel
netchannel.2.0.0
+1 -1
packages/netchannel/netchannel.2.0.0/opam
···
"lwt" {>= "2.4.3"}
"mirage-net" {>= "3.0.0"}
"io-page" {>= "1.5.0"}
-
"mirage-xen" {>= "6.0.0"}
"ipaddr" {>= "3.0.0"}
"mirage-profile" {>="0.3"}
"shared-memory-ring" {>="3.0.0"}
···
"lwt" {>= "2.4.3"}
"mirage-net" {>= "3.0.0"}
"io-page" {>= "1.5.0"}
+
"mirage-xen" {>= "6.0.0" & < "7.0.0"}
"ipaddr" {>= "3.0.0"}
"mirage-profile" {>="0.3"}
"shared-memory-ring" {>="3.0.0"}