about summary refs log tree commit diff
path: root/dune-project
blob: 1e44e5dec704156b9c6d8a88faba7f172f9e57fe (plain)
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
(lang dune 3.13)
(generate_opam_files true)

(using menhir 3.0)

(name toytt)
(source
 (github username/reponame))
(authors "Author Name")
(maintainers "Maintainer Name")
(license GPL-2.0-only)
(documentation https://url/to/documentation)

(package
 (name toytt)
 (synopsis "A short synopsis")
 (description "A longer description")
 (depends 
  ocaml
  dune
  menhir
  algaeff
  asai
  bwd
  fmt
  linenoise
  yuujinchou
 )
 (tags
  (topics "to describe" your project)))

; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project