Skip to content

Commit e5d038c

Browse files
authored
Merge pull request #27198 from lukstafi/opam-publish-ppx_minidebug.2.0.3
Package ppx_minidebug.2.0.3
2 parents b9d9636 + 5812c67 commit e5d038c

File tree

2 files changed

+57
-3
lines changed
  • packages
    • arrayjit/arrayjit.0.4.1
    • ppx_minidebug/ppx_minidebug.2.0.3

2 files changed

+57
-3
lines changed

packages/arrayjit/arrayjit.0.4.1/opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ depends: [
1919
"core" {>= "v0.17.0"}
2020
"ctypes" {>= "0.23"}
2121
"ctypes-foreign" {>= "0.23"}
22-
"printbox"
23-
"printbox-text"
22+
"printbox" {< "0.12"}
23+
"printbox-text" {< "0.12"}
2424
"ocannl_npy"
2525
"stdio"
2626
"num"
2727
"saturn_lockfree" {>= "0.5.0"}
2828
"ppxlib"
2929
"ppx_jane"
3030
"ppx_expect"
31-
"ppx_minidebug" {>= "2.0.0"}
31+
"ppx_minidebug" {>= "2.0.0" & < "2.0.3"}
3232
"odoc" {with-doc}
3333
]
3434
depopts: [
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Debug logs for selected functions and let-bindings"
4+
description:
5+
"Formatted logs of let-bound values, function arguments and results; `if` and `match` branches taken. Optionally, as collapsible HTML trees with highlights."
6+
maintainer: ["Lukasz Stafiniak <[email protected]>"]
7+
authors: ["Lukasz Stafiniak"]
8+
license: "LGPL-2.1-or-later"
9+
tags: ["logger" "debugger" "printf debugging"]
10+
homepage: "https://github.com/lukstafi/ppx_minidebug"
11+
doc: "https://lukstafi.github.io/ppx_minidebug/ppx_minidebug"
12+
bug-reports: "https://github.com/lukstafi/ppx_minidebug/issues"
13+
depends: [
14+
"ocaml" {>= "4.13"}
15+
"dune" {>= "3.7"}
16+
"ppx_deriving"
17+
"ppx_sexp_conv"
18+
"ppxlib" {>= "0.26.0"}
19+
"printbox" {>= "0.12"}
20+
"printbox-text" {>= "0.12"}
21+
"printbox-html" {>= "0.12"}
22+
"printbox-md" {>= "0.12"}
23+
"ptime"
24+
"mtime" {>= "2.0"}
25+
"re"
26+
"sexplib0"
27+
"ppx_expect" {with-test & >= "v0.9.0"}
28+
"odoc" {with-doc}
29+
"md2mld"
30+
]
31+
build: [
32+
["dune" "subst"] {dev}
33+
[
34+
"dune"
35+
"build"
36+
"-p"
37+
name
38+
"-j"
39+
jobs
40+
"@install"
41+
"@runtest" {with-test}
42+
"@doc" {with-doc}
43+
]
44+
]
45+
dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git"
46+
x-maintenance-intent: ["(latest)"]
47+
url {
48+
src:
49+
"https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/2.0.3.tar.gz"
50+
checksum: [
51+
"md5=fd3d88a4209e6a5b12641b8cda5bf005"
52+
"sha512=d845ff5d25e63698cfb7fede67efc3b1f41a0497aa67acd633926d2368dbe233aab093017f579c36113d63bdcfd988d1df5c7ed719b7d321bc5c3bc438bd2c69"
53+
]
54+
}

0 commit comments

Comments
 (0)