this repo has no description
0
fork

Configure Feed

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

Merge pull request #26433 from lukstafi/opam-publish-ppx_minidebug.2.0.0

Package ppx_minidebug.2.0.0

authored by

Marcello Seri and committed by
GitHub
34fe4c5b 30784f5d

+53
+53
packages/ppx_minidebug/ppx_minidebug.2.0.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.11"} 20 + "printbox-text" {>= "0.11"} 21 + "printbox-html" {= "0.11"} 22 + "printbox-md" {>= "0.11"} 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/2.0.0.tar.gz" 49 + checksum: [ 50 + "md5=169e43dd9d2f642486115ab6e0db2e67" 51 + "sha512=b02ca78fc21f92a2ebd3b6daedd07e77561d111130e2cef3eaf5f08b897672bd029c53c21ecfec18340aa9096a6f2e22890b08ecb821cdfc05880f2e458f3658" 52 + ] 53 + }