diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-02-01 04:41:32 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-02-01 04:41:32 +0000 |
commit | bb332e443186607cf41eeaebfe7036ee4872f856 (patch) | |
tree | 80b769320842be38d32a75a7dbf879970a65a7e7 /devel/ossp-al/pkg-descr | |
parent | 15e5d1e02a8ae0f686af1e371af2bcbb9eb6e7f4 (diff) |
Notes
Diffstat (limited to 'devel/ossp-al/pkg-descr')
-rw-r--r-- | devel/ossp-al/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/ossp-al/pkg-descr b/devel/ossp-al/pkg-descr new file mode 100644 index 000000000000..0edc02fd456b --- /dev/null +++ b/devel/ossp-al/pkg-descr @@ -0,0 +1,10 @@ +OSSP al defines an abstract data type of a data buffer that can assemble, +move and truncate chunks of data in a stream but avoids actual copying. It +was built to deal efficiently with communication streams between software +modules. It especially provides flexible semantical data attribution through +by-chunk labeling. It also has convenient chunk traversal methods and +optional OSSP ex based exception handling. + +WWW: http://www.ossp.org/pkg/lib/al/ + +-- AlanE@FreeBSD.org |