docs/src/index.md

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

mercurial