docs/src/index.md

Fri, 28 Dec 2018 17:20:23 +0100

author
Mike Becker <universe@uap-core.de>
date
Fri, 28 Dec 2018 17:20:23 +0100
changeset 333
b3ad9d1a20b7
parent 264
24f5484bae97
child 386
8ebfe95077eb
permissions
-rw-r--r--

fixes an url typo which survived surprisingly long

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

mercurial