Commit Graph

4 Commits

Author SHA1 Message Date
rmanseau
421616a282
add dev env packages to depends 2023-11-20 13:36:40 -08:00
rmanseau
f775ed645b
fix opam file and add install steps to README 2023-11-20 12:24:23 -08:00
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
ryan
2eae917f47 init! 2023-09-21 18:17:39 -07:00