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] 8] 9depends: [ 10 "ocaml" {>= "4.02.3" & != "5.0.0"} 11 "dolmen" {= version } 12 "dolmen_type" {= version } 13 "dune" { >= "2.7" } 14 "gen" 15 "odoc" { with-doc } 16] 17tags: [ "logic" "computation" "automated theorem prover" ] 18homepage: "https://github.com/Gbury/dolmen" 19dev-repo: "git+https://github.com/Gbury/dolmen.git" 20bug-reports: "https://github.com/Gbury/dolmen/issues" 21 22doc: "http://gbury.github.io/dolmen" 23synopsis: "A tool library for automated deduction tools" 24description: 25"Dolmen Loop is a library of useful helpers to parse 26and loop over statements found in automated deduction files." 27x-commit-hash: "952ff9f393432979a6b26d26562648884eadf167" 28url { 29 src: 30 "https://github.com/Gbury/dolmen/releases/download/v0.5/dolmen-v0.5.tbz" 31 checksum: [ 32 "sha256=b9a6f80bf13fdf1fd69ff2013f583582fa00e13c86ee6f800737fabcfd530458" 33 "sha512=84b8c18e56b3fb20674af0a3729b7e15e543f21b0062c565b575b994388eb55ee8123e5d3d31f5f1042b204544b3084089a024c742ab741ddd7e18b5641dd399" 34 ] 35}