Skip to content

Commit

Permalink
Merge pull request #26433 from lukstafi/opam-publish-ppx_minidebug.2.0.0
Browse files Browse the repository at this point in the history
Package ppx_minidebug.2.0.0
  • Loading branch information
mseri authored Aug 28, 2024
2 parents 30784f5 + 1636084 commit 34fe4c5
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions packages/ppx_minidebug/ppx_minidebug.2.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# 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.11"}
"printbox-text" {>= "0.11"}
"printbox-html" {= "0.11"}
"printbox-md" {>= "0.11"}
"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/2.0.0.tar.gz"
checksum: [
"md5=169e43dd9d2f642486115ab6e0db2e67"
"sha512=b02ca78fc21f92a2ebd3b6daedd07e77561d111130e2cef3eaf5f08b897672bd029c53c21ecfec18340aa9096a6f2e22890b08ecb821cdfc05880f2e458f3658"
]
}

0 comments on commit 34fe4c5

Please sign in to comment.