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.1.tar.gz" 24 checksum: [ 25 "md5=902d731ee51fde809adb39c37a837702" 26 "sha512=ad083b2b761ad57d21bdfabad5e833e4973c9f23c91a2ed957fac4e9c3f144f8af7a304d16eee2197c2ff1232dc9d3b34e89b99c578f07b09e6c92287da85e2b" 27 ] 28}