From d7031132448f233135431cef7a16c6380bc898f6 Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Mon, 5 Feb 2024 10:47:16 +0100 Subject: [PATCH] Revert "Remove ocaml-compiler-libs pin" --- ppxlib.opam | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ppxlib.opam b/ppxlib.opam index be6144f8b..91bfd9471 100644 --- a/ppxlib.opam +++ b/ppxlib.opam @@ -51,3 +51,6 @@ build: [ ] ] dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git" +pin-depends: [ + [ "ocaml-compiler-libs.v0.11.0" "git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk" ] +]