this repo has no description
0
fork

Configure Feed

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

Merge pull request #27580 from codinuum/vlt-20250307

[new release] vlt (0.2.5)

authored by

Raphaël Proust and committed by
GitHub
604e8a84 8707d628

+43
+43
packages/vlt/vlt.0.2.5/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A variant of Bolt logging tool" 4 + description: """ 5 + Vlt is yet another variant of Bolt logging tool derived from Volt. 6 + Unlike Volt, Vlt relies on ppx instead of camlp4 to preprocess source code.""" 7 + maintainer: ["codinuum@me.com"] 8 + authors: ["Xavier Clerc" "Codinuum"] 9 + license: "LGPL-3.0-only" 10 + tags: ["logging"] 11 + homepage: "https://github.com/codinuum/vlt" 12 + doc: "https://github.com/codinuum/vlt/README.md" 13 + bug-reports: "https://github.com/codinuum/vlt/issues" 14 + depends: [ 15 + "ocaml" {>= "4.14"} 16 + "dune" {>= "3.7"} 17 + "ppxlib" {>= "0.29"} 18 + "cppo" {build} 19 + "ocamlfind" {with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://github.com/codinuum/vlt.git" 37 + url { 38 + src: "https://github.com/codinuum/vlt/archive/v0.2.5.tar.gz" 39 + checksum: [ 40 + "sha256=756a6cba94204cda45ee767ca5f7e52ec321873dd53de48025c32dba1e03de24" 41 + "md5=c0f22efcafa1119a9c82ffd9d7422da2" 42 + ] 43 + }