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

     1 UAP Common Extensions
     2 =====================
     4 Welcome to the UAP Common Extensions.
     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.
    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].
    18 [1]: https://develop.uap-core.de/hg/ucx/
    19 [2]: https://sourceforge.net/p/ucx/code/
    21 ### Authors
    23 Mike Becker [&lt;universe@uap-core.de&gt;](mailto:universe@uap-core.de)
    25 Olaf Wintermann
    26 [&lt;olaf.wintermann@gmail.com&gt;](mailto:olaf.wintermann@gmail.com)

mercurial