summary refs log tree commit diff stats
path: root/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project18
1 files changed, 6 insertions, 12 deletions
diff --git a/dune-project b/dune-project
index ce69210..7e3a5d2 100644
--- a/dune-project
+++ b/dune-project
@@ -5,22 +5,16 @@
 (generate_opam_files true)
 
 (source
- (github username/reponame))
+ (uri https://git.tilde.institute/brinoleum/AdventOfCode/AdventOfCode2018.git))
 
-(authors "Author Name")
+(authors "Brian Chu")
 
-(maintainers "Maintainer Name")
-
-(license LICENSE)
-
-(documentation https://url/to/documentation)
+(license GPL-3+)
 
 (package
  (name AoC2018)
- (synopsis "A short synopsis")
- (description "A longer description")
- (depends ocaml dune)
- (tags
-  (topics "to describe" your project)))
+ (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