package ocsipersist-dbm

  1. Overview
  2. Docs
Persistent key/value storage for OCaml using DBM

Install

Dune Dependency

Authors

Maintainers

Sources

2.0.0.tar.gz
md5=b96e2fa070038fc9ffa9ab7551ed5637
sha512=f5aca65bee735f90047c7457d4e5a9965a71a70df14366dd7fea2d494b5397702d5d5b0d677dbe0524368e9ae9c124c281d39ec3a99b3c79ed60ae439f93ec84

doc/src/ocsipersist-dbm.settings/ocsipersist_settings.ml.html

Source file ocsipersist_settings.ml

1
2
3
4
5
6
7
8
9
let directory, ocsidbm = ref "ocsipersist-store", ref "ocsidbm"
let inch = ref (Lwt.fail (Failure "Ocsipersist not initialised"))
let outch = ref (Lwt.fail (Failure "Ocsipersist not initialised"))
let delay_loading = ref false
let error_log_path = ref "ocsipersist-errors"
let set_error_log_path s = error_log_path := s
let set_store s = directory := s
let set_ocsidbm s = ocsidbm := s
let set_delay_loading b = delay_loading := b
OCaml

Innovation. Community. Security.