cert-service/bin/dune
Reynir Björnsson 6f466f92a0
All checks were successful
continuous-integration/drone/push Build is passing
Rename binaries to hashbang-cert-{client,server}
To better reflect the hardcoded values in there.
2020-12-13 15:00:02 +01:00

12 lines
351 B
Plaintext

(executable
(public_name hashbang-cert-server)
(name hashbang_cert_server)
(modules hashbang_cert_server)
(libraries cert_service lwt.unix extunix bos mirage-crypto-rng.lwt))
(executable
(public_name hashbang-cert-client)
(name hashbang_cert_client)
(modules hashbang_cert_client)
(libraries cert_service lwt.unix bos mirage-crypto-rng.lwt))