From 9633850ecd71081733209434dd7e1a9197bf6296 Mon Sep 17 00:00:00 2001 From: Lukasz Stafiniak Date: Thu, 2 Jan 2025 14:28:50 +0100 Subject: [PATCH 1/3] Package ppx_minidebug.2.0.3 --- .../ppx_minidebug/ppx_minidebug.2.0.3/opam | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 packages/ppx_minidebug/ppx_minidebug.2.0.3/opam diff --git a/packages/ppx_minidebug/ppx_minidebug.2.0.3/opam b/packages/ppx_minidebug/ppx_minidebug.2.0.3/opam new file mode 100644 index 00000000000..ab332b4fc75 --- /dev/null +++ b/packages/ppx_minidebug/ppx_minidebug.2.0.3/opam @@ -0,0 +1,54 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Debug logs for selected functions and let-bindings" +description: + "Formatted logs of let-bound values, function arguments and results; `if` and `match` branches taken. Optionally, as collapsible HTML trees with highlights." +maintainer: ["Lukasz Stafiniak "] +authors: ["Lukasz Stafiniak"] +license: "LGPL-2.1-or-later" +tags: ["logger" "debugger" "printf debugging"] +homepage: "https://github.com/lukstafi/ppx_minidebug" +doc: "https://lukstafi.github.io/ppx_minidebug/ppx_minidebug" +bug-reports: "https://github.com/lukstafi/ppx_minidebug/issues" +depends: [ + "ocaml" {>= "4.13"} + "dune" {>= "3.7"} + "ppx_deriving" + "ppx_sexp_conv" + "ppxlib" {>= "0.26.0"} + "printbox" {>= "0.12"} + "printbox-text" {>= "0.12"} + "printbox-html" {>= "0.12"} + "printbox-md" {>= "0.12"} + "ptime" + "mtime" {>= "2.0"} + "re" + "sexplib0" + "ppx_expect" {with-test & >= "v0.9.0"} + "odoc" {with-doc} + "md2mld" +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git" +x-maintenance-intent: ["(latest)"] +url { + src: + "https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/2.0.3.tar.gz" + checksum: [ + "md5=fd3d88a4209e6a5b12641b8cda5bf005" + "sha512=d845ff5d25e63698cfb7fede67efc3b1f41a0497aa67acd633926d2368dbe233aab093017f579c36113d63bdcfd988d1df5c7ed719b7d321bc5c3bc438bd2c69" + ] +} \ No newline at end of file From f3acb9576912d1fa0f201157957cf1483bc12b4d Mon Sep 17 00:00:00 2001 From: Lukasz Stafiniak Date: Sun, 12 Jan 2025 23:05:21 +0100 Subject: [PATCH 2/3] Reverse dependency regression fix missing from PR #27203 --- packages/arrayjit/arrayjit.0.4.1/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/arrayjit/arrayjit.0.4.1/opam b/packages/arrayjit/arrayjit.0.4.1/opam index 4a5352c25b9..5a4a70b5aa2 100644 --- a/packages/arrayjit/arrayjit.0.4.1/opam +++ b/packages/arrayjit/arrayjit.0.4.1/opam @@ -27,7 +27,7 @@ depends: [ "ppxlib" "ppx_jane" "ppx_expect" - "ppx_minidebug" {>= "2.0.0"} + "ppx_minidebug" {>= "2.0.0" & < "2.0.3"} "odoc" {with-doc} ] depopts: [ From 5812c671ed966b4462f52840803ea0b756fe3f90 Mon Sep 17 00:00:00 2001 From: Lukasz Stafiniak Date: Sun, 12 Jan 2025 23:10:03 +0100 Subject: [PATCH 3/3] arrayjit.0.4.1: Reverse dependency regression fix missing from PR #27203 --- packages/arrayjit/arrayjit.0.4.1/opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/arrayjit/arrayjit.0.4.1/opam b/packages/arrayjit/arrayjit.0.4.1/opam index 5a4a70b5aa2..dbd7ced10a8 100644 --- a/packages/arrayjit/arrayjit.0.4.1/opam +++ b/packages/arrayjit/arrayjit.0.4.1/opam @@ -18,8 +18,8 @@ depends: [ "core" {>= "v0.17.0"} "ctypes" {>= "0.23"} "ctypes-foreign" {>= "0.23"} - "printbox" - "printbox-text" + "printbox" {< "0.12"} + "printbox-text" {< "0.12"} "ocannl_npy" "stdio" "num"