Skip to content

Commit

Permalink
Missing depends pkgs, final cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Mar 29, 2023
1 parent b64bffb commit a682769
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Change Log

## [0.3.0] -- 2023-03-29

### Changed
Expand Down
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

(license "LGPL-2.1-or-later")

(documentation https://github.com/lukstafi/ppx_minidebug/blob/main/README.md)
(documentation https://lukstafi.github.io/ppx_minidebug/ppx_minidebug/index.html)

(version 0.3.0)

(package
(name ppx_minidebug)
(synopsis "Debug logs for selected functions and let-bindings")
(description "A poor man's `ppx_debug` with formatted logs of let-bound values, function arguments and results.")
(depends ocaml dune ppx_deriving ppxlib printbox printbox-text printbox-html ptime)
(depends ocaml dune ppx_deriving ppx_sexp_conv ppxlib printbox printbox-text printbox-html ptime sexplib0)
(tags
(logger debugger "printf debugging")))
4 changes: 3 additions & 1 deletion ppx_minidebug.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ authors: ["Lukasz Stafiniak"]
license: "LGPL-2.1-or-later"
tags: ["logger" "debugger" "printf debugging"]
homepage: "https://github.com/lukstafi/ppx_minidebug"
doc: "https://github.com/lukstafi/ppx_minidebug/blob/main/README.md"
doc: "https://lukstafi.github.io/ppx_minidebug/ppx_minidebug/index.html"
bug-reports: "https://github.com/lukstafi/ppx_minidebug/issues"
depends: [
"ocaml"
"dune" {>= "3.7"}
"ppx_deriving"
"ppx_sexp_conv"
"ppxlib"
"printbox"
"printbox-text"
"printbox-html"
"ptime"
"sexplib0"
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit a682769

Please sign in to comment.