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.2.tar.gz" 24 checksum: [ 25 "md5=c8ad8663579e1f2567dbb65b75388c9e" 26 "sha512=82dae5d3ab829e4d625bcd55c79f7dfa59a853c7549e0ba2473878c52ccd5be9f088f9099a1e62518e2e54e7a3a5a7470c7ddd539e11e159c304c368e3724d67" 27 ] 28}