1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/ixlib/pkg-descr

21 lines
657 B
Plaintext

ixlib is a small c++ tools library based upon the standard template
library. It provides
- a javascript interpreter
- 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/