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.
Package nopfs implements content blocking for the IPFS stack.
Package merkledag implements the IPFS Merkle Directed Acyclic Graphs data structures as specified in https://docs.ipfs.tech/concepts/merkle-dag.
Check if the race detector is running.
This package implements a functionality to prioritize queue of abstract tasks distributed among peers.
An implementation of the IPLD DAG-PB spec for go-ipld-prime.
Package dht implements a distributed hash table that satisfies the IPFS routing interface as specified in kab-dht. This DHT is modeled after Kademlia with S/Kademlia modifications.
This package implements a functionality similar to standard big.Int with some optimizations to use in IPFS.
go-ipld-prime is an implementation of the IPLD spec interfaces, a batteries-included codec implementations of IPLD for CBOR and JSON, and tooling for basic operations on IPLD objects (traversals, etc).
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.
Basic utilities to generate fast path CBOR codecs for types.
This package implements an object that implements the exchange interface but returns nil values to every request.
This package implements a IPNS over PubSub for libp2p.
IPFS is a global, versioned, peer-to-peer file system. It combines good ideas from Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. IPFS provides an interface as simple as the HTTP web, but with permanence built in. You can also mount the world at /ipfs.
This package implements the go-datastore interface using a LevelDB backend.
Package blocks contains the lowest level of IPLD data structures. A block is raw data accompanied by a Content Identifiers. The CID contains the multihash corresponding to the block.
Package ipfs provides wrapper implementations of key layers in the go-ipfs stack to enable content-blocking.
This package implements XOR tries. An XOR trie is a trie for equal-length bit strings. XOR tries support efficient set operations, as well as distance-based operations with respect to the XOR metric.
This is a simple adapter to plug in cockroachdb/pebble as a backend anywhere that accepts a go-datastore.
Package kbucket implements a kademlia k-bucket routing table.
This package provides an IRC library for Python, based on asyncio.
InspIRCd is a modular Internet Relay Chat server written in C++ for Unix-like operating systems.
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.
sic is a simple IRC client, even more minimalistic than ii.
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.