···
+
maintainer: "Guillaume Bury <guillaume.bury@gmail.com>"
+
authors: "Guillaume Bury <guillaume.bury@gmail.com>"
+
license: "BSD-2-Clause"
+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
+
"menhir" {>= "20211230" }
+
tags: [ "parser" "logic" "tptp" "smtlib" "dimacs" ]
+
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 parser library for automated deduction"
+
"Dolmen aims at providing tools to help in writing programs in the field of theorem proving,
+
SMT solving, and model checking. The project includes a few libraries, a CLI binary and an
+
LSP server, split over several opam packages.
+
This is the Dolmen parser library. It currently targets languages used in automated theorem provers,
+
as well as model checking, and may be extended to other domains later.
+
Dolmen provides functors that takes as arguments a representation of terms and statements,
+
and returns a module that can parse files (or streams of tokens) into the provided representation
+
of terms or statements. This is meant so that Dolmen can be used as a drop-in replacement of existing
+
parser, in order to factorize parsers among projects.
+
Additionally, Dolmen also provides a standard implementation of terms and statements that can be
+
used to instantiate its parsers."
+
"https://github.com/Gbury/dolmen/releases/download/v0.10/dolmen-0.10.tbz"
+
"sha256=c5c85f77e3924f378e8d82f166eefe4131b4e041bf9cdeca467410f33c71fa61"
+
"sha512=42feb39d13cfdc8a2054abe85ccc47755f45059cda7d95e9261b5a9fd5c730f420732547b3fa19c4af059474f887ef78c119ab5933375a5ea2dbe888f65a3e4f"
+
x-commit-hash: "c33632daab31fb3bb719031169baa6c984bb860f"