this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Debug logs for selected functions and let-bindings"
4description:
5 "Formatted logs of let-bound values, function arguments and results; `if` and `match` branches taken. Optionally, as collapsible HTML trees with highlights."
6maintainer: ["Lukasz Stafiniak"]
7authors: ["Lukasz Stafiniak"]
8license: "LGPL-2.1-or-later"
9tags: ["logger" "debugger" "printf debugging"]
10homepage: "https://github.com/lukstafi/ppx_minidebug"
11doc: "https://lukstafi.github.io/ppx_minidebug/ppx_minidebug"
12bug-reports: "https://github.com/lukstafi/ppx_minidebug/issues"
13depends: [
14 "ocaml" {>= "4.13"}
15 "dune" {>= "3.7"}
16 "ppx_deriving"
17 "ppx_sexp_conv"
18 "ppxlib" {>= "0.26.0"}
19 "printbox" {>= "0.7"}
20 "printbox-text"
21 "printbox-html" {>= "0.8" & <= "0.9"}
22 "printbox-md" {>= "0.8" & <= "0.9"}
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]
31build: [
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]
45dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git"
46url {
47 src:
48 "https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/1.2.1.1.tar.gz"
49 checksum: [
50 "md5=26d428541e6f00b0d9596eb151246024"
51 "sha512=57c8fad21403e51d83eb2727810067948a55ce571abbdfc4a061b85ac760f413faf3c21bcd824743f4bab3e80a68e4dccd4fa531355eae14d7d367159c105bf5"
52 ]
53}