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 "dune" { >= "2.7" }
14 "gen"
15 "odoc" { with-doc }
16]
17tags: [ "logic" "computation" "automated theorem prover" ]
18homepage: "https://github.com/Gbury/dolmen"
19dev-repo: "git+https://github.com/Gbury/dolmen.git"
20bug-reports: "https://github.com/Gbury/dolmen/issues"
21
22doc: "http://gbury.github.io/dolmen"
23synopsis: "A tool library for automated deduction tools"
24description:
25"Dolmen Loop is a library of useful helpers to parse
26and loop over statements found in automated deduction files."
27x-commit-hash: "b24807c44c0325c938e9d5b81ea82fe6cf5b461d"
28url {
29 src:
30 "https://github.com/Gbury/dolmen/releases/download/v0.6/dolmen-v0.6.tbz"
31 checksum: [
32 "sha256=81b034da2de84da19fb6368aaa39135f6259ee2773ff08c8f03da9ceeb10748c"
33 "sha512=98786ff1cc5b0c8bc4cb2dfe756ae15556c3876a206546b04374826be7d0a422dd5526d93f09cb0ea0d4985b71c408c182a951d4df908399c7e04b17c91a7d70"
34 ]
35}