You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage libgdither-0.6-26.fc36.x86_64
Libgdither is a GPL'd library library for performing audio dithering on PCM samples. The dithering process should be carried out before reducing the bit width of PCM audio data (eg. float to 16 bit int conversions) to preserve audio quality.
RPMPackage libgdata-0.18.1-4.lbn36.x86_64
libgdata is a GLib-based library for accessing online service APIs using the GData protocol --- most notably, Google's services. It provides APIs to access the common Google services, and has full asynchronous support.
RPMPackage libgcrypt-1.10.1-3.fc36.x86_64
Libgcrypt is a general purpose crypto library based on the code used in GNU Privacy Guard. This is a development version.
RPMPackage libgccjit-13.2.1-3.lbn36.x86_64
This package contains shared library with GCC JIT front-end.
RPMPackage libgcc-13.2.1-3.lbn36.x86_64
This package contains GCC shared support library which is needed e.g. for exception handling support.
RPMPackage libgcab1-1.4-6.fc36.x86_64
libgcab is a library to manipulate Cabinet archive using GIO/GObject.
RPMPackage libgadu-1.12.2-27.lbn36.x86_64
libgadu is intended to make it easy to add Gadu-Gadu communication support to your software.
RPMPackage libftdi-c++-1.5-3.fc36.x86_64
Libftdi library C++ language binding.
RPMPackage libftdi-1.5-3.fc36.x86_64
A library (using libusb) to talk to FTDI's FT2232C, FT232BM and FT245BM type chips including the popular bitbang mode.
RPMPackage libfsverity-1.4-7.fc36.x86_64
Library for fsverity-utils.
RPMPackage libfreehand-tools-0.1.2-11.fc36.x86_64
Tools to transform Macromedia/Adobe FreeHand documents into other formats. Currently supported: SVG, raw, text.
RPMPackage libfreehand-doc-0.1.2-11.fc36.noarch
The libfreehand-doc package contains documentation files for libfreehand.
RPMPackage libfreehand-0.1.2-11.fc36.x86_64
libfreehand is library providing ability to interpret and import Macromedia/Adobe FreeHand documents into various applications.
RPMPackage libfprint-1.94.4-1.fc36.x86_64
libfprint offers support for consumer fingerprint reader devices.
RPMPackage libfontenc-1.1.4-3.fc36.x86_64
X.Org X11 libfontenc runtime library
RPMPackage libfl2-2.6.4-10.fc36.x86_64
flex is a tool for generating scanners. This package contains the shared library with default implementations of `main' and `yywrap' functions that binaries using flex can choose to link against instead of implementing on their own.
RPMPackage libfl-static-2.6.4-10.fc36.x86_64
flex is a tool for generating scanners. This package contains the static library with default implementations of `main' and `yywrap' functions that binaries using flex can choose to statically link against instead of implementing their own.
RPMPackage libfido2-1.10.0-3.fc36.x86_64
libfido2 is an open source library to support the FIDO2 protocol. FIDO2 is an open authentication standard that consists of the W3C Web Authentication specification (WebAuthn API), and the Client to Authentication Protocol (CTAP). CTAP is an application layer protocol used for communication between a client (browser) or a platform (operating system) with an external authentication device (for example the Yubico Security Key).
RPMPackage libffi3.1-3.1-32.fc36.x86_64
The libffi3.1 package contains the libffi 3.1 runtime library to support the library SONAME transition from 3.1 to 3.4.2. This pacakge will eventually be removed once the transition is complete.
RPMPackage libffi-3.4.6-3.lbn36.x86_64
Compilers for high level languages generate code that follow certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling convention". The calling convention is a set of assumptions made by the compiler about where function arguments will be found on entry to a function. A calling convention also specifies where the return value for a function is found. Some programs may not know at the time of compilation what arguments are to be passed to a function. For instance, an interpreter may be told at run-time about the number and types of arguments used to call a given function. `Libffi' can be used in such programs to provide a bridge from the interpreter program to compiled code. The `libffi' library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The `libffi' library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above `libffi' that handles type conversions for values passed between the two languages.