diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
commit | a249020977a2394eb6f6b41a59e49167878d5f8d (patch) | |
tree | 5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/ocaml-res | |
parent | 75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff) | |
download | ports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip |
Notes
Diffstat (limited to 'devel/ocaml-res')
-rw-r--r-- | devel/ocaml-res/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ocaml-res/pkg-descr b/devel/ocaml-res/pkg-descr index c2394643c306..03ef0a9943bb 100644 --- a/devel/ocaml-res/pkg-descr +++ b/devel/ocaml-res/pkg-descr @@ -1,5 +1,5 @@ This OCaml-library consists of a set of modules which implement -automatically resizing (= reallocating) datastructures that consume +automatically resizing (= reallocating) data structures 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 |