-
Notifications
You must be signed in to change notification settings - Fork 1
/
drom.toml
85 lines (70 loc) · 1.9 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
79
80
81
82
83
84
[project]
drom-version = "0.1.0"
share-repo = "https://github.com/OCamlPro/drom-share"
share-version = "0.9.2"
[project]
authors = ["Fabrice Le Fessant <[email protected]>"]
ci-systems = ["ubuntu-latest", "macos-latest", "windows-latest"]
copyright = "OCamlPro SAS"
edition = "4.13.0"
github-organization = "ocamlpro"
license = "LGPL2"
min-edition = "4.07.0"
name = "ctypes-gen"
skeleton = "program"
synopsis = "The ctypes_gen 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..."
[project]
description = """
This is the description
of the ctypes_gen OCaml project
"""
[project]
skip = []
# project-wide library dependencies (not for package-specific deps)
[dependencies]
# 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)
# examples:
# docker-alpine-image = "ocamlpro/ocaml:4.13"
# dune-lang = "2.1"
# readme-trailer = "..."
# dot-gitignore-trailer = "..."
[fields]
# ...
[[package]]
dir = "src/ctypes-gen"
# edit 'src/ctypes_gen/package.toml' for package-specific options
[[package]]
dir = "src/ctypes_gen_lib"
# edit 'src/ctypes_gen_lib/package.toml' for package-specific options