From bad48f2b525ded546b1be46cbf1e0f2be6d6bd5c Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Fri, 20 Mar 2026 15:54:50 +0100 Subject: [PATCH] Update constraints & remove warning The Cohttp constraint was detected by @gridbugs in #653; the warning comes from OPAM (2.5.0 at least) reads the source and complains that "license" is missing. Signed-off-by: Marek Kubica --- vpnkit.opam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vpnkit.opam b/vpnkit.opam index 23894d04c..f2fde0178 100644 --- a/vpnkit.opam +++ b/vpnkit.opam @@ -13,6 +13,7 @@ authors: [ "Thomas Gazagnaire " "Thomas Leonard " ] +license: "Apache-2.0" homepage: "https://github.com/moby/vpnkit" bug-reports: "https://github.com/moby/vpnkit/issues" dev-repo: "git+https://github.com/moby/vpnkit.git" @@ -53,6 +54,7 @@ depends: [ "mirage-time" {>= "3.0.0"} "mirage-channel" {>= "4.0.1"} "mirage-stack" + "cohttp" {< "6"} "cohttp-lwt" {>= "0.99.0"} "protocol-9p" {>= "2.0.0"} "mirage-vnetif" {>= "0.5.0" & < "0.6.0"}