From bc8f3a4c591b55bfb9ebc75c75356a219a92e4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Sun, 14 Jul 2024 10:45:00 +0200 Subject: [PATCH] opam pin-depends --- cohttp-lwt-unix.opam | 8 ++++++++ cohttp-lwt-unix.opam.template | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/cohttp-lwt-unix.opam b/cohttp-lwt-unix.opam index 26b3a42dc7..108b5336aa 100644 --- a/cohttp-lwt-unix.opam +++ b/cohttp-lwt-unix.opam @@ -59,3 +59,11 @@ build: [ "@doc" {with-doc} ] ] +pin-depends: [ + [ "conduit.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "conduit-lwt.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "conduit-lwt-unix.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "conduit-async.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "conduit-mirage.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "ca-certs.dev" "git+https://github.com/art-w/ca-certs.git#95d1250bdce4225cb92c345ba5d8f180e237eb2b" ] +] diff --git a/cohttp-lwt-unix.opam.template b/cohttp-lwt-unix.opam.template index 75ab83a7c4..ce964e5347 100644 --- a/cohttp-lwt-unix.opam.template +++ b/cohttp-lwt-unix.opam.template @@ -12,3 +12,11 @@ build: [ "@doc" {with-doc} ] ] +pin-depends: [ + [ "conduit.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "conduit-lwt.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "conduit-lwt-unix.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "conduit-async.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "conduit-mirage.dev" "git+https://github.com/art-w/ocaml-conduit.git#f5facd875a563470866aad58281293b6eb4558e9" ] + [ "ca-certs.dev" "git+https://github.com/art-w/ca-certs.git#95d1250bdce4225cb92c345ba5d8f180e237eb2b" ] +]