package cryptodbm

  1. Overview
  2. Docs
Encrypted layer over the dbm library: access to serverless, key-value databases with symmetric encryption.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.84.2.tar.gz
sha256=388a4a8bf17c9ad0825907251720ba40291a19afb643f64066a29e813be50a7e
md5=7c33f55fca768501d06e2ef0eb583f80

doc/src/cryptodbm.internals/types.ml.html

Source file types.ml

1
2
3
4
5
6
7
8
9

(* Phantom types *)
type read
type full

type 'a status = Read | Closed | Full of 'a

include Errors

OCaml

Innovation. Community. Security.