this repo has no description
1opam-version: "2.0" 2maintainer: "rixed-opam@happyleptic.org" 3authors: [ 4 "Daniel de Rauglaudre" 5 "Jean-Christophe FILLIATRE" 6 "Cedric Cellier" ] 7homepage: "https://www.lri.fr/~filliatr/ftp/ocaml/cgi/" 8bug-reports: "https://github.com/rixed/ocaml-cgi/issues" 9dev-repo: "git+https://github.com/rixed/ocaml-cgi.git" 10build: [ 11 ["./configure"] 12 [make] 13] 14install: [make "install"] 15remove: [["ocamlfind" "remove" "cgi"]] 16depends: [ 17 "ocaml" {> "4.01.0" & < "5.0.0"} 18 "ocamlfind" {build} 19] 20synopsis: "Library for writing CGIs" 21flags: light-uninstall 22url { 23 src: "https://github.com/rixed/ocaml-cgi/archive/v0.9.tar.gz" 24 checksum: [ 25 "sha256=f9f363fc36b5cf0ecf30576026d60f44b99d1f7753afd062f8bbbc74b4bcd894" 26 "md5=1e1b9e4de0ba12688b4b66523f42125d" 27 ] 28}