Personal tools
Skip to content. | Skip to navigation
liborcus is a standalone file import filter library for spreadsheet documents. Currently under development are ODS, XLSX and CSV import filters.
The liborcus-model package contains a spreadsheet model used by the conversion tools.
Python 3 bindings for liborcus.
Helper tools for liborcus and converters of various file formats to HTML and text.
libosinfo is a library that allows virtualization provisioning tools to determine the optimal device settings for a hypervisor/operating system combination.
The library "libotf" provides the following facilites. Read Open Type Layout Tables from OTF file. Currently these tables are supported; head, name, cmap, GDEF, GSUB, and GPOS. Convert a Unicode character sequence to a glyph code sequence by using the above tables. The combination of libotf and the FreeType library (Ver.2) realizes CTL (complex text layout) by OpenType fonts. This library is currently used by the m17n library. It seems that the probject Free Type Layout provides the similar (or better) facility as this library, but currently they have not yet released their library. So, we have developed this one.