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 IPNS over PubSub for libp2p.
Package ipfs provides wrapper implementations of key layers in the go-ipfs stack to enable content-blocking.
Package flatfs is a Datastore implementation that stores all objects in a two-level directory structure in the local file system, regardless of the hierarchy of the keys.
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.
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.
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 implementation DNS over HTTPS resolver as specified in RFC 8484.
An implementation of the IPLD DAG-PB spec for go-ipld-prime.
Package redirects provides Netlify style _redirects file format parsing.
This package provides a replacement of the standard net stack in Go with LibP2P streams.
Metrics interface for IPFS (Kubo).
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.
Package cmds helps building both standalone and client-server applications.
This package provides a DS implementation backed by Badger.
Package measure provides a Datastore wrapper that records metrics using https://github.com/ipfs/go-metrics-interface.
go-ipfs-exchange-interface defines the IPFS exchange interface.
Common utilities used by go-ipfs and other related Go packages.
This package implements a fast bloom filter with real bitset and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.
go-verifcid provides CID security code prior to it getting merged into go-cid.
This package provides Prometheus bindings used in IPFS development.
Check if the race detector is running.
Package merkledag implements the IPFS Merkle Directed Acyclic Graphs data structures as specified in https://docs.ipfs.tech/concepts/merkle-dag.
This package implements the go-datastore interface using a LevelDB backend.
This package implements a Badger v4 (a key-value database) backed datastore for IPFS.