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,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)))