Skip to content

Commit ebfd7ee

Browse files
committed
Package ppx_minidebug.3.0.0
1 parent fa8c506 commit ebfd7ee

File tree

1 file changed

+58
-0
lines changed
  • packages/ppx_minidebug/ppx_minidebug.3.0.0

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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" {>= "5.3.0"}
15+
"dune" {>= "3.10"}
16+
"ppx_deriving"
17+
"ppx_sexp_conv" {>= "v0.17.1"}
18+
"ppxlib" {>= "0.36.2"}
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+
"thread-local-storage" {>= "0.2"}
30+
"mdx" {>= "2.5.0"}
31+
"sqlite3"
32+
"notty" {>= "0.2"}
33+
"nottui-unix"
34+
]
35+
build: [
36+
["dune" "subst"] {dev}
37+
[
38+
"dune"
39+
"build"
40+
"-p"
41+
name
42+
"-j"
43+
jobs
44+
"@install"
45+
"@runtest" {with-test}
46+
"@doc" {with-doc}
47+
]
48+
]
49+
dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git"
50+
x-maintenance-intent: ["2.2.(latest)" "2.4.(latest)" "(latest)"]
51+
url {
52+
src:
53+
"https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/3.0.0.2.tar.gz"
54+
checksum: [
55+
"md5=de9d05a35736c328961cc61f7f740321"
56+
"sha512=2656cadb3a3ca3ee277abf2217b2ba1642ac20566cbff2d789dcd574ae7d21bf827d2c1c97ea35bbcf56fa40aae1de070aabf1456d1faa301e9848715ba3e01e"
57+
]
58+
}

0 commit comments

Comments
 (0)