aboutsummaryrefslogtreecommitdiff
path: root/devel/ixlib/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ixlib/pkg-descr')
-rw-r--r--devel/ixlib/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/ixlib/pkg-descr b/devel/ixlib/pkg-descr
new file mode 100644
index 000000000000..30fc60bc1254
--- /dev/null
+++ b/devel/ixlib/pkg-descr
@@ -0,0 +1,20 @@
+ixlib is a small c++ tools library based upon the standard template
+library. It provides
+
+ - a javascript interperter
+ - an exception handling framework
+ - garbage collection
+ - automatic array management
+ - planar geometry (rectangles, regions)
+ - polygons (rasterization, convex hull, smoothing, removal of
+ crossings)
+ - rasterization primitives
+ - matrices (including linear system solver, Cholesky and LU
+ decomposition, determinants, inversion, Gauss and Gauss-Jordan
+ elimination)
+ - command line parsing
+ - versatile int <-> string conversions
+ - regular expressions
+ - xml parsing (non-DTD)
+
+WWW: http://ixlib.sourceforge.net/