docs/src/index.md

Sat, 28 Oct 2017 15:43:51 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 28 Oct 2017 15:43:51 +0200
changeset 259
2f5dea574a75
parent 256
2c21b42cf11d
child 264
24f5484bae97
permissions
-rw-r--r--

modules documentation

universe@256 1 UAP Common Extensions
universe@256 2 =====================
universe@259 3
universe@259 4 Welcome to the UAP Common Extensions.
universe@259 5
universe@259 6 With this library we provide useful data structures and algorithms for common
universe@259 7 programmatic tasks in the C language. By design the features are divided into
universe@259 8 modules to minimize the library footprint. Using the build files you can create
universe@259 9 a static and a shared lib containing all modules, but you may also use the UCX
universe@259 10 sources in your project and compile specific modules by yourself to further
universe@259 11 minimize the footprint.
universe@259 12
universe@259 13 If you want to use this library, you can [download and install](/install.html)
universe@259 14 the recent version.
universe@259 15 The source code is also available as Mercurial repository [at our site][1] and
universe@259 16 on [Source Forge][2].
universe@259 17
universe@259 18 [1]: https://develop.uap-core.de/hg/ucx/
universe@259 19 [2]: https://sourceforge.net/p/ucx/code/
universe@259 20
universe@259 21 ### Authors
universe@259 22
universe@259 23 Mike Becker [&lt;universe@uap-core.de&gt;](mailto:universe@uap-core.de)
universe@259 24
universe@259 25 Olaf Wintermann
universe@259 26 [&lt;olaf.wintermann@gmail.com&gt;](mailto:olaf.wintermann@gmail.com)

mercurial