summary refs log tree commit diff stats
path: root/dune-project
blob: 7e3a5d2c5f2bfa4541dee0717c49bcc50941c5ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(lang dune 3.4)

(name AoC2018)

(generate_opam_files true)

(source
 (uri https://git.tilde.institute/brinoleum/AdventOfCode/AdventOfCode2018.git))

(authors "Brian Chu")

(license GPL-3+)

(package
 (name AoC2018)
 (synopsis "Solutions for Advent of Code 2018")
 (depends ocaml dune stdio core)
)

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