forked from ACoquereau/psmt2-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrom.toml
61 lines (50 loc) · 1.29 KB
/
drom.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[project]
drom-version = "0.1.0"
[project]
archive = "https://github.com/OCamlPro-Coquera/psmt2-frontend/archive/0.3.tar.gz"
authors = ["Albin Coquereau"]
bug-reports = "https://github.com/OCamlPro-Coquera/psmt2-frontend/issues"
copyright = "Albin Coquereau"
dev-repo = "https://github.com/OCamlPro-Coquera/psmt2-frontend/tree/next"
edition = "4.10.0"
homepage = "https://github.com/OCamlPro-Coquera/psmt2-frontend/"
license = "Apache-2.0"
min-edition = "4.04.2"
mode = "binary"
name = "psmt2-frontend"
synopsis = "The psmt2-frontend project"
version = "dev"
windows-ci = true
# keys that you could also define:
# build-profile = "...build-profile..."
# sphinx-target = "...sphinx-target..."
# doc-api = "...doc-api..."
# doc-gen = "...doc-gen..."
# github-organization = "...github-organization..."
[project]
description = """
An OCaml library to parse and type-check a conservative extension of the SMT-LIB 2
standard with prenex polymorphism.
"""
[drom]
skip = "license"
[dependencies]
[tools]
menhir = ""
[tools.ocamlformat]
for-test = true
[tools.odoc]
for-doc = true
[tools.ppx_expect]
for-test = true
[tools.ppx_inline_test]
for-test = true
[project]
generators = ["ocamllex", "menhir"]
pack = "Psmt2Frontend"
pack-modules = true
skip-dirs = []
[[package]]
dir = "src/bin"
[[package]]
dir = "src/lib"