package ocsigenserver

  1. Overview
  2. Docs
A full-featured and extensible Web server

Install

Dune Dependency

Authors

Maintainers

Sources

4.0.1.tar.gz
md5=acb09f06430cb8eefd83a849af6450af
sha512=f2c5111a02989572a19706ca5238d3740c4c06d97b0e1791ae0e06665666574ada94421d10edee636042984ab9df6357b4febbb4edc34b01e72619027b95bfec

doc/ocsidbmtypes/Ocsidbmtypes/index.html

Module Ocsidbmtypes

exception Ocsidbm_error
type query =
  1. | Get of string * string
  2. | Remove of string * string
  3. | Replace of string * string * string
  4. | Replace_if_exists of string * string * string
  5. | Nextkey of string
  6. | Firstkey of string
  7. | Length of string
type answer =
  1. | Ok
  2. | Dbm_not_found
  3. | Value of string
  4. | End
  5. | Key of string
  6. | Error of exn
OCaml

Innovation. Community. Security.