linuxkit/projects/miragesdk/examples/https-unikernel/opam
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

19 lines
341 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" {>="0.21.0" & <"0.99"}
"astring"
"tls"
"irmin-unix"
"capnp-rpc-lwt"
"jbuilder" {build}
"ocamlfind" {build}
]