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.
Metrics interface for IPFS (Kubo).
This package provides access to sockets registered by the system's init daemon as described in http://0pointer.de/blog/projects/socket-activation.
Common utilities used by go-ipfs and other related Go packages.
go-cidutil implements various utilities and helper functions for working with CIDs.
This package provides a collection of helper types for composing different types of routers.
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 provides Prometheus bindings used in IPFS development.
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 pq implements a priority queue.
This is an IPLD ADL that provides string based pathing for protobuf nodes. The top level node behaves like a map where LookupByString returns the Hash property on the Link in the protobufs list of Links whos Name property matches the key. This should enable selector traversals that work based of paths.
go-log wraps zap to provide a logging facade. go-log manages logging instances and allows for their levels to be controlled individually.
This package provides an utility functions for working with IPFS blocks.
Package car allows inspecting and reading CARv2 files, described at https://ipld.io/specs/transport/car.
This package implements the go-datastore interface using a LevelDB backend.
go-ipld-format is a set of interfaces that a type needs to implement in order to be a part of the IPLD merkle-forest.
This package provides a networking stack and library modularized out of The IPFS Project as specified in libp2p.
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).
This package provides a DS implementation backed by Badger.
This package provides a replacement of the standard net stack in Go with LibP2P streams.
This package implements a fast bloom filter with real bitset and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.
Package redirects provides Netlify style _redirects file format parsing.
This package provides facilities for the Publish/Subscribe pattern of message propagation, also known as overlay multicast. The implementation provides topic-based pubsub, with pluggable routing algorithms.
This package profides a test utility code used across many different IPFS related projects.
Package measure provides a Datastore wrapper that records metrics using https://github.com/ipfs/go-metrics-interface.