aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-res/pkg-descr
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-08-20 06:51:30 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-08-20 06:51:30 +0000
commit1e0c74a04598a4561e4d2bd460888c23ee9ba0ca (patch)
tree43a7d00a40229f8178e6db99f8e228dcbd1ba1c6 /devel/ocaml-res/pkg-descr
parent5d080083375244f9031e01a0f061c720d30d42ab (diff)
Notes
Diffstat (limited to 'devel/ocaml-res/pkg-descr')
-rw-r--r--devel/ocaml-res/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/ocaml-res/pkg-descr b/devel/ocaml-res/pkg-descr
new file mode 100644
index 000000000000..c2394643c306
--- /dev/null
+++ b/devel/ocaml-res/pkg-descr
@@ -0,0 +1,12 @@
+This OCaml-library consists of a set of modules which implement
+automatically resizing (= reallocating) datastructures that consume
+a contiguous part of memory. This allows appending and removing of
+elements to/from arrays (both boxed and unboxed), strings (-> buffers),
+bit strings and weak arrays while still maintaining fast constant-time
+access to elements.
+
+There are also functors that allow the generation of similar modules
+which use different reallocation strategies.
+
+Author: Markus Mottl <markus.mottl@gmail.com>
+WWW: http://www.ocaml.info/home/ocaml_sources.html