opam-version: "2.0" license: "Apache-2.0" synopsis: "The psmt2-frontend project" description: """\ An OCaml library to parse and type-check a conservative extension of the SMT-LIB 2 standard with prenex polymorphism. """ authors: ["Albin Coquereau"] maintainer: ["Albin Coquereau"] homepage: "https://github.com/OCamlPro-Coquera/psmt2-frontend/" bug-reports: "https://github.com/OCamlPro-Coquera/psmt2-frontend/issues" dev-repo: "git+https://github.com/OCamlPro-Coquera/psmt2-frontend/tree/next.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] depends: [ "ocaml" {>= "4.04.2"} "dune" {>= "2.6.0"} "ppx_inline_test" {with-test} "ppx_expect" {with-test} "odoc" {with-doc} "ocamlformat" {with-test} "menhir" {>= "20180528"} ] url { src: "https://github.com/OCamlPro-Coquera/psmt2-frontend/archive/0.4.0.tar.gz" checksum: [ "sha256=06eff884b629ce30704d08fb4559e54812e8c234e6086da770ea693613fe9780" ] }