Skip to content

Commit

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

Package ppx_minidebug.1.0.0
  • Loading branch information
mseri authored Feb 4, 2024
2 parents f3a66a5 + 6de2e79 commit e8a580a
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions packages/ppx_minidebug/ppx_minidebug.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# 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.7"}
"printbox-text"
"printbox-html" {>= "0.8"}
"printbox-md"
"ptime"
"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.0.0.4.tar.gz"
checksum: [
"md5=0ca624b1339251f4694819bdf816cf30"
"sha512=a5f9155fd1fd21c35245ef9b37d4b196c96b88a5f1419c8ad1987daaabab994dc154d9eaa452484fae85e42327dc063c85c1928eef01c8fdae072aaa17fe891d"
]
}

0 comments on commit e8a580a

Please sign in to comment.