this repo has no description

Package ppx_minidebug.1.3.0

Changed files
+53
packages
ppx_minidebug
ppx_minidebug.1.3.0
+53
packages/ppx_minidebug/ppx_minidebug.1.3.0/opam
···
+
# 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.10"}
+
"printbox-text" {>= "0.10"}
+
"printbox-html" {= "0.10"}
+
"printbox-md" {>= "0.10"}
+
"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"
+
url {
+
src:
+
"https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/1.3.0.tar.gz"
+
checksum: [
+
"md5=012bec09c03d3e5c73a1752fcdc57dd7"
+
"sha512=963fcf75aabb430700e38a32d056dc8ea6143bf15f8e57ce8c2b97f415d2b42566516aa33ecbc5561ae39e36a451d5f0041ae07c0da7675fe3cb7d65d4ba89bf"
+
]
+
}