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