./databases/ocsipersist, Key/value storage libraries for OCaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.0, Package name: ocsipersist-1.1.0, Maintainer: jaapb

Ocsipersist is a collection of libraries defining a
unified frontend for a number of key/value storage
implementations. Implementations of the following
backends currently exist: DBM, PostgreSQL, SQLite.


Required to run:
[www/ocsigen] [lang/ocaml] [devel/ocaml-findlib] [devel/ocaml-lwt] [databases/ocaml-dbm] [devel/ocaml-lwt_ppx] [devel/ocaml-lwt_log] [devel/ocaml-dune] [textproc/ocaml-xml-light]

Required to build:
[misc/ocaml-opaline]

Package options: gdbm

Master sites:

Filesize: 26.108 KB

Version history: (Expand)


CVS history: (Expand)


   2022-06-03 14:24:34 by Jaap Boender | Files touched by this commit (1)
Log message:
Fixed PLIST for databases/ocsipersist
   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-20 08:47:28 by Jaap Boender | Files touched by this commit (5)
Log message:
Created new package databases/ocsipersist, a key/value storage library.

This library has been split off from www/ocsigen; it contains the
persistent storage parts (a generic key/value storage library), with
backends for dbm, PostgreSQL and SQLite.