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"]
15depends: [
16 "ocaml" {> "4.01.0" & < "5.0.0"}
17 "ocamlfind" {build}
18]
19synopsis: "Library for writing CGIs"
20url {
21 src: "https://github.com/rixed/ocaml-cgi/archive/v0.10.tar.gz"
22 checksum: [
23 "sha256=7d0e0045e01b58164bb7a8dbbe44148c2126e35b056022598bc32298235a76dc"
24 "md5=acade309d4d030dfbb73a2f05c5a1880"
25 ]
26}