This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
14
unikernel/duniverse/ocaml-h2/examples/lwt/dune
Normal file
14
unikernel/duniverse/ocaml-h2/examples/lwt/dune
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
(executables
|
||||
(names lwt_echo_server2 lwt_https_server lwt_get lwt_post)
|
||||
(modules lwt_echo_server2 lwt_https_server lwt_get lwt_post)
|
||||
(libraries h2 h2-lwt-unix lwt.unix))
|
||||
|
||||
(executable
|
||||
(name lwt_h2c)
|
||||
(libraries h2 httpun-lwt-unix h2-lwt-unix lwt.unix)
|
||||
(modules lwt_h2c))
|
||||
|
||||
(alias
|
||||
(name examples)
|
||||
(deps
|
||||
(glob_files *.exe)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue