-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchase.opam
26 lines (26 loc) · 1.12 KB
/
chase.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
opam-version: "2.0"
name: "chase"
version: "1.5"
synopsis: "Model finder for geometric theories using the chase"
description: """
Chase is a model finder for first order logic with equality. It finds
minimal models of a theory expressed in geometric form, where
functions in models may be partial. A formula is in geometric form if
it is a sentence consisting of a single implication, the antecedent is
a conjunction of atomic formulas, and the consequent is a disjunction.
Each disjunct is a possibly existentially quantified conjunction of
atomic formulas. A function is partial if it is defined only on a
proper subset of its domain.
"""
maintainer: "John D. Ramsdell <[email protected]>"
authors: "John D. Ramsdell <[email protected]>"
license: "BSD-3-Clause"
homepage: "https://github.com/ramsdell/chase"
dev-repo: "git+https://github.com/ramsdell/chase.git"
bug-reports: "https://github.com/ramsdell/chase/issues"
depends: ["ocaml" { >= "4.05" } "dune" { >= "1.1" }]
build: ["dune" "build" "-p" name "-j" jobs]
url {
src: "https://github.com/ramsdell/chase/archive/1.5.tar.gz"
checksum: "md5=d96e17e1c932392d012e3ea1cbdf1285"
}