1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
5 <meta name="keywords" content="ucw library c">
6 <link rel="stylesheet" type="text/css" media="screen" href="screen.css">
7 <link rel="stylesheet" type="text/css" media="print" href="print.css">
13 <img src="libucw.png" alt="logo">
17 <a href="#what">What's that?</a>
18 <a href="#features">Features</a>
19 <a href="#addlib">Additional libraries</a>
20 <a href="#license">License</a>
21 <a href="#authors">Authors</a>
22 <a href="#download">Download</a>
23 <a href="#docs">Documentation</a>
24 <a href="#bugs">Reporting bugs</a>
28 <a href="http://validator.w3.org/check/referer"><img src="/holmes/valid-html401.png" alt="Valid HTML 4.01!" width=88 height=31></a>
29 <a href="http://jigsaw.w3.org/css-validator/"><img src="/holmes/vcss.png" alt="Valid CSS!" width=88 height=31></a>
30 <a href="http://www.anybrowser.org/campaign/"><img src="/holmes/anybrowser.png" width=88 height=31 alt="Best viewed with any browser."></a>
35 No counters, no frames, no syntax errors.
40 <div class="section" id="what"><h2>What's that?</h2>
42 <tt>LibUCW</tt> is a general-purpose C library providing both implementation of common algorithms (like sorting, heaps),
43 support for performance computing (fast buffered IO) and some generic data structures.
44 In short, it is a library of things the authors consider useful in most of programs written in C.
46 As a bonus, there is a build system you can use in your program, documentation system and few perl modules.
48 It is developed as part of the <a href="/holmes/">Sherlock Holmes</a> search engine.
50 <div class="section" id="features"><h2>Features</h2>
54 <li>Internal and external sorting routines
55 <li>Generic data structures (heaps, search trees, growing buffers)
56 <li>Unicode manipulation
57 <li>Main loop (watching over file descriptors, sub-processes and timers)
59 <li>Configuration system
60 <li>Modular system for <tt>configure</tt> scripts
62 <li>Documentation system
65 <div class="section" id="addlib"><h2>Additional libraries</h2>
67 The package contains few other libraries which you might find useful.
68 You can build & install libUCW with them or without.
69 However they are not documented and are more specific.
71 <li><strong>libcharset</strong> – allows manipulation with character sets.
72 <li><strong>libsh</strong> – the <a href='/holmes'>Sherlock Holmes</a> library. It contains some routines for storing large amounts of data and alike.
73 <li><strong>liblang</strong> – guessing of text language.
74 <li><strong>libimages</strong> – manipulation with images.
77 <div class="section" id="license"><h2>License</h2>
79 The library is available under the terms of <a href="http://www.gnu.org/copyleft/lesser.html">GNU Lesser Public License</a> (LGPL) with the exception of few modules, which are in public domain.
81 There is also a commercial version of the library, available with the <a href="/holmes/#license">commercial version of Sherlock Holmes</a>.
82 However, unlike the Sherlock Holmes, the commercial version of library does not come with additional features.
84 <div class="section" id="authors"><h2>Authors</h2>
86 The library is developed together with Sherlock Holmes by the same authors. Most of it was written by <a href='http://mj.ucw.cz'>Martin Mare¹</a>, <a href="http://www.ucw.cz/~robert/index-en.html">Robert ©palek</a>, Pavel Charvát and <a href="http://vorner.pretel.cz/en/">Michal Vaner</a>.
88 <div class="section" id="download"><h2>Download</h2>
90 Currently, version 4.0 is available.
92 You can download it via <a href="download/">HTTP</a> or via <a href="ftp://ftp.ucw.cz/pub/libucw/">FTP</a>.
94 <div class="section" id="docs"><h2>Documentation</h2>
96 Although the documentation is not yet complete, you can <a href="documentation">browse</a> the part which is already written. You can compile the same documentation from the package.
98 <div class="section" id="bugs"><h2>Reporting bugs</h2>
100 All reports about bugs, inconveniences or ideas for new features are welcome at <a href="mailto:holmes-bugs@ucw.cz">holmes-bugs@ucw.cz</a>. Patches implementing them are welcome even more ;-).
102 If you use the library to your pleasure, the authors will be glad to hear that at the same address.