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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Package car allows inspecting and reading CARv1 files, described at https://ipld.io/specs/transport/car.
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.
An implementation of a CBOR encoded merkledag object.
This package provides a DS implementation backed by Badger.
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 very simple daemon to interface to from other programming languages. It's designed to fulfill the needs of Spritely's Goblins library to support libp2p as a netlayer.
This package implements a threadsafe configurable delays to other objects.
This package provides an utility functions for working with IPFS blocks.
Package merkledag implements the IPFS Merkle Directed Acyclic Graphs data structures as specified in https://docs.ipfs.tech/concepts/merkle-dag.
This package provides a testing toolbox for go-libp2p modules.
go-ipfs-exchange-interface defines the IPFS exchange interface.
Package measure provides a Datastore wrapper that records metrics using https://github.com/ipfs/go-metrics-interface.
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 is a simple adapter to plug in cockroachdb/pebble as a backend anywhere that accepts a go-datastore.
This package provides a networking stack and library modularized out of The IPFS Project as specified in libp2p.
This package implements a functionality to prioritize queue of abstract tasks distributed among peers.
go-log wraps zap to provide a logging facade. go-log manages logging instances and allows for their levels to be controlled individually.
go-log wraps zap to provide a logging facade. go-log manages logging instances and allows for their levels to be controlled individually.
Package ipfs provides wrapper implementations of key layers in the go-ipfs stack to enable content-blocking.
This package provides Prometheus bindings used in IPFS development.
Fast IP to CIDR block(s) lookup using trie in Golang, inspired by IPv4 route lookup Linux. Possible use cases include detecting if a IP address is from published cloud provider CIDR blocks (e.g. 52.95.110.1 is contained in published AWS Route53 CIDR 52.95.110.0/24), IP routing rules, etc.
This package implements a functionality similar to standard big.Int with some optimizations to use in IPFS.
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.
Basic utilities to generate fast path CBOR codecs for types.