package scgi
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Simple Common Gateway Interface (SCGI) protocol support for interface with HTTP servers
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      1.0.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=edee4cc2b24e3bfb70ae90a273edbcd4
    
    
  sha512=d2872992a371a07e830cbf6bb145db999b5a81fb96f7963ad13d9bbada5e8c9c6d1105a705a3c440d20d795c210423275b7575f449e19da9cd12bf7fd148c0e2
    
    
  doc/README.html
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)
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page