This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,16 @@
; 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))))