_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


go-github-com-ipfs-go-fs-lock 0.1.1
Propagated dependencies: go-github-com-ipfs-go-ipfs-util@0.0.3 go-github-com-ipfs-go-log-v2@2.5.1 go-go4-org@0.0.0-0.2148625 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-fs-lock
Licenses: Expat
Build system: go
Synopsis: Filesystem based locking
Description:

This package implements a filesystem based locking.

go-github-com-ipfs-go-ds-dynamodb 0.2.0
Propagated dependencies: go-github-com-aws-aws-sdk-go@1.55.7 go-github-com-ipfs-go-datastore@0.8.2 go-github-com-ipfs-go-log-v2@2.5.1
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ds-dynamodb
Licenses: Expat ASL 2.0
Build system: go
Synopsis: DynamoDB datastore implementation
Description:

This is an implementation of go-datastore that is backed by DynamoDB.

ddbds includes support for optimized prefix queries. When you setup your table's key schema correctly and register it with ddbds, then incoming queries that match the schema will be converted into DynamoDB queries instead of table scans, enabling high performance, ordered, high-cardinality prefix queries.

go-github-com-libp2p-go-socket-activation 0.1.0
Propagated dependencies: go-github-com-coreos-go-systemd-v22@22.5.0 go-github-com-ipfs-go-log@1.0.5 go-github-com-multiformats-go-multiaddr@0.15.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-socket-activation
Licenses: Expat
Build system: go
Synopsis: Multiaddr backed systemd socket activation
Description:

This package provides access to sockets registered by the system's init daemon as described in http://0pointer.de/blog/projects/socket-activation.

go-github-com-libp2p-go-libp2p-xor 0.1.0
Propagated dependencies: go-github-com-libp2p-go-libp2p-kbucket@0.7.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-libp2p-xor
Licenses: Expat
Build system: go
Synopsis: Xor Trie implementation for libp2p
Description:

This package implements XOR tries. An XOR trie is a trie for equal-length bit strings. XOR tries support efficient set operations, as well as distance-based operations with respect to the XOR metric.

go-github-com-ipfs-bbloom 0.0.4
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/bbloom
Licenses: Expat Public Domain
Build system: go
Synopsis: Fast bit set Bloom filter
Description:

This package implements a fast bloom filter with real bitset and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.

go-github-com-ipfs-go-ipld-legacy 0.2.1
Propagated dependencies: go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-ipld-format@0.6.0 go-github-com-ipld-go-ipld-prime@0.21.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipld-legacy
Licenses: Expat ASL 2.0
Build system: go
Synopsis: Translation layer for IPLD legacy code
Description:

go-ipld-format is a translation layer between go-ipld-prime nodes and go-ipld-format legacy interface.

go-github-com-libp2p-go-libp2p-gostream 0.6.0
Propagated dependencies: go-github-com-libp2p-go-libp2p@0.43.0 go-github-com-multiformats-go-multiaddr@0.15.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-libp2p-gostream
Licenses: Expat
Build system: go
Synopsis: Golang @code{net} wrappers for libp2p
Description:

This package provides a replacement of the standard net stack in Go with LibP2P streams.

go-github-com-ipfs-go-ipld-git 0.1.1
Propagated dependencies: go-github-com-multiformats-go-multihash@0.2.3 go-github-com-ipld-go-ipld-prime@0.21.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-block-format@0.2.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipld-git
Licenses: Expat
Build system: go
Synopsis: IPLD handlers for git objects
Description:

This is an IPLD codec which handles git objects. Objects are transformed into IPLD graph as detailed below. Objects are demonstrated here using both IPLD Schemas and example JSON forms.

go-github-com-ipfs-go-ds-leveldb 0.5.0
Propagated dependencies: go-github-com-ipfs-go-datastore@0.8.2 go-github-com-syndtr-goleveldb@1.0.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ds-leveldb
Licenses: Expat
Build system: go
Synopsis: Implementation of go-datastore using leveldb
Description:

This package implements the go-datastore interface using a LevelDB backend.

go-github-com-ipfs-go-ipfs-pq 0.0.3
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-pq
Licenses: Expat
Build system: go
Synopsis: Priority queue used by go-ipfs
Description:

Package pq implements a priority queue.

go-github-com-ipfs-go-verifcid 0.0.3
Propagated dependencies: go-github-com-ipfs-go-cid@0.4.1 go-github-com-multiformats-go-multihash@0.2.3
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-verifcid
Licenses: Expat ASL 2.0
Build system: go
Synopsis: CID security code
Description:

go-verifcid provides CID security code prior to it getting merged into go-cid.

go-github-com-ipfs-go-ipfs-blockstore 1.3.1
Propagated dependencies: go-github-com-hashicorp-golang-lru@1.0.2 go-github-com-ipfs-bbloom@0.0.4 go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-datastore@0.6.0 go-github-com-ipfs-go-ipfs-ds-help@1.1.1 go-github-com-ipfs-go-ipfs-util@0.0.3 go-github-com-ipfs-go-ipld-format@0.6.0 go-github-com-ipfs-go-log@1.0.5 go-github-com-ipfs-go-metrics-interface@0.3.0 go-github-com-multiformats-go-multihash@0.2.3 go-go-uber-org-atomic@1.11.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-blockstore
Licenses: Expat
Build system: go
Synopsis: Caching wrapper over a IPFS datastore
Description:

go-ipfs-blockstore implements a thin wrapper over an IPFS datastore, giving a clean interface for getting and putting block objects.

go-github-com-ipfs-go-ipfs-exchange-offline 0.3.1
Propagated dependencies: go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-datastore@0.8.2 go-github-com-ipfs-go-ipfs-blockstore@1.3.1 go-github-com-ipfs-go-ipfs-blocksutil@0.0.2 go-github-com-ipfs-go-ipfs-exchange-interface@0.2.1 go-github-com-ipfs-go-ipfs-util@0.0.3 go-github-com-ipfs-go-ipld-format@0.6.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-exchange-offline
Licenses: Expat
Build system: go
Synopsis: Offline IPFS exchange implementation
Description:

This package implements an object that implements the exchange interface but returns nil values to every request.

go-github-com-ipfs-boxo 0.33.0
Propagated dependencies: go-github-com-alecthomas-units@0.0.0 go-github-com-cespare-xxhash-v2@2.3.0 go-github-com-crackcomm-go-gitignore@0.0.0-20241020182519-7843d2ba8fdf go-github-com-cskr-pubsub@1.0.2 go-github-com-dustin-go-humanize@1.0.1 go-github-com-filecoin-project-go-clock@0.1.0 go-github-com-gabriel-vasile-mimetype@1.4.5 go-github-com-gammazero-chanqueue@1.1.0 go-github-com-gammazero-deque@1.0.0 go-github-com-google-uuid@1.6.0 go-github-com-gorilla-mux@1.8.0 go-github-com-hashicorp-golang-lru-v2@2.0.7 go-github-com-ipfs-bbloom@0.0.4 go-github-com-ipfs-go-bitfield@1.1.0 go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-cidutil@0.1.0 go-github-com-ipfs-go-datastore@0.8.2 go-github-com-ipfs-go-detect-race@0.0.1 go-github-com-ipfs-go-ipfs-delay@0.0.1 go-github-com-ipfs-go-ipfs-redirects-file@0.1.1 go-github-com-ipfs-go-ipld-format@0.6.0 go-github-com-ipfs-go-ipld-legacy@0.2.1 go-github-com-ipfs-go-log-v2@2.5.1 go-github-com-ipfs-go-metrics-interface@0.3.0 go-github-com-ipfs-go-peertaskqueue@0.8.2 go-github-com-ipfs-go-test@0.0.4 go-github-com-ipfs-go-unixfsnode@1.10.0 go-github-com-ipld-go-car-v2@2.14.2 go-github-com-ipld-go-codec-dagpb@1.6.0 go-github-com-ipld-go-ipld-prime@0.21.0 go-github-com-libp2p-go-buffer-pool@0.1.0 go-github-com-libp2p-go-doh-resolver@0.4.0 go-github-com-libp2p-go-libp2p@0.43.0 go-github-com-libp2p-go-libp2p-record@0.3.1 go-github-com-libp2p-go-libp2p-routing-helpers@0.7.4 go-github-com-libp2p-go-libp2p-testing@0.12.0 go-github-com-libp2p-go-msgio@0.3.0 go-github-com-miekg-dns@1.1.62 go-github-com-mr-tron-base58@1.2.0 go-github-com-multiformats-go-base32@0.1.0 go-github-com-multiformats-go-multiaddr@0.15.0 go-github-com-multiformats-go-multiaddr-dns@0.3.1 go-github-com-multiformats-go-multibase@0.2.0 go-github-com-multiformats-go-multicodec@0.9.0 go-github-com-multiformats-go-multihash@0.2.3 go-github-com-multiformats-go-multistream@0.5.0 go-github-com-polydawn-refmt@0.89.0 go-github-com-prometheus-client-golang@1.22.0 go-github-com-samber-lo@1.49.1 go-github-com-slok-go-http-metrics@0.13.0 go-github-com-spaolacci-murmur3@1.1.0 go-github-com-whyrusleeping-base32@0.0.0-20170828182744-c30ac30633cc go-github-com-whyrusleeping-chunker@0.0.0-20181014151217-fe64bd25879f go-go-opencensus-io@0.24.0 go-go-opentelemetry-io-contrib-instrumentation-net-http-otelhttp@0.62.0 go-go-opentelemetry-io-otel@1.37.0 go-go-opentelemetry-io-otel-exporters-otlp-otlptrace@1.36.0 go-go-opentelemetry-io-otel-exporters-otlp-otlptrace-otlptracegrpc@1.36.0 go-go-opentelemetry-io-otel-exporters-otlp-otlptrace-otlptracehttp@1.36.0 go-go-opentelemetry-io-otel-exporters-stdout-stdouttrace@1.36.0 go-go-opentelemetry-io-otel-exporters-zipkin@1.36.0 go-go-opentelemetry-io-otel-sdk@1.33.0 go-go-opentelemetry-io-otel-trace@1.37.0 go-go-uber-org-multierr@1.11.0 go-go-uber-org-zap@1.27.0 go-golang-org-x-exp@0.0.0-20250911091902-df9299821621 go-golang-org-x-oauth2@0.23.0 go-golang-org-x-sync@0.17.0 go-golang-org-x-sys@0.37.0 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/boxo
Licenses: Expat ASL 2.0
Build system: go
Synopsis: Collection of reference libraries for building IPFS applications
Description:

This package provides a set of libraries for building IPFS applications and implementations in Golang.

Included subpackaged:

  • bitswap - implementation of the bitswap protocol, the data trading module for ipfs

  • 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

  • blockstore - implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects

  • datastore/dshelp - provides utilities for parsing and creating datastore keys used by go-ipfs

  • exchange - defines the IPFS exchange interface

  • files - file interfaces and utils used in Golang implementations of IPFS

  • filestore - implements a Blockstore which is able to read certain blocks of data directly from its original location in the filesystem

  • ipld/unixfs - provides additinoal importer, io, mod, hamt, archive and test packages

  • ipld/merkledag - implements the IPFS Merkle DAG data structures

  • ipns - reference implementation of the IPNS Record and Verification specification

  • mfs - implements an in memory model of a mutable IPFS filesystem

  • path - contains utilities to work with IPFS paths

go-github-com-ceramicnetwork-go-dag-jose 0.1.1
Propagated dependencies: go-github-com-go-jose-go-jose-v4@4.0.5 go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipld-go-ipld-prime@0.21.0 go-github-com-multiformats-go-multibase@0.2.0 go-github-com-multiformats-go-multihash@0.2.3 go-golang-org-x-crypto@0.43.0 go-pgregory-net-rapid@1.2.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ceramicnetwork/go-dag-jose
Licenses: Expat
Build system: go
Synopsis: Implementation of the IPLD dag-jose codec
Description:

This is an implementation of the IPLD @urlhttps://ipld.io/specs/codecs/dag-jose/spec/,dag-jose codec.

go-github-com-ipfs-go-ipfs-ds-help 1.1.1
Propagated dependencies: go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-datastore@0.8.2 go-github-com-multiformats-go-base32@0.1.0 go-github-com-multiformats-go-multihash@0.2.3
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-ds-help
Licenses: Expat
Build system: go
Synopsis: Utilities for parsing and creating datastore keys
Description:

go-ipfs-ds-help provides utilities for parsing and creating datastore keys used by go-ipfs (Kubo).

go-github-com-ipfs-go-cidutil 0.1.0
Propagated dependencies: go-github-com-ipfs-go-cid@0.4.1 go-github-com-multiformats-go-multibase@0.2.0 go-github-com-multiformats-go-multicodec@0.9.0 go-github-com-multiformats-go-multihash@0.2.3
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-cidutil
Licenses: Expat
Build system: go
Synopsis: Utility functions and types for working with CIDs
Description:

go-cidutil implements various utilities and helper functions for working with CIDs.

go-github-com-ipfs-go-ipfs-cmds 0.14.1
Propagated dependencies: go-github-com-ipfs-boxo@0.33.0 go-github-com-ipfs-go-log@1.0.5 go-github-com-rs-cors@1.11.1 go-github-com-texttheater-golang-levenshtein@1.0.1 go-golang-org-x-term@0.36.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-cmds
Licenses: Expat
Build system: go
Synopsis: IPFS commands package
Description:

Package cmds helps building both standalone and client-server applications.

go-github-com-libp2p-go-libp2p-http 0.5.0
Propagated dependencies: go-github-com-libp2p-go-libp2p@0.43.0 go-github-com-libp2p-go-libp2p-gostream@0.6.0 go-github-com-multiformats-go-multiaddr@0.15.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-libp2p-http
Licenses: Expat
Build system: go
Synopsis: HTTP on top of libp2p
Description:

Package p2phttp allows to serve HTTP endpoints and make HTTP requests through LibP2P using Go's standard http and net stacks.

go-github-com-ipld-go-codec-dagpb 1.6.0
Propagated dependencies: go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipld-go-ipld-prime@0.21.0 go-google-golang-org-protobuf@1.36.10
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipld/go-codec-dagpb/
Licenses: Expat ASL 2.0
Build system: go
Synopsis: Implementation of the DAG-PB spec for Go
Description:

An implementation of the IPLD DAG-PB spec for go-ipld-prime.

go-github-com-ipld-go-ipld-prime 0.21.0
Propagated dependencies: go-github-com-google-go-cmp@0.7.0 go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-multiformats-go-multicodec@0.9.0 go-github-com-multiformats-go-multihash@0.2.3 go-github-com-polydawn-refmt@0.89.0 go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipld/go-ipld-prime
Licenses: Expat
Build system: go
Synopsis: Golang interfaces for the IPLD Data Model
Description:

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).

go-github-com-ipfs-go-test 0.0.4
Propagated dependencies: go-github-com-ipfs-go-block-format@0.2.0 go-github-com-ipfs-go-cid@0.4.1 go-github-com-libp2p-go-libp2p@0.43.0 go-github-com-multiformats-go-multiaddr@0.15.0 go-github-com-multiformats-go-multicodec@0.9.0 go-github-com-multiformats-go-multihash@0.2.3
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-test
Licenses: ASL 2.0 Expat
Build system: go
Synopsis: Testing utilty library for IPFS
Description:

This package profides a test utility code used across many different IPFS related projects.

Total packages: 69283