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_type" {= version }
13 "dune" { >= "3.0" }
14 "gen"
15 "odoc" { with-doc }
16 "pp_loc" { >= "2.0.0" }
17]
18tags: [ "logic" "computation" "automated theorem prover" ]
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: "A tool library for automated deduction tools"
25description:
26"Dolmen Loop is a library of useful helpers to parse
27and loop over statements found in automated deduction files."
28url {
29 src:
30 "https://github.com/Gbury/dolmen/releases/download/v0.8.1/dolmen-0.8.1.tbz"
31 checksum: [
32 "sha256=80fc33ae81817a79c6e6b2f6c01c4cfcc0af02bfe4d2d1b87cf70b84cdde3928"
33 "sha512=3a44a99bce871161bc70cf909c813e9e6c91c590873cbc163c69b2ec90ab5be65bf0bf45430bc8d00d85d75cf0af004b06b8f5f1c9d4d47c8a30ab9f28762c04"
34 ]
35}
36x-commit-hash: "30acfc9d8751fdf88b9288943aaa3481fc7254a6"
37