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 "@install" "@runtest" {with-test} "@doc" {with-doc}]
8]
9depends: [
10 "ocaml" {>= "4.02.3"}
11 "dolmen" {= version }
12 "dolmen_loop" {= version }
13 "dune" { >= "3.0" }
14 "odoc" { with-doc }
15 "zarith" { >= "1.10" }
16 "farith"
17]
18tags: [ "logic" "type" "model" "modelchecking" "first order" ]
19homepage: "https://github.com/Gbury/dolmen"
20dev-repo: "git+https://github.com/Gbury/dolmen.git"
21bug-reports: "https://github.com/Gbury/dolmen/issues"
22
23doc: "https://gbury.github.io/dolmen"
24synopsis:
25"The Dolmen library for verifying models generated by
26automated theorem provers and SMT solvers"
27url {
28 src:
29 "https://github.com/Gbury/dolmen/releases/download/v0.10/dolmen-0.10.tbz"
30 checksum: [
31 "sha256=c5c85f77e3924f378e8d82f166eefe4131b4e041bf9cdeca467410f33c71fa61"
32 "sha512=42feb39d13cfdc8a2054abe85ccc47755f45059cda7d95e9261b5a9fd5c730f420732547b3fa19c4af059474f887ef78c119ab5933375a5ea2dbe888f65a3e4f"
33 ]
34}
35x-commit-hash: "c33632daab31fb3bb719031169baa6c984bb860f"