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 "mdx" { with-test } 18] 19tags: [ "logic" "computation" "automated theorem prover" ] 20homepage: "https://github.com/Gbury/dolmen" 21dev-repo: "git+https://github.com/Gbury/dolmen.git" 22bug-reports: "https://github.com/Gbury/dolmen/issues" 23 24doc: "https://gbury.github.io/dolmen" 25synopsis: "A tool library for automated deduction tools" 26description: 27"Dolmen Loop is a library of useful helpers to parse 28and loop over statements found in automated deduction files." 29url { 30 src: 31 "https://github.com/Gbury/dolmen/releases/download/v0.9/dolmen-0.9.tbz" 32 checksum: [ 33 "sha256=003db53854bacc3a33fa55ed69cf79817c10369a4f7c6be944af1dcc36578a0a" 34 "sha512=3f8570f41c8c559c2907734efca98eecfc0f28ec3bce9dde500d5777a97391121a89ca66e7135d40b15161fe890d7b40fa53daba83eab0accf71fff136d45c74" 35 ] 36} 37x-commit-hash: "d9f5abbaffe6e5daa4b06758db66134fe85c8c6a" 38