this repo has no description
1# This file was generated by `drom` from `drom.toml`.
2# Do not modify or add to the `skip` field of `drom.toml`.
3opam-version: "2.0"
4license: "Apache-2.0"
5synopsis: "The psmt2-frontend project"
6description: """\
7An OCaml library to parse and type-check a conservative extension of the SMT-LIB 2
8standard with prenex polymorphism.
9"""
10authors: ["Albin Coquereau"]
11maintainer: ["Albin Coquereau"]
12homepage: "https://github.com/OCamlPro-Coquera/psmt2-frontend/"
13bug-reports: "https://github.com/OCamlPro-Coquera/psmt2-frontend/issues"
14dev-repo:
15 "git+https://github.com/OCamlPro-Coquera/psmt2-frontend/tree/next.git"
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30depends: [
31 "ocaml" {>= "4.04.2"}
32 "dune" {>= "2.6.0"}
33 "dune" {with-test & < "2.8.0"}
34 "ppx_inline_test" {with-test}
35 "ppx_expect" {with-test}
36 "odoc" {with-doc}
37 "ocamlformat" {with-test}
38 "menhir" {>= "20180528"}
39]
40
41url {
42 src: "https://github.com/OCamlPro-Coquera/psmt2-frontend/archive/0.3.1.tar.gz"
43 checksum: [ "sha256=82d3d69d3009b641c34afe4e4c92b7e900ff459884dc9595ac4463297e0da7a1" ]
44}