opam-version: "2.0" maintainer: "Guillaume Bury " authors: "Guillaume Bury " license: "BSD-2-Clause" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.02.3" & != "5.0.0"} "dolmen" {= version } "dolmen_type" {= version } "dune" { >= "2.7" } "gen" "odoc" { with-doc } ] 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: "http://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." x-commit-hash: "952ff9f393432979a6b26d26562648884eadf167" url { src: "https://github.com/Gbury/dolmen/releases/download/v0.5/dolmen-v0.5.tbz" checksum: [ "sha256=b9a6f80bf13fdf1fd69ff2013f583582fa00e13c86ee6f800737fabcfd530458" "sha512=84b8c18e56b3fb20674af0a3729b7e15e543f21b0062c565b575b994388eb55ee8123e5d3d31f5f1042b204544b3084089a024c742ab741ddd7e18b5641dd399" ] }