this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25368 from lukstafi/opam-publish-ppx_minidebug.1.3.0

Package ppx_minidebug.1.3.0

authored by

Marcello Seri and committed by
GitHub
7fb8577c 3139bb13

+53
+53
packages/ppx_minidebug/ppx_minidebug.1.3.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Debug logs for selected functions and let-bindings" 4 + description: 5 + "Formatted logs of let-bound values, function arguments and results; `if` and `match` branches taken. Optionally, as collapsible HTML trees with highlights." 6 + maintainer: ["Lukasz Stafiniak"] 7 + authors: ["Lukasz Stafiniak"] 8 + license: "LGPL-2.1-or-later" 9 + tags: ["logger" "debugger" "printf debugging"] 10 + homepage: "https://github.com/lukstafi/ppx_minidebug" 11 + doc: "https://lukstafi.github.io/ppx_minidebug/ppx_minidebug" 12 + bug-reports: "https://github.com/lukstafi/ppx_minidebug/issues" 13 + depends: [ 14 + "ocaml" {>= "4.13"} 15 + "dune" {>= "3.7"} 16 + "ppx_deriving" 17 + "ppx_sexp_conv" 18 + "ppxlib" {>= "0.26.0"} 19 + "printbox" {>= "0.10"} 20 + "printbox-text" {>= "0.10"} 21 + "printbox-html" {= "0.10"} 22 + "printbox-md" {>= "0.10"} 23 + "ptime" 24 + "mtime" {>= "2.0"} 25 + "re" 26 + "sexplib0" 27 + "ppx_expect" {with-test & >= "v0.9.0"} 28 + "odoc" {with-doc} 29 + "md2mld" 30 + ] 31 + build: [ 32 + ["dune" "subst"] {dev} 33 + [ 34 + "dune" 35 + "build" 36 + "-p" 37 + name 38 + "-j" 39 + jobs 40 + "@install" 41 + "@runtest" {with-test} 42 + "@doc" {with-doc} 43 + ] 44 + ] 45 + dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git" 46 + url { 47 + src: 48 + "https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/1.3.0.tar.gz" 49 + checksum: [ 50 + "md5=012bec09c03d3e5c73a1752fcdc57dd7" 51 + "sha512=963fcf75aabb430700e38a32d056dc8ea6143bf15f8e57ce8c2b97f415d2b42566516aa33ecbc5561ae39e36a451d5f0041ae07c0da7675fe3cb7d65d4ba89bf" 52 + ] 53 + }