Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides Sequoia's reimplementation of the GnuPG interface.
gpg-sq is Sequoia's alternative implementation of a tool following the GnuPG command line interface. It provides a drop-in but not feature-complete replacement for the GnuPG project's gpg.
This Guix package is built to use the nettle cryptographic library.
This package provides an implementation of OpenPGP's web of trust.
This Guix package is built to use the nettle cryptographic library.
This package provides the command-line frontend for Sequoia OpenPGP.
This Guix package is built to use the nettle cryptographic library and the gpg-agent, openpgp-card and softkeys keystore backends.
sqv verifies detached OpenPGP signatures. It is a replacement for gpgv. Unlike gpgv, it can take additional constraints on the signature into account.
This Guix package is built to use the nettle cryptographic library.
Sequoia is a new OpenPGP implementation, written in Rust, consisting of several Rust crates/packages. This Guix meta-package combines these packages into a single one for convenience. Anyhow, you should not depend other packages on this one avoid excessive compile-times for users.
This package provides a JSON parser written in shell, compatible with ash, Bash, Dash and Zsh. Pipe JSON to it, and it traverses the JSON objects and prints out the path to the current object (as a JSON array) and then the object, without whitespace.
qtcsv is a library for reading and writing CSV files in Qt.
Msgpack is a library for C/C++ that implements binary serialization. This is the legacy version that predates the split into C and C++ specific packages.
msgspec is a fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML. It includes the following features:
High performance encoders/decoders for common protocols.
Support for a wide variety of Python types.
Zero-cost schema validation using familiar Python type annotations.
A speedy Struct type for representing structured data.
Msgpack is a library for C++ that implements binary serialization.
Python-cbor provides an implementation of the Concise Binary Object Representation (CBOR). CBOR is comparable to JSON, has a superset of JSON's ability, but serializes to a binary format which is smaller and faster to generate and parse. The two primary functions are cbor.loads and cbor.dumps.
FlatBuffers is a cross-platform serialization library for C++, C#, C, Go, Java, JavaScript, PHP, and Python. It was originally created for game development and other performance-critical applications.
YAML parser and emitter in C++ matching the YAML 1.2 spec.
This package provides the C implementation of the varlink interface description protocol and its associated command line tool
Libmpack is a small binary serialization and RPC library that implements both the msgpack and msgpack-rpc specifications.
Cap'n Proto is a very fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster.
ckdl is a C library for parsing and emitting KDL. This package also provides kdlpp, a C++20 wrapper around ckdl.
StrictYAML is a type-safe YAML parser that parses and validates a restricted subset of the YAML specification.
FlatBuffers is a cross-platform serialization library for C++, C#, C, Go, Java, JavaScript, PHP, and Python. It was originally created for game development and other performance-critical applications.
libnop is a header-only library for serializing and deserializing C++ data types without external code generators or runtime support libraries.
This package provides a Python wrapper library to the Apache Arrow-based Feather binary columnar serialization data frame format.
This package provides a C version of the reader, parser and emitter for ruamel.yaml derived from libyaml.
Msgpack is a library for C that implements binary serialization.
LibCYAML is a C library written in ISO C11 for reading and writing structured YAML documents. The fundamental idea behind CYAML is to allow applications to construct schemas which describe both the permissible structure of the YAML documents to read/write, and the C data structure(s) in which the loaded data is arranged in memory.