Skip to content

Commit

Permalink
Merge pull request ocaml#25538 from lukstafi/opam-publish-ppx_minideb…
Browse files Browse the repository at this point in the history
…ug.1.5.0

Package ppx_minidebug.1.5.0
  • Loading branch information
mseri authored Mar 21, 2024
2 parents 61d15c9 + 655d5f8 commit 901bbe3
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions packages/ppx_minidebug/ppx_minidebug.1.5.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/1.5.0.2.tar.gz"
checksum: [
"md5=4fbab64e2d00477a5add2a7692b405f4"
"sha512=0027a8e7f9071fefd420ff70b13cae3fadaa9da172487080f1f202969ad1535b7e0c0251f3629fc636364551706d2c8e2a789f86b9db36ea5b7cf66ae60be910"
]
}

0 comments on commit 901bbe3

Please sign in to comment.