this repo has no description

[new release] vlt (0.2.5)

Codinuum 0f00b7fc 8707d628

Changed files
+43
packages
vlt
vlt.0.2.5
+43
packages/vlt/vlt.0.2.5/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "A variant of Bolt logging tool"
+
description: """
+
Vlt is yet another variant of Bolt logging tool derived from Volt.
+
Unlike Volt, Vlt relies on ppx instead of camlp4 to preprocess source code."""
+
maintainer: ["codinuum@me.com"]
+
authors: ["Xavier Clerc" "Codinuum"]
+
license: "LGPL-3.0-only"
+
tags: ["logging"]
+
homepage: "https://github.com/codinuum/vlt"
+
doc: "https://github.com/codinuum/vlt/README.md"
+
bug-reports: "https://github.com/codinuum/vlt/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.7"}
+
"ppxlib" {>= "0.29"}
+
"cppo" {build}
+
"ocamlfind" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/codinuum/vlt.git"
+
url {
+
src: "https://github.com/codinuum/vlt/archive/v0.2.5.tar.gz"
+
checksum: [
+
"sha256=756a6cba94204cda45ee767ca5f7e52ec321873dd53de48025c32dba1e03de24"
+
"md5=c0f22efcafa1119a9c82ffd9d7422da2"
+
]
+
}