# This file was generated by `drom` from `drom.toml`. # Do not modify or add to the `skip` field of `drom.toml`. 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"} "dune" {with-test & < "2.8.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.3.1.tar.gz" checksum: [ "sha256=82d3d69d3009b641c34afe4e4c92b7e900ff459884dc9595ac4463297e0da7a1" ] }