-
Notifications
You must be signed in to change notification settings - Fork 17
/
dolmen_loop.opam
31 lines (29 loc) · 952 Bytes
/
dolmen_loop.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
opam-version: "2.0"
name: "dolmen_loop"
version: "dev"
maintainer: "Guillaume Bury <[email protected]>"
authors: "Guillaume Bury <[email protected]>"
license: "BSD-2-Clause"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
]
depends: [
"ocaml" {>= "4.02.3"}
"dolmen" {= version }
"dolmen_type" {= version }
"dune" { >= "3.0" }
"gen"
"pp_loc" { >= "2.0.0" }
"odoc" { with-doc }
"mdx" { with-test & >= "2.0.0" }
]
tags: [ "logic" "computation" "automated theorem prover" ]
homepage: "https://github.com/Gbury/dolmen"
dev-repo: "git+https://github.com/Gbury/dolmen.git"
bug-reports: "https://github.com/Gbury/dolmen/issues"
doc: "https://gbury.github.io/dolmen"
synopsis: "A tool library for automated deduction tools"
description:
"Dolmen Loop is a library of useful helpers to parse
and loop over statements found in automated deduction files."