JJ: Description from the destination commit:
setup_cmd: add --output-pubkey JJ: Description from source commit: use cmdliner
This commit is contained in:
parent
eddc8127a1
commit
2220f66db7
6 changed files with 186 additions and 131 deletions
13
tools/dune
13
tools/dune
|
|
@ -5,7 +5,12 @@
|
|||
(libraries cmdliner bos fmt mirage-crypto ptime mte vif))
|
||||
|
||||
(executable
|
||||
(public_name gen_signatures_registry)
|
||||
(name gen_signatures_registry)
|
||||
(modules gen_signatures_registry)
|
||||
(libraries angstrom bos fmt))
|
||||
(public_name gen_registry_files)
|
||||
(name gen_registry_files)
|
||||
(modules gen_registry_files)
|
||||
(libraries recfile_parser bos fmt))
|
||||
|
||||
(library
|
||||
(name recfile_parser)
|
||||
(modules recfile_parser)
|
||||
(libraries angstrom bos cmdliner fmt))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue