Skip to content

Commit 604e8a8

Browse files
Merge pull request #27580 from codinuum/vlt-20250307
[new release] vlt (0.2.5)
2 parents 8707d62 + 0f00b7f commit 604e8a8

File tree

1 file changed

+43
-0
lines changed
  • packages/vlt/vlt.0.2.5

1 file changed

+43
-0
lines changed

packages/vlt/vlt.0.2.5/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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: ["[email protected]"]
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+
}

0 commit comments

Comments
 (0)