-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
30 lines (30 loc) · 936 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
opam-version: "2.0"
maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>"
authors: "Thomas Gazagnaire <thomas@gazagnaire.org>"
homepage: "https://github.com/mirage/mirage-seal"
bug-reports: "https://github.com/mirage/mirage-seal/issues/"
license: "ISC"
dev-repo: "git+https://github.com/mirage/mirage-seal.git"
build: [
["./configure" "--prefix=%{prefix}%"]
[make]
]
depends: [
"ocaml"
"mirage" {build & >= "2.5.0" & < "3.0.0"}
"cmdliner"
"dolog" {< "4.0.0"}
"crunch"
"ocamlbuild" {build}
]
synopsis: "Serve static files over HTTPS, using Mirage+ocaml-TLS."
description: """
Use this tool to seal the contents of a directory into a static unikernel,
serving its contents over HTTPS."""
url {
src: "https://github.com/mirage/mirage-seal/archive/0.4.2.tar.gz"
checksum: [
"sha256=4e3ebd4ed5e90e6d837d4e6bb1ee9ff22823b894c60a7fcad787e5679b403cbf"
"md5=370cc4191890d91e9fcb3e63fb1ed8de"
]
}