You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage libzmf-tools-0.0.2-20.fc36.x86_64
Tools to transform Zoner documents into other formats. Currently supported: SVG, raw.
RPMPackage libzmf-0.0.2-20.fc36.x86_64
libzmf is library providing ability to interpret and import Zoner document formats into various applications. Currently it only supports Zoner Callisto/Draw v 4-5.
RPMPackage libzip-tools-1.8.0-4.fc36.x86_64
The libzip-tools package provides command line tools split off libzip: - zipcmp - zipmerge - ziptool
RPMPackage libzip-1.8.0-4.fc36.x86_64
libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages.
RPMPackage libzhuyin-2.6.2-1.fc36.x86_64
The libzhuyin package contains libzhuyin compatibility library.
RPMPackage libyui-qt-graph-4.2.16-3.fc36.x86_64
This package contains the Qt graph component for libyui. This is a special widget to visualize graphs such as the storage device hierarchy (disks, partitions, subvolumes etc.). and similar graphviz-generated graphs.
RPMPackage libyui-qt-4.2.16-3.fc36.x86_64
This package contains the Qt (graphical) user interface component for libyui.
RPMPackage libyui-ncurses-tools-4.2.16-3.fc36.x86_64
This package contains tools for the NCurses (text based) user interface component for libyui: libyui-terminal - useful for testing on headless machines
RPMPackage libyui-ncurses-4.2.16-3.fc36.x86_64
This package contains the NCurses (text based) user interface component for libyui.
RPMPackage libyui-mga-qt-1.2.0-3.fc36.x86_64
This package contains the Libyui-Qt extensions for Mageia tools.
RPMPackage libyui-mga-ncurses-1.2.0-2.fc36.x86_64
This package contains the Libyui-Ncurses extensions for Mageia tools.
RPMPackage libyui-mga-gtk-1.2.0-3.fc36.x86_64
This package contains the Libyui-Gtk extensions for Mageia tools.
RPMPackage libyui-mga-1.2.1-2.fc36.x86_64
This package contains the Libyui extensions for Mageia tools.
RPMPackage libyui-gtk-2.52.0-2.fc36.x86_64
This package contains the Gtk3 user interface component for libyui.
RPMPackage libyui-4.2.16-3.fc36.x86_64
This is the user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses). Originally developed for YaST, libyui can now be used independently of YaST for generic (C++) applications. libyui has very few dependencies.
RPMPackage libyaml-0.2.5-7.fc36.x86_64
YAML is a data serialization format designed for human readability and interaction with scripting languages. LibYAML is a YAML parser and emitter written in C.
RPMPackage libxslt-1.1.37-1.fc36.x86_64
This C library allows to transform XML files into other XML files (or HTML, text, ...) using the standard XSLT stylesheet transformation mechanism. To use it you need to have a version of libxml2 >= 2.6.27 installed. The xsltproc command is a command line interface to the XSLT engine
RPMPackage libxshmfence-1.3-10.fc36.x86_64
Shared memory fences for X11, as used in DRI3.
RPMPackage libxmlb-0.3.19-3.lbn36.x86_64
XML is slow to parse and strings inside the document cannot be memory mapped as they do not have a trailing NUL char. The libxmlb library takes XML source, and converts it to a structured binary representation with a deduplicated string table -- where the strings have the NULs included. This allows an application to mmap the binary XML file, do an XPath query and return some strings without actually parsing the entire document. This is all done using (almost) zero allocations and no actual copying of the binary data.
RPMPackage libxml2-2.10.3-2.lbn36.x86_64
This library allows to manipulate XML files. It includes support to read, modify and write XML and HTML files. There is DTDs support this includes parsing and validation even with complex DtDs, either at parse time or later once the document has been modified. The output can be a simple SAX stream or and in-memory DOM like representations. In this case one can use the built-in XPath and XPointer implementation to select sub nodes or ranges. A flexible Input/Output mechanism is available, with existing HTTP and FTP modules and combined to an URI library.