-
Notifications
You must be signed in to change notification settings - Fork 0
/
drom.toml
79 lines (63 loc) · 1.7 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[project]
drom-version = "0.1"
[project]
authors = ["Ana Gelez <ana@gelez.xyz>"]
ci-systems = ["ubuntu-latest", "macos-latest", "windows-latest"]
copyright = "Ana Gelez <ana@gelez.xyz>"
edition = "4.10.0"
license = "LGPL2"
min-edition = "4.07.0"
name = "ml2rs"
synopsis = "The ml2rs project"
version = "0.1.0"
# keys that you could also define:
# odoc-target = "...odoc-target..."
# sphinx-target = "...sphinx-target..."
# archive = "...archive..."
# dev-repo = "...dev-repo..."
# bug-reports = "...bug-reports..."
# doc-api = "...doc-api..."
# doc-gen = "...doc-gen..."
# homepage = "...homepage..."
# github-organization = "...github-organization..."
[project]
description = """\n
This is the description
of the ml2rs OCaml project
"""
[project]
skip = ""
# project-wide library dependencies (not for package-specific deps)
[dependencies.ocaml-compiler-libs]
libname = "ocaml-compiler-libs.common"
# project-wide tools dependencies (not for package-specific deps)
[tools.ocamlformat]
for-test = true
[tools.odoc]
for-doc = true
[tools.ppx_expect]
for-test = true
[tools.ppx_inline_test]
for-test = true
[project]
# dirs to skip while scanning for dune files
skip-dirs = []
# dirs to scan for share/ folders (with package names)
share-dirs = ["share"]
# build profile to use by default
# build-profile = ...
# Profile options for this project
# [profile]
# dev = { ocaml-flags = "-w +a-4-40-41-42-44" }
# release = { ocaml-flags = "-w -a" }
[profile]
# ...
# project-wide fields (depends on project skeleton)
[fields]
# ...
[[package]]
dir = "src/ml2rs"
# edit 'src/ml2rs/package.toml' for package-specific options
[[package]]
dir = "src/ml2rs_lib"
# edit 'src/ml2rs_lib/package.toml' for package-specific options