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" { >= "1.1" } 12 "base-bytes" 13 "result" 14 "menhir" {build & < "20211215"} 15 "odoc" {with-doc} 16 "ocaml" { >= "4.03.0" } 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.3.1.tar.gz" 25 checksum: [ 26 "md5=e7d7756bcd31a576f1bfe368445d9b72" 27 "sha512=757d99214708f3331baac71f21572e57ce6d54a5eb591a3612bad3d86c4b722c7dbd27bd4a5edbeba96159b9fc192f14d5371395133bbc7db9b6a1c803caeba6" 28 ] 29}