opam-version: "2.0"
maintainer: "rixed-opam@happyleptic.org"
authors: [
  "Daniel de Rauglaudre"
  "Jean-Christophe FILLIATRE"
  "Cedric Cellier" ]
homepage: "https://www.lri.fr/~filliatr/ftp/ocaml/cgi/"
bug-reports: "https://github.com/rixed/ocaml-cgi/issues"
dev-repo: "git+https://github.com/rixed/ocaml-cgi.git"
build: [
  ["./configure"]
  [make]
]
install: [make "install"]
depends: [
  "ocaml" {> "4.01.0"}
  "ocamlfind" {build}
]
synopsis: "Library for writing CGIs"
url {
  src: "https://github.com/rixed/ocaml-cgi/archive/v0.10.tar.gz"
  checksum: "md5=acade309d4d030dfbb73a2f05c5a1880"
}
