Sat, 28 Oct 2017 16:25:47 +0200
fixes sourceforge link in doxygen doc
256
2c21b42cf11d
documentation will now be generated using pandoc
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
1 | UAP Common Extensions |
2c21b42cf11d
documentation will now be generated using pandoc
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
2 | ===================== |
259 | 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) |