From c81b14b769d4c244a3356150a8092d7a03782489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Fri, 24 Dec 2021 12:29:37 +0100 Subject: [PATCH] pin-depends ctypes --- gobject-introspection.opam | 3 +++ gobject-introspection.opam.template | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 gobject-introspection.opam.template diff --git a/gobject-introspection.opam b/gobject-introspection.opam index 81a8254..d144d8b 100644 --- a/gobject-introspection.opam +++ b/gobject-introspection.opam @@ -41,3 +41,6 @@ build: [ ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/cedlemo/OCaml-GObject-Introspection.git" +pin-depends: [ + ["ctypes.0.20.0" "git+https://github.com/ocamllabs/ocaml-ctypes.git#673c98baddf77dae763139fe7dca47ed107cf412"] +] diff --git a/gobject-introspection.opam.template b/gobject-introspection.opam.template new file mode 100644 index 0000000..2715be7 --- /dev/null +++ b/gobject-introspection.opam.template @@ -0,0 +1,3 @@ +pin-depends: [ + ["ctypes.0.20.0" "git+https://github.com/ocamllabs/ocaml-ctypes.git#673c98baddf77dae763139fe7dca47ed107cf412"] +]