Update dune files with dependency changes

This commit is contained in:
Reynir Björnsson 2025-01-30 15:54:02 +01:00
parent 742799de5b
commit 649872703f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
(executable (executable
(public_name osolo5-elftool) (public_name osolo5-elftool)
(name main) (name main)
(libraries solo5-elftool owee cachet cmdliner)) (libraries solo5-elftool unix cachet cmdliner))

View file

@ -1,4 +1,4 @@
(library (library
(public_name solo5-elftool) (public_name solo5-elftool)
(name solo5_elftool) (name solo5_elftool)
(libraries owee cachet fmt)) (libraries cachet fmt))