pvec
pvec copied to clipboard
Persistent vectors for OCaml
pvec — Persistent vectors for OCaml
%%VERSION%%
pvec provides persistent, indexed, collections of elements with efficient indexing, concatenation and subvector extraction operations.
pvec is distributed under the ISC license.
Homepage: http://erratique.ch/software/pvec
Installation
pvec can be installed with opam:
opam install pvec
If you don't use opam consult the opam file for build
instructions.
Documentation
The documentation and API reference is automatically generated by from
the source interfaces. It can be consulted online or via
odig doc pvec.
Sample programs
If you installed pvec with opam sample programs are located in
the directory opam config var pvec:doc.
In the distribution sample programs and tests are located in the
test directory of the distribution. They can be built and run
with:
topkg build --tests true && topkg test