package ocsigenserver

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

Install

Dune Dependency

Authors

Maintainers

Sources

4.0.2.tar.gz
md5=5ea779e418bf936d7301057d6d95011c
sha512=e27b9ad71ac2bd0e817ff35b66de606ffabd5b71b88b34974cbf41181e5a824767616fdd2b7908539bdd394c0873aaacdc7768f6dc7ad3f9dc33e8eb1a6f9fa6

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.