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"] remove: [["ocamlfind" "remove" "cgi"]] depends: [ "ocaml" {> "4.01.0" & < "5.0.0"} "ocamlfind" {build} ] synopsis: "Library for writing CGIs" flags: light-uninstall url { src: "https://github.com/rixed/ocaml-cgi/archive/v0.9.tar.gz" checksum: [ "sha256=f9f363fc36b5cf0ecf30576026d60f44b99d1f7753afd062f8bbbc74b4bcd894" "md5=1e1b9e4de0ba12688b4b66523f42125d" ] }