This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
16
unikernel/duniverse/ocaml-caqti/caqti-tls/testlib/dune
Normal file
16
unikernel/duniverse/ocaml-caqti/caqti-tls/testlib/dune
Normal 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))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue