opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: make
remove: [["ocamlfind" "remove" "CamlGI"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "camlp4"
]
install: [make "install"]
synopsis: "FastCGI and CGI library"
description: """
CamlGI is a library to enable you to write CGI and FastCGI in
OCaml. It is written 100% in OCaml so should run on many
platforms. The library supports multiple simultaneous connections and
request multiplexing while presenting an easy to use interface."""
flags: light-uninstall
extra-files: ["CamlGI.install" "md5=acc08ae06568a4adae93766201b0f98a"]
url {
  src:
    "http://downloads.sourceforge.net/project/ocaml-cgi/CamlGI/0.6/CamlGI-0.6.tar.gz"
  checksum: "md5=f53aab889a265dcb9ad0e0f7110577a5"
}
