add more dune deps + use public_names
This commit is contained in:
parent
8bb9d35dda
commit
9fd3b5a3cc
6 changed files with 73 additions and 58 deletions
14
tools/dune
14
tools/dune
|
|
@ -2,13 +2,23 @@
|
|||
(public_name mte-offline-tool)
|
||||
(name offline)
|
||||
(modules offline offline_impl)
|
||||
(libraries mte mtime mtime.clock mirage-crypto-rng.unix cmdliner bos fmt))
|
||||
(libraries
|
||||
mte
|
||||
mtime
|
||||
mtime.clock
|
||||
mirage-crypto-rng.unix
|
||||
mirage-crypto-ec
|
||||
mirage-crypto-pk
|
||||
cmdliner
|
||||
bos
|
||||
fmt
|
||||
fpath))
|
||||
|
||||
(executable
|
||||
(public_name gen_registry_files)
|
||||
(name gen_registry_files)
|
||||
(modules gen_registry_files)
|
||||
(libraries recfile_parser cmdliner bos fmt))
|
||||
(libraries recfile_parser cmdliner bos fmt fpath))
|
||||
|
||||
(library
|
||||
(name recfile_parser)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue