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