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 ipfs provides wrapper implementations of key layers in the go-ipfs stack to enable content-blocking.
go-ipfs-blockstore implements a thin wrapper over an IPFS datastore, giving a clean interface for getting and putting block objects.
Package measure provides a Datastore wrapper that records metrics using https://github.com/ipfs/go-metrics-interface.
This package provides a collection of helper types for composing different types of routers.
go-verifcid provides CID security code prior to it getting merged into go-cid.
Package merkledag implements the IPFS Merkle Directed Acyclic Graphs data structures as specified in https://docs.ipfs.tech/concepts/merkle-dag.
This package implements signed records for use wit IPFS routing systems.
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 blockservice implements a BlockService interface that provides a single GetBlock/AddBlock interface that seamlessly retrieves data either locally or from a remote peer through the exchange.
This is an implementation of the IPLD @urlhttps://ipld.io/specs/codecs/dag-jose/spec/,dag-jose codec.
Package kbucket implements a kademlia k-bucket routing table.
This package provides P2P routing implementations for IPFS development.
This package provides a testing toolbox for go-libp2p modules.
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.
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.
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.
go-ipld-format is a translation layer between go-ipld-prime nodes and go-ipld-format legacy interface.
This package implements an object that implements the exchange interface but returns nil values to every request.
Basic utilities to generate fast path CBOR codecs for types.
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.
This package implements a fast bloom filter with real bitset and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.
This is a simple adapter to plug in cockroachdb/pebble as a backend anywhere that accepts a go-datastore.
Package car allows inspecting and reading CARv1 files, described at https://ipld.io/specs/transport/car.