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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package implements a Badger v4 (a key-value database) backed datastore for IPFS.
Package redirects provides Netlify style _redirects file format parsing.
Datastore is a generic layer of abstraction for data store and database access. It is a simple API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime.
This package provides an Authoritative DNS server and HTTP+libp2p API for distributing DNS subdomains with CA-signed TLS certificates to libp2p peers.
This is an implementation of go-datastore that is backed by DynamoDB.
ddbds includes support for optimized prefix queries. When you setup your table's key schema correctly and register it with ddbds, then incoming queries that match the schema will be converted into DynamoDB queries instead of table scans, enabling high performance, ordered, high-cardinality prefix queries.
This package profides a test utility code used across many different IPFS related projects.
This package implements a fast bloom filter with real bitset and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter. It's an alternative fork of https://github.com/gxed/bbloom.
This package implements a prioritized list of tasks to be executed on peers.
This package provides an implementation DNS over HTTPS resolver as specified in RFC 8484.
This is an IPLD codec which handles git objects. Objects are transformed into IPLD graph as detailed below. Objects are demonstrated here using both IPLD Schemas and example JSON forms.
This package provides an utility functions for working with IPFS blocks.
Common utilities used by go-ipfs and other related Go packages.
Check if the race detector is running.
This package provides a DS implementation backed by Badger.
An implementation of the IPLD DAG-PB spec for go-ipld-prime.
Metrics interface for IPFS (Kubo).
This package implements a threadsafe configurable delays to other objects.
KVIrc is a IRC client based on the Qt GUI toolkit.
This extension lets you script the glirc IRC client using Lua. To use it, you must tell glirc exactly where to find glirc-lua.so by adding something like this to your ~/.config/glirc/config:
extensions:
* path: "../../.guix-profile/lib/glirc-lua.so"
args: ["example.lua", …]Also ensure that example.lua finds any Lua libraries it needs, e.g., by setting LUA_PATH and LUA_CPATH in glirc's run-time environment.
Package irc provides a simple IRC library meant as a building block for other projects.
Glirc is a console IRC client that focuses on providing both high-detail and concise views of an IRC connection. All views and transformation are dynamic and don't change the underlying model. It also provides advanced line-editing features including syntax-highlighting, multi-line buffering, and argument placeholders.
This package provides a library of tests for various IRC protocol parsers
This package provides an IRC library for Python, based on asyncio.
sic is a simple IRC client, even more minimalistic than ii.