this repo has no description
1opam-version: "2.0" 2maintainer: "simon.cruanes.2007@m4x.org" 3synopsis: "Parser for SMTLIB2" 4license: "BSD-2-Clause" 5build: [ 6 ["dune" "build" "-p" name "-j" jobs] 7 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 8 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 9] 10depends: [ 11 "dune" { >= "2.0" } 12 "menhir" {build & >= "20180523"} 13 "odoc" {with-doc} 14 "ocaml" { >= "4.08.0" } 15 "catapult" { with-test } 16 "catapult-file" { with-test } 17] 18tags: [ "SMTLIB" "smt2" "parse" "logic" ] 19homepage: "https://github.com/c-cube/smtlib-utils/" 20bug-reports: "https://github.com/c-cube/smtlib-utils/issues" 21dev-repo: "git+https://github.com/c-cube/smtlib-utils.git" 22authors: "Simon Cruanes" 23url { 24 src: "https://github.com/c-cube/smtlib-utils/archive/v0.4.tar.gz" 25 checksum: [ 26 "md5=ab7e8e99a3b977941e6900c531f126af" 27 "sha512=23e5d2b8274186f49a43ef23b8e64d76d4098e9b8f50b65958d16ec0afde745d0ce12cc6c6beec29abf91596c32cae05404a80aa21afacde5b8c15fd9711ba62" 28 ] 29} 30