opam-version: "2.0"
maintainer: "Anil Madhavapeddy <anil@recoil.org>"
authors: "Anil Madhavapeddy <anil@recoil.org>"
homepage: "https://github.com/avsm/http2https"
bug-reports: "https://github.com/avsm/http2https/issues"
license: "ISC"
dev-repo: "git+https://github.com/avsm/http2https.git"
build: [ [make] ]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "cohttp" {>= "0.19.3" & < "0.99"}
  "lwt"
  "base-unix"
]
synopsis: "HTTP to HTTPS redirector daemon"
description: """
This is a simple redirector that issues HTTP 302 responses to incoming HTTP
requests.  It's useful to use as a listener on port 80 to redirect traffic to
the corresponding HTTPS port on 443."""
url {
  src: "https://github.com/avsm/http2https/archive/v1.0.0.tar.gz"
  checksum: "md5=01ba4654c8c4ac355bc09aecec6051a8"
}
