1

I am wondering how to add Batteries to the dependency of the dune-project file.

It seems the relevant part is:

(package
 ...
 (depends ocaml dune **here?**)
 ...)

but I have no idea what I should put there.

aqjune
  • 478
  • 1
  • 3
  • 17

1 Answers1

0

I edited bin/dune so that libraries contain batteries and that worked. :)

aqjune
  • 478
  • 1
  • 3
  • 17