Skip to content

Commit 35cd31e

Browse files
authored
Merge pull request #26210 from lukstafi/opam-publish-ppx_minidebug.1.5.1
Package ppx_minidebug.1.5.1
2 parents 163d3d6 + 64b29ef commit 35cd31e

File tree

1 file changed

+53
-0
lines changed
  • packages/ppx_minidebug/ppx_minidebug.1.5.1

1 file changed

+53
-0
lines changed
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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"]
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.11"}
20+
"printbox-text" {>= "0.11"}
21+
"printbox-html" {= "0.11"}
22+
"printbox-md" {>= "0.11"}
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+
url {
47+
src:
48+
"https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/1.5.1.1.tar.gz"
49+
checksum: [
50+
"md5=38937c3bbf7497a25ddadb595eb4aba1"
51+
"sha512=536690057aa6481b5c157f873d047d06934590d2c838ff53b79972d7cea68d6f57a887688015b98ef7ae01251a275456ecbfc494c4786ddd640bb9cc925ea69e"
52+
]
53+
}

0 commit comments

Comments
 (0)