Files
linuxkit/projects/miragesdk/examples/https-unikernel/opam
Thomas Leonard c7c33b9a56 Add example https-unikernel
This is mainly a test for the Cap'n'Proto RPC support.

Signed-off-by: Thomas Leonard <thomas.leonard@docker.com>
2017-06-07 16:34:59 +01:00

19 lines
318 B
Plaintext

opam-version: "1.2"
name: "https-unikernel"
version: "0.1"
maintainer: "Thomas Leonard <thomas.leonard@docker.com>"
authors: "Thomas Leonard <thomas.leonard@docker.com>"
build: [
[make]
]
depends: [
"lwt"
"cohttp"
"astring"
"tls"
"irmin-unix"
"capnp-rpc-lwt"
"jbuilder" {build}
"ocamlfind" {build}
]