this repo has no description
0
fork

Configure Feed

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

Merge pull request #25170 from lukstafi/opam-publish-ppx_minidebug.1.0.0

Package ppx_minidebug.1.0.0

authored by

Marcello Seri and committed by
GitHub
e8a580ac f3a66a57

+52
+52
packages/ppx_minidebug/ppx_minidebug.1.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.7"} 20 + "printbox-text" 21 + "printbox-html" {>= "0.8"} 22 + "printbox-md" 23 + "ptime" 24 + "re" 25 + "sexplib0" 26 + "ppx_expect" {with-test & >= "v0.9.0"} 27 + "odoc" {with-doc} 28 + "md2mld" 29 + ] 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "@install" 40 + "@runtest" {with-test} 41 + "@doc" {with-doc} 42 + ] 43 + ] 44 + dev-repo: "git+https://github.com/lukstafi/ppx_minidebug.git" 45 + url { 46 + src: 47 + "https://github.com/lukstafi/ppx_minidebug/archive/refs/tags/1.0.0.4.tar.gz" 48 + checksum: [ 49 + "md5=0ca624b1339251f4694819bdf816cf30" 50 + "sha512=a5f9155fd1fd21c35245ef9b37d4b196c96b88a5f1419c8ad1987daaabab994dc154d9eaa452484fae85e42327dc063c85c1928eef01c8fdae072aaa17fe891d" 51 + ] 52 + }