this repo has no description
1opam-version: "2.0" 2maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 3authors: "Thomas Gazagnaire <thomas@gazagnaire.org>" 4homepage: "https://github.com/mirage/mirage-seal" 5bug-reports: "https://github.com/mirage/mirage-seal/issues/" 6license: "ISC" 7dev-repo: "git+https://github.com/mirage/mirage-seal.git" 8build: [ 9 ["./configure" "--prefix=%{prefix}%"] 10 [make] 11] 12depends: [ 13 "ocaml" 14 "mirage" {build & >= "2.5.0" & < "3.0.0"} 15 "cmdliner" 16 "dolog" {< "4.0.0"} 17 "crunch" 18 "ocamlbuild" {build} 19] 20synopsis: "Serve static files over HTTPS, using Mirage+ocaml-TLS." 21description: """ 22Use this tool to seal the contents of a directory into a static unikernel, 23serving its contents over HTTPS.""" 24url { 25 src: "https://github.com/mirage/mirage-seal/archive/0.3.1.tar.gz" 26 checksum: [ 27 "sha256=126885459c7e90335a5ebf7b0cd1b46c103b2f64f1b10e6c28354b75ff30f497" 28 "md5=8fbb6847d5511324c3f1bfa5aa8593cd" 29 ] 30}