this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "A variant of Bolt logging tool" 4description: """ 5Vlt is yet another variant of Bolt logging tool derived from Volt. 6Unlike Volt, Vlt relies on ppx instead of camlp4 to preprocess source code.""" 7maintainer: ["codinuum@me.com"] 8authors: ["Xavier Clerc" "Codinuum"] 9license: "LGPL-3.0-only" 10tags: ["logging"] 11homepage: "https://github.com/codinuum/vlt" 12doc: "https://github.com/codinuum/vlt/README.md" 13bug-reports: "https://github.com/codinuum/vlt/issues" 14depends: [ 15 "ocaml" {>= "4.14"} 16 "dune" {>= "3.7"} 17 "ppxlib" {>= "0.29" & < "0.36.0"} 18 "ocamlfind" {with-test} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 ["dune" "build" "-p" name "-j" jobs] 23 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 24] 25dev-repo: "git+https://github.com/codinuum/vlt.git" 26url { 27 src: "https://github.com/codinuum/vlt/archive/v0.1.tar.gz" 28 checksum: "sha256=5433cbe005dcadfd0a58d152001c8ce1082798243f3e94f01d221717b96513c8" 29}