Go to file
ryan 89eb0c7a27 use dune_site module to find inputs
this packages the inputs as part of the build and exposes the directory
to find them via a generated module. this way, inputs are a resource of
the library rather than an input.

this means that `dune exec aoc` and `dune utop` will always find the
file regardless of where they are invoked, which makes developing in
emacs simpler :)
2023-09-21 21:40:21 -07:00
exe made src a lib so that it loads into utop 2023-09-21 20:05:48 -07:00
inputs were multi-file now baybee 2023-09-21 19:03:04 -07:00
src use dune_site module to find inputs 2023-09-21 21:40:21 -07:00
.envrc init! 2023-09-21 18:17:39 -07:00
.gitignore init! 2023-09-21 18:17:39 -07:00
.ocamlformat init! 2023-09-21 18:17:39 -07:00
aoc.opam use dune_site module to find inputs 2023-09-21 21:40:21 -07:00
dune-project use dune_site module to find inputs 2023-09-21 21:40:21 -07:00