summaryrefslogtreecommitdiff
path: root/devel/ossp-xds/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ossp-xds/pkg-descr')
-rw-r--r--devel/ossp-xds/pkg-descr8
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/ossp-xds/pkg-descr b/devel/ossp-xds/pkg-descr
deleted file mode 100644
index e4ef2e2d772a..000000000000
--- a/devel/ossp-xds/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The OSSP xds library is generic and extensible encoding and decoding
-framework for the serialization of arbitrary ISO C data types. OSSP
-xds consists of three components: the generic encoding and decoding
-framework, a set of shipped engines to encode and decode values in
-certain existing formats (Sun RPC/XDR and XDS/XML are currently
-provided), and a run-time context, which is used to manage buffers,
-registered engines, etc. The library is designed to allow fully
-recursive and efficient encoding/decoding of arbitrary nested data.