this repo has no description
1opam-version: "2.0"
2maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
3authors: "Guillaume Bury <guillaume.bury@gmail.com>"
4license: "BSD-2-Clause"
5build: [
6 ["dune" "subst"] {dev}
7 ["dune" "build" "-p" name "-j" jobs]
8]
9depends: [
10 "ocaml" {>= "4.02.3" & != "5.0.0"}
11 "dolmen" {= version }
12 "dolmen_type" {= version }
13 "dolmen_loop" {= version }
14 "dune" { >= "2.7" }
15 "fmt"
16 "cmdliner" {>= "1.1.0" & < "2.0.0"}
17 "odoc" { with-doc }
18]
19depopts: [
20 "memtrace"
21]
22tags: [ "logic" "computation" "automated theorem prover" "logic" "smtlib" "tptp"]
23homepage: "https://github.com/Gbury/dolmen"
24dev-repo: "git+https://github.com/Gbury/dolmen.git"
25bug-reports: "https://github.com/Gbury/dolmen/issues"
26
27doc: "http://gbury.github.io/dolmen"
28synopsis: "A linter for logic languages"
29description:
30"The dolmen binary is an instantiation of the Dolmen library
31to provide a binary to easily parse and type files used in
32automated deduction. "
33url {
34 src:
35 "https://github.com/Gbury/dolmen/releases/download/v0.7/dolmen-0.7.tbz"
36 checksum: [
37 "sha256=ff2889fa9d467d5b4d87ae4f819a64358715f457cc6226b455463c2fcd4ab2af"
38 "sha512=d6ba56945aabcf0886e83fcf44c45f2f8afcf68e48d2f0b25f9cd8e60d18106fae3976fee49d3e291b2e0ab3266837ad5eff800dc51fe2b3aab15ad81ea58cbb"
39 ]
40}
41x-commit-hash: "fcfc9d93308dde9e48c82849be9ba56878ed3e56"