package ocsipersist-dbm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Persistent key/value storage for OCaml using DBM
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.1.0.tar.gz
md5=aeeadfa74be3f18707cd84f091993b7b
sha512=953fb75e392c2bb2dacbbff0221c3be28fdc61ec0ca6073fe21346fc037b8bfbc5233a51cfa2304d67e39d6484628f8a2d3152472ef60943fa27aa72ed4044df
doc/src/ocsipersist-dbm.settings/ocsipersist_settings.ml.html
Source file ocsipersist_settings.ml
1 2 3 4 5 6 7 8 9let 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
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>