aws-c-auth
- Ebuilds: 2, Testing: 0.9.1-r1 Description:
This package provides a C99 library implementation of
AWS client-side authentication
Homepage:https://github.com/awslabs/aws-c-auth License: Apache-2.0
aws-c-cal
- Ebuilds: 2, Testing: 0.9.10-r1 Description:
This package provides a cross platform C99 wrapper for cryptography
primitives for AWS SDK
Homepage:https://github.com/awslabs/aws-c-cal License: Apache-2.0
aws-c-common
- Ebuilds: 2, Testing: 0.12.5-r1 Description:
This package provides a core c99 package for AWS SDK for C, which
includes cross-platform primitives, configuration, data structures,
and error handling
Homepage:https://github.com/awslabs/aws-c-common License: Apache-2.0
aws-c-compression
- Ebuilds: 2, Testing: 0.3.1-r1 Description:
This package provides a cross-platform C99 implementation of compression
algorithms such as gzip, and huffman encoding/decoding
Homepage:https://github.com/awslabs/aws-c-compression License: Apache-2.0
aws-c-http
- Ebuilds: 2, Testing: 0.10.7-r1 Description:
This package provides a C99 implementation of the HTTP/1.1 and
HTTP/2 specifications
Homepage:https://github.com/awslabs/aws-c-http License: Apache-2.0
aws-c-io
- Ebuilds: 2, Testing: 0.23.3-r1 Description:
This package provides an event driven framework for implementing
application protocols.
Homepage:https://github.com/awslabs/aws-c-io License: Apache-2.0
aws-c-mqtt
- Ebuilds: 2, Testing: 0.13.3-r1 Description:
This package provides a C99 implementation of the MQTT 3.1.1 and
MQTT 5 specifications
Homepage:https://github.com/awslabs/aws-c-mqtt License: Apache-2.0
aws-c-s3
- Ebuilds: 2, Testing: 0.10.1-r1 Description:
This package provides a C99 library implementation for communicating
with the S3 service, designed for maximizing throughput on
high bandwidth EC2 instances
Homepage:https://github.com/awslabs/aws-c-s3 License: Apache-2.0
aws-c-sdkutils
- Ebuilds: 2, Testing: 0.2.4-r1 Description:
This package provides a C99 library implementing AWS SDK specific utilities,
including utilities for ARN parsing, reading AWS profiles, etc
Homepage:https://github.com/awslabs/aws-c-sdkutils License: Apache-2.0
aws-checksums
- Ebuilds: 2, Testing: 0.2.7-r1 Description:
This package provides a Cross-Platform HW accelerated CRC32c and CRC32
with fallback to efficient SW implementations
Homepage:https://github.com/awslabs/aws-checksums License: Apache-2.0
belcard
- Ebuilds: 2, Testing: 5.4.23 Description:
Belcard is a C++ library to manipulate (parse)
the vCard standard format by Belledonne Communications
Homepage:https://gitlab.linphone.org/BC/public/belcard License: GPL-3
belle-sip
- Ebuilds: 2, Testing: 5.4.23 Description:
Belle-sip is a modern library implementing SIP (RFC3261) transport,
transaction and dialog layers. It is written in C, with an object
oriented API. It also comprises a simple HTTP/HTTPS client implementation.
Homepage:https://gitlab.linphone.org/BC/public/belle-sip License: GPL-3
ccrtp
- Ebuilds: 2, Testing: 2.1.2 Description:
A C++ library based on GNU Common C++, which provides a high performance,
flexible and extensible standards-compliant RTP stack with
full RTCP support. The design and implementation of ccRTP make it suitable
for high capacity servers and gateways as well as personal client applications.
Homepage:https://www.gnu.org/software/ccrtp/ License: GPL-2
dstu-engine
- Ebuilds: 2, Testing: 1.3.4 Description:
A dynamically loadable OpenSSL engine that implements DSTU random
bit generator, hash, symmetric cipher and digital signature algorithms.
Homepage:https://github.com/dstucrypt/dstu-engine License: Apache-2.0
fastText
- Ebuilds: 2, Testing: 0.9.2 Description:
fastText is a library for efficient learning of word representations
and sentence classification created by Facebook's AI Research (FAIR) lab.
Homepage:https://github.com/facebookresearch/fastText License: MIT
intel-dfp
- Ebuilds: 1, Testing: 2.0.3 Description:
This package provides a Decimal Floating-Point Math Library
from Intel with implementation of the IEEE 754-2008 Decimal Floating-Point
Arithmetic specification, aimed at financial applications, especially in
cases where legal requirements make it necessary to use decimal,
and not binary floating-point arithmetic.
Homepage:https://software.intel.com/en-us/articles/intel-decimal-floating-point-math-library License: BSD
libbson
- Ebuilds: 2, Testing: 1.30.6 Description:
This package provides a libbson library, which builds, parses, and
iterates BSON documents, the native data format of MongoDB.
It also converts BSON to and from JSON, and provides a platform
compatibility layer for the MongoDB C Driver.
Homepage:https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson License: Apache-2.0
libcommuni
- Ebuilds: 2, Testing: 3.7.0 Description:
A cross-platform IRC framework written with Qt.
Communi provides a set of tools for enabling IRC connectivity
in Qt-based C++ and QML applications.
Homepage:https://communi.github.io License: BSD
libdatrie
- Ebuilds: 2, Testing: 0.2.13 Description:
This is an implementation of double-array structure for representing trie,
as proposed by Junichi Aoe.
Trie is a kind of digital search tree, an efficient indexing method in which
search time is independent of database size. It only takes O(m) search time,
where m is the length of the search string. Comparably as efficient as hashing,
trie also provides flexibility on incremental matching and key spelling
manipulation. This makes it ideal for lexical analyzers, as well as spelling
dictionaries.
Homepage:https://github.com/tlwg/libdatrie License: LGPL-2.1
libdict
- Ebuilds: 2, Testing: 1.0.4 Description:
libdict is a C library that provides the following data structures with
efficient insert, lookup, and delete routines: height-balanced (AVL) tree,
red-black tree, splay tree, etc.
Homepage:https://github.com/rtbrick/libdict License: BSD-2
libdigidocpp
- Ebuilds: 2, Testing: 4.3.0 Description:
Libdigidocpp library offers creating, signing and verification of
digitally signed documents, according to XAdES and XML-DSIG standards.
Homepage:https://github.com/open-eid/libdigidocpp https://id.ee License: LGPL-2.1
libfixposix
- Ebuilds: 2, Testing: 0.5.1 Description:
This package provides a replacements for parts of POSIX whose
behaviour is inconsistent across UNIX flavours.
Homepage:https://github.com/sionescu/libfixposix License: Boost-1.0
liblinphone
- Ebuilds: 2, Testing: 5.4.23 Description:
A high-level SIP library integrating all calling and instant messaging
features into an unified easy-to-use API. It is the cross-platform VoIP
library on which the Linphone application is based on, and that anyone
can use to add audio and video calls or instant messaging capabilities
to an application.
Homepage:https://gitlab.linphone.org/BC/public/liblinphone License: GPL-3
libmongocrypt
- Ebuilds: 2, Testing: 1.15.2 Description:
This package provides a companion C library for client side encryption
in drivers.
Homepage:https://github.com/mongodb/libmongocrypt License: Apache-2.0 BSD ISC
libopenrazer
- Ebuilds: 2, Testing: 0.4.0 Description:
A library that adds Qt wrapper around the D-Bus API from
OpenRazer (щpen source driver and user-space daemon to control
Razer devices)
Homepage:https://github.com/z3ntu/libopenrazer License: GPL-3
libthai
- Ebuilds: 2, Testing: 0.1.29 Description:
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their
applications. It includes important Thai-specific functions e.g. word
breaking, input and output methods as well as basic character and
string supports. LibThai is an Open Source and collaborative effort
initiated by Thai Linux Working Group and opened for all contributors.
Homepage:https://github.com/tlwg/libthai License: LGPL-2.1
lime
- Ebuilds: 2, Testing: 5.4.23 Description:
An end-to-end encryption library for one-to-one and
group instant messaging, allowing users to exchange messages
privately and asynchronously. It uses modern ciphering curve X448 and
double ratchet algorithm for perfect forward secrecy.
Homepage:https://gitlab.linphone.org/BC/public/lime License: GPL-3
modest
- Ebuilds: 2, Testing: 0.0.6 Description:
This package provides a fast HTML renderer implemented as
a pure C99 library with no outside dependencies.
Homepage:https://github.com/lexborisov/modest License: LGPL-2.1
mongo-c-driver
- Ebuilds: 2, Testing: 1.30.5 Description:
This package provides a library for using MongoDB from C applications,
and for writing MongoDB drivers in higher-level languages.
Homepage:https://github.com/mongodb/mongo-c-driver License: Apache-2.0
rustc-demangle
- Ebuilds: 1, Testing: 0.1.24 Description:
This package privides a library that demangles for Rust symbols.
Library that demangles for Rust symbols.
This port has it's C/C++ API.
Homepage:https://github.com/rust-lang/rustc-demangle License: Apache-2.0 MIT
s2n-tls
- Ebuilds: 2, Testing: 1.6.0-r1 Description:
This package provides a C99 implementation of the TLS/SSL protocols that
is designed to be simple, small, fast, and with security as a priority
Homepage:https://github.com/aws/s2n-tls License: Apache-2.0
ucommon
- Ebuilds: 2, Testing: 7.0.1 Description:
GNU Common C++ is a class framework that was specifically designed for
telephony applications. The original library was refactored into a different
codebase which is better suited for embedded applications.
Homepage:https://www.gnu.org/software/commoncpp/ License: LGPL-3
xml-security-c
- Ebuilds: 3, Testing: 3.0.0 Description:
DigiDoc is an XML file format for documents with digital signatures
in use by the Estonian ID card infrastructure. This library allows
for creation and reading of DigiDoc files.
Homepage:https://santuario.apache.org License: Apache-2.0
zrtpcpp
- Ebuilds: 2, Testing: 4.7.0 Description:
A library that adds ZRTP support to the GNU ccRTP stack
and serves as library for other RTP stacks (PJSIP, GStreamer).
The GNU ZRTP implementation is compliant to RFC 6189 and
adds some more algorithms
Homepage:https://github.com/wernerd/ZRTPCPP License: GPL-3