This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
69
unikernel/duniverse/ocaml-tls/lwt/examples/dune
Normal file
69
unikernel/duniverse/ocaml-tls/lwt/examples/dune
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
(library
|
||||
(name ex_common)
|
||||
(libraries lwt lwt.unix tls tls-lwt cmdliner fmt.cli logs.fmt fmt.tty logs.cli)
|
||||
(modules ex_common))
|
||||
|
||||
(executable
|
||||
(name starttls_server)
|
||||
(modules starttls_server)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name echo_server)
|
||||
(modules echo_server)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name echo_server_sni)
|
||||
(modules echo_server_sni)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name echo_server_alpn)
|
||||
(modules echo_server_alpn)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name echo_client)
|
||||
(modules echo_client)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name echo_client_alpn)
|
||||
(modules echo_client_alpn)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name test_server)
|
||||
(modules test_server)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name test_client)
|
||||
(modules test_client)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name tls_over_tls)
|
||||
(modules tls_over_tls)
|
||||
(libraries tls-lwt lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name http_client)
|
||||
(modules http_client)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name fuzz_server)
|
||||
(modules fuzz_server)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name resume_client)
|
||||
(modules resume_client)
|
||||
(libraries tls-lwt lwt.unix ex_common))
|
||||
|
||||
(executable
|
||||
(name resume_echo_server)
|
||||
(modules resume_echo_server)
|
||||
(libraries randomconv tls-lwt lwt.unix ex_common))
|
||||
Loading…
Add table
Add a link
Reference in a new issue