this repo has no description
0
fork

Configure Feed

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

Merge pull request #24972 from lukstafi/opam-publish-ppx_minidebug.0.6.2

Package ppx_minidebug.0.6.2

authored by

Marcello Seri and committed by
GitHub
0c4bfc66 59a24f27

+49
+49
packages/ppx_minidebug/ppx_minidebug.0.6.2/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 + "A poor man's `ppx_debug` with formatted logs of let-bound values, function arguments and results." 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.08"} 15 + "dune" {>= "3.7"} 16 + "ppx_deriving" 17 + "ppx_sexp_conv" 18 + "ppxlib" {>= "0.25.0"} 19 + "printbox" {>= "0.7"} 20 + "printbox-text" 21 + "printbox-html" {>= "0.7"} 22 + "ptime" 23 + "sexplib0" 24 + "ppx_expect" {with-test & >= "v0.9.0"} 25 + "odoc" {with-doc} 26 + ] 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + [ 30 + "dune" 31 + "build" 32 + "-p" 33 + name 34 + "-j" 35 + jobs 36 + "@install" 37 + "@runtest" {with-test} 38 + "@doc" {with-doc} 39 + ] 40 + ] 41 + dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git" 42 + url { 43 + src: 44 + "https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/0.6.2.tar.gz" 45 + checksum: [ 46 + "md5=4131798b8a76999fde8765303938766d" 47 + "sha512=7cd38ded13b5f79d859361d22e34587286a004a0605d2cd0430bc0bb703c0e22e9ec63260b9b9619562ed731b3f933631365e9240a1801e72cb1e0cdb746f7fe" 48 + ] 49 + }