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 implements a fast bloom filter with real bitset and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.
This package provides Prometheus bindings used in IPFS development.
go-ipfs-ds-help provides utilities for parsing and creating datastore keys used by go-ipfs (Kubo).
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 utility functions for working with IPFS blocks.
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.
This package provides a replacement of the standard net stack in Go with LibP2P streams.
go-ipfs-blockstore implements a thin wrapper over an IPFS datastore, giving a clean interface for getting and putting block objects.
This package implements an object that implements the exchange interface but returns nil values to every request.
This package profides a test utility code used across many different IPFS related projects.
Metrics interface for IPFS (Kubo).
go-ipfs-exchange-interface defines the IPFS exchange interface.
This package implements the go-datastore interface using a LevelDB backend.
This package implements a filesystem based locking.
This package implements a functionality to prioritize queue of abstract tasks distributed among peers.
This package implements a Badger v4 (a key-value database) backed datastore for IPFS.
This package provides a DS implementation backed by Badger.
This package provides access to sockets registered by the system's init daemon as described in http://0pointer.de/blog/projects/socket-activation.
Package ipfs provides wrapper implementations of key layers in the go-ipfs stack to enable content-blocking.
This package provides a networking stack and library modularized out of The IPFS Project as specified in libp2p.
Package kbucket implements a kademlia k-bucket routing table.
go-verifcid provides CID security code prior to it getting merged into go-cid.
go-ipld-format is a translation layer between go-ipld-prime nodes and go-ipld-format legacy interface.
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.