do pg revoke in keys.ml

This commit is contained in:
swrup 2026-02-18 18:13:50 +01:00
parent 84472e93dd
commit efe82de786
160 changed files with 12 additions and 18390 deletions

16
tools/dune Normal file
View file

@ -0,0 +1,16 @@
(executable
(public_name offline)
(name offline)
(modules offline offline_impl)
(libraries cmdliner bos fmt mirage-crypto ptime mte vif))
(executable
(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))