Files
linuxkit/projects/miragesdk/examples/https-unikernel/src/jbuild
Thomas Leonard 815f5599fc Update https-unikernel example to latest API
Also, stop static linking for now, as it generates a lot of warnings
with glibc.

Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
2017-07-07 15:09:54 +01:00

12 lines
289 B
Plaintext

(jbuild_version 1)
(executables (
(names (main store_main http_main tls_main))
(libraries (capnp-rpc-lwt cohttp.lwt irmin-unix cmdliner fmt.tty))
(flags (:standard -w -53-55))
))
(rule
((targets (proto.ml proto.mli))
(deps (proto.capnp))
(action (run capnpc -o ocaml ${<}))))