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" {< "2.0.0"}
17 "odoc" { with-doc }
18]
19tags: [ "logic" "computation" "automated theorem prover" "logic" "smtlib" "tptp"]
20homepage: "https://github.com/Gbury/dolmen"
21dev-repo: "git+https://github.com/Gbury/dolmen.git"
22bug-reports: "https://github.com/Gbury/dolmen/issues"
23
24doc: "http://gbury.github.io/dolmen"
25synopsis: "A linter for logic languages"
26description:
27"The dolmen binary is an instantiation of the Dolmen library
28to provide a binary to easily parse and type files used in
29automated deduction. "
30x-commit-hash: "952ff9f393432979a6b26d26562648884eadf167"
31url {
32 src:
33 "https://github.com/Gbury/dolmen/releases/download/v0.5/dolmen-v0.5.tbz"
34 checksum: [
35 "sha256=b9a6f80bf13fdf1fd69ff2013f583582fa00e13c86ee6f800737fabcfd530458"
36 "sha512=84b8c18e56b3fb20674af0a3729b7e15e543f21b0062c565b575b994388eb55ee8123e5d3d31f5f1042b204544b3084089a024c742ab741ddd7e18b5641dd399"
37 ]
38}