mte/unikernel/duniverse/ocaml-caqti/caqti-tls/testlib/dune
2025-11-11 02:07:51 +01:00

16 lines
472 B
Text

; This library registers TLS-related command-line arguments if the tls library
; is available, otherwise it is an empty library. It would be more instructive
; to list it as an optional library where used, if possible.
(library
(name testlib_tls)
(library_flags (:standard -linkall))
(libraries
(select testlib_tls.ml from
(caqti
caqti-tls
cmdliner
ptime.clock.os
testlib
x509
-> testlib_tls.enabled.ml)
(-> testlib_tls.disabled.ml))))