This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
21
unikernel/duniverse/ocaml-caqti/caqti-tls-lwt/lib-unix/dune
Normal file
21
unikernel/duniverse/ocaml-caqti/caqti-tls-lwt/lib-unix/dune
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
(library
|
||||
(name caqti_tls_lwt_unix)
|
||||
(public_name caqti-tls-lwt.unix)
|
||||
(optional)
|
||||
(library_flags (:standard -linkall))
|
||||
(libraries
|
||||
caqti
|
||||
caqti.platform
|
||||
caqti.platform.unix
|
||||
caqti-lwt
|
||||
caqti-lwt.unix
|
||||
caqti-tls
|
||||
tls
|
||||
tls-lwt))
|
||||
|
||||
(plugin
|
||||
(package caqti-tls-lwt)
|
||||
(name caqti-tls-lwt-unix)
|
||||
(optional)
|
||||
(libraries caqti-tls-lwt.unix)
|
||||
(site (caqti plugins)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue