_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
go-github-com-ipfs-boxo 0.28.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.0.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-go-multierror@1.1.1 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.6.0 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.0.1 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@0.6.2 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.40.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.13.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.21.1 go-github-com-samber-lo@1.49.1 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.59.0 go-go-opentelemetry-io-otel@1.30.0 go-go-opentelemetry-io-otel-sdk@1.33.0 go-go-opentelemetry-io-otel-trace@1.30.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-20241217172543-b2144cdd0a67 go-golang-org-x-oauth2@0.23.0 go-golang-org-x-sync@0.10.0 go-golang-org-x-sys@0.28.0 go-google-golang-org-protobuf@1.36.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/boxo
Licenses: Expat ASL 2.0
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

Total results: 1