From 1ad1f366e1f9e232c33143e8b74e24112016181a Mon Sep 17 00:00:00 2001 From: Etienne Millon Date: Mon, 17 Jul 2023 11:30:31 +0200 Subject: [PATCH] Restrict pci Upstream fix: https://github.com/simonjbeaumont/ocaml-pci/pull/25 --- packages/pci/pci.1.0.1/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pci/pci.1.0.1/opam b/packages/pci/pci.1.0.1/opam index 01b6528954f..76f272b673e 100644 --- a/packages/pci/pci.1.0.1/opam +++ b/packages/pci/pci.1.0.1/opam @@ -17,7 +17,7 @@ remove: [ ] depends: [ "ocaml" {>= "4.01.0" & < "5.0.0"} - "ctypes" {>= "0.4"} + "ctypes" {>= "0.4" & < "0.21.0"} "ocamlfind" {build} # "ounit" {with-test} "ocamlbuild" {build}