-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdune-project
36 lines (26 loc) · 916 Bytes
/
dune-project
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
(lang dune 3.0)
(name your_example)
(generate_opam_files true)
(source
(github username/reponame))
(authors "Author Name")
(maintainers "Maintainer Name")
(license Apache-2.0)
(documentation https://url/to/documentation)
(package
(name your_example)
(synopsis "An example for you")
(description
"An example of using dkml-workflows to build on multiple platform, including Windows with Visual Studio and Linux with an old C library.")
(depends
diskuvbox)
(tags
(topics "to describe" your project)))
(package
(name your_example-maintain)
(synopsis "Maintenance for your_example source code: CI workflows, etc.")
(description
"Maintenance tools that minimize the dependencies for your_example itself. Use only locally on your development machine.")
(depends
(dkml-workflows (>= 1.2.0))))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project