package scgi

  1. Overview
  2. Docs
Simple Common Gateway Interface (SCGI) protocol support for interface with HTTP servers

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.tar.gz
md5=edee4cc2b24e3bfb70ae90a273edbcd4
sha512=d2872992a371a07e830cbf6bb145db999b5a81fb96f7963ad13d9bbada5e8c9c6d1105a705a3c440d20d795c210423275b7575f449e19da9cd12bf7fd148c0e2

Description

Tags

scgi web application

Published: 08 Apr 2019

README

ocaml-scgi

SCGI implementation in OCaml

Dependencies

  • LWT -- initial version uses 2.3.1

You could just copy the source into your own project. To build a library, you'll also need:

Note that LWT has dependencies too, including:

Building

$ make
$ make install
$ make test
$ make samples

(Alternatively, run make world to do all of above)

Dev Dependencies

None

Used by

None

Conflicts

None