From c9a6741617eb28834674a5ef84daae4366ac4101 Mon Sep 17 00:00:00 2001 From: Brian Chu Date: Sat, 20 Aug 2022 10:19:53 -0700 Subject: set up solution skeletons, driver framework, and solution for day 1 --- dune-project | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'dune-project') 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 -- cgit 1.4.1-2-gfad0