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 "dolmen_loop" {= version } 14 "dune" { >= "2.7" } 15 "fmt" 16 "cmdliner" {< "2.0.0"} 17 "odoc" { with-doc } 18] 19tags: [ "logic" "computation" "automated theorem prover" "logic" "smtlib" "tptp"] 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: "http://gbury.github.io/dolmen" 25synopsis: "A linter for logic languages" 26description: 27"The dolmen binary is an instantiation of the Dolmen library 28to provide a binary to easily parse and type files used in 29automated deduction. " 30x-commit-hash: "b24807c44c0325c938e9d5b81ea82fe6cf5b461d" 31url { 32 src: 33 "https://github.com/Gbury/dolmen/releases/download/v0.6/dolmen-v0.6.tbz" 34 checksum: [ 35 "sha256=81b034da2de84da19fb6368aaa39135f6259ee2773ff08c8f03da9ceeb10748c" 36 "sha512=98786ff1cc5b0c8bc4cb2dfe756ae15556c3876a206546b04374826be7d0a422dd5526d93f09cb0ea0d4985b71c408c182a951d4df908399c7e04b17c91a7d70" 37 ] 38}