this repo has no description
1opam-version: "2.0"
2maintainer : "Bikal Lem <gbikal @gmail.com>"
3authors : [
4 "Mike Wells <https://github.com/mwells>"
5 "Martin Jambon <https://github.com/mjambon>"
6 "Bikal Lem <https://github.com/bikallem>"
7]
8homepage : "https://github.com/bikallem/ocaml-scgi"
9bug-reports : "https://github.com/bikallem/ocaml-scgi/issues"
10dev-repo: "git+https://github.com/bikallem/ocaml-scgi.git"
11tags: ["scgi" "web application"]
12license: "BSD-3-Clause"
13synopsis: "Simple Common Gateway Interface (SCGI) protocol support for interface with HTTP servers"
14
15build: [make "build"]
16install: [make "install"]
17remove: [make "uninstall"]
18depends: [
19 "ocaml" {>= "4.05.0"}
20 "dune"
21 "stdcompat"
22 "lwt"
23 "lwt_ppx"
24 "uri"
25]
26url {
27 src: "https://github.com/bikallem/ocaml-scgi/archive/1.0.tar.gz"
28 checksum: [
29 "md5=edee4cc2b24e3bfb70ae90a273edbcd4"
30 "sha512=d2872992a371a07e830cbf6bb145db999b5a81fb96f7963ad13d9bbada5e8c9c6d1105a705a3c440d20d795c210423275b7575f449e19da9cd12bf7fd148c0e2"
31 ]
32}