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

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-ds-badger4 0.1.8
Propagated dependencies: go-github-com-dgraph-io-badger-v4@4.9.1 go-github-com-ipfs-go-datastore@0.9.1 go-github-com-ipfs-go-detect-race@0.0.1 go-github-com-ipfs-go-log-v2@2.9.1
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ds-badger4
Licenses: Expat ASL 2.0
Build system: go
Synopsis: Datastore implementation using Badger v4 as backend
Description:

This package implements a Badger v4 (a key-value database) backed datastore for IPFS.

go-github-com-ipfs-go-ipfs-redirects-file 0.1.1
Propagated dependencies: go-github-com-pkg-errors@0.9.1 go-github-com-ucarion-urlpath@0.0.0-20200424170820-7ccc79b76bbb
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-redirects-file
Licenses: Expat
Build system: go
Synopsis: IPFS Web Gateway _redirects file format parser
Description:

Package redirects provides Netlify style _redirects file format parsing.

go-github-com-ipfs-go-datastore 0.9.1
Propagated dependencies: go-github-com-google-uuid@1.6.0 go-github-com-ipfs-go-detect-race@0.0.1 go-github-com-ipfs-go-ipfs-delay@0.0.1 go-go-opentelemetry-io-otel@1.42.0 go-go-opentelemetry-io-otel-trace@1.42.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-datastore
Licenses: Expat
Build system: go
Synopsis: Key-value datastore interfaces
Description:

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-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.9.1 go-github-com-ipfs-go-log-v2@2.9.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-ipfs-go-test 0.2.3
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.47.0 go-github-com-multiformats-go-multiaddr@0.16.1 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.

go-github-com-ipfs-bbloom 0.1.0
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. It's an alternative fork of https://github.com/gxed/bbloom.

go-github-com-ipfs-go-peertaskqueue 0.8.2
Propagated dependencies: go-github-com-filecoin-project-go-clock@0.1.0 go-github-com-ipfs-go-ipfs-pq@0.0.3 go-github-com-libp2p-go-libp2p@0.47.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-peertaskqueue
Licenses: ASL 2.0 Expat
Build system: go
Synopsis: Prioritized queue of abstract tasks distributed among peers
Description:

This package implements a prioritized list of tasks to be executed on peers.

go-github-com-libp2p-go-doh-resolver 0.4.0
Propagated dependencies: go-github-com-ipfs-go-log-v2@2.9.1 go-github-com-miekg-dns@1.1.72 go-github-com-multiformats-go-multiaddr-dns@0.5.0
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/libp2p/go-doh-resolver
Licenses: Expat
Build system: go
Synopsis: DNS over HTTPS resolver
Description:

This package provides an implementation DNS over HTTPS resolver as specified in RFC 8484.

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-ipfs-blocksutil 0.0.2
Propagated dependencies: 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-ipfs-blocksutil
Licenses: Expat
Build system: go
Synopsis: Utility functions for working with IPFS blocks
Description:

This package provides an utility functions for working with IPFS blocks.

go-github-com-ipfs-go-ipfs-util 0.0.3
Propagated dependencies: go-github-com-mr-tron-base58@1.2.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-util
Licenses: Expat
Build system: go
Synopsis: Common utilities used by @code{go-ipfs} and related packages
Description:

Common utilities used by go-ipfs and other related Go packages.

go-github-com-ipfs-go-detect-race 0.0.1
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-detect-race
Licenses: Expat
Build system: go
Synopsis: Detect if compiled with race
Description:

Check if the race detector is running.

go-github-com-ipfs-go-ds-badger 0.3.4
Propagated dependencies: go-github-com-dgraph-io-badger@1.6.2 go-github-com-ipfs-go-datastore@0.9.1 go-github-com-ipfs-go-log-v2@2.9.1 go-github-com-jbenet-goprocess@0.1.4
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ds-badger
Licenses: Expat
Build system: go
Synopsis: Datastore implementation using badger as backend
Description:

This package provides a DS implementation backed by Badger.

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.11
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-ipfs-go-metrics-interface 0.3.0
Propagated dependencies: go-github-com-ipfs-go-cid@0.4.1 go-github-com-ipfs-go-datastore@0.9.1 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-metrics-interface
Licenses: Expat
Build system: go
Synopsis: Metrics interface for IPFS
Description:

Metrics interface for IPFS (Kubo).

go-github-com-ipfs-go-ipfs-delay 0.0.1
Channel: guix
Location: gnu/packages/ipfs.scm (gnu packages ipfs)
Home page: https://github.com/ipfs/go-ipfs-delay
Licenses: Expat
Build system: go
Synopsis: Configurable delays to other objects
Description:

This package implements a threadsafe configurable delays to other objects.

kvirc 5.2.8
Dependencies: enchant@2.6.9 gettext-minimal@0.23.1 openssl@3.5.5 perl@5.36.0 python@3.12.12 qt5compat@6.9.2 qtmultimedia@6.9.2 qtsvg@6.9.2 qtwebengine@6.9.3 qtwayland@6.9.2 zlib@1.3.1
Channel: guix
Location: gnu/packages/irc.scm (gnu packages irc)
Home page: https://www.kvirc.net/
Licenses: GPL 2+ OpenSSL
Build system: qt
Synopsis: IRC client based on QT GUI toolkit
Description:

KVIrc is a IRC client based on the Qt GUI toolkit.

glirc-lua 2.39.0.1
Dependencies: lua@5.3.5
Channel: guix
Location: gnu/packages/irc.scm (gnu packages irc)
Home page: https://github.com/glguy/irc-core
Licenses: ISC
Build system: meson
Synopsis: Lua scripting extension to the glirc IRC client
Description:

This extension lets you script the glirc IRC client using Lua. To use it, you must tell glirc exactly where to find glirc-lua.so by adding something like this to your ~/.config/glirc/config:

extensions:
  * path: "../../.guix-profile/lib/glirc-lua.so"
    args: ["example.lua", …]

Also ensure that example.lua finds any Lua libraries it needs, e.g., by setting LUA_PATH and LUA_CPATH in glirc's run-time environment.

go-gopkg-in-irc-v3 3.1.4
Propagated dependencies: go-gopkg-in-yaml-v2@2.4.0
Channel: guix
Location: gnu/packages/irc.scm (gnu packages irc)
Home page: https://gopkg.in/irc.v3
Licenses: Expat
Build system: go
Synopsis: Low-level IRC library for Go
Description:

Package irc provides a simple IRC library meant as a building block for other projects.

glirc 2.39.0.1
Dependencies: ghc-async@2.2.5 ghc-attoparsec@0.14.4 ghc-base64-bytestring@1.2.1.0 ghc-config-schema@1.2.2.0 ghc-config-value@0.8.3 ghc-curve25519@0.2.8.1 ghc-free@5.2 ghc-githash@0.1.7.0 ghc-hashable@1.5.0.0 ghc-hookup@0.8 ghc-hsopenssl@0.11.7.9 ghc-irc-core@2.13 ghc-kan-extensions@5.2.7 ghc-lens@5.3.5 ghc-network@3.2.8.0 ghc-psqueues@0.2.8.2 ghc-random@1.2.1.3 ghc-regex-tdfa@1.3.2.4 ghc-split@0.2.5 ghc-unordered-containers@0.2.20 ghc-vector@0.13.2.0 ghc-vty@6.4
Channel: guix
Location: gnu/packages/irc.scm (gnu packages irc)
Home page: https://github.com/glguy/irc-core
Licenses: ISC
Build system: haskell
Synopsis: Console IRC client
Description:

Glirc is a console IRC client that focuses on providing both high-detail and concise views of an IRC connection. All views and transformation are dynamic and don't change the underlying model. It also provides advanced line-editing features including syntax-highlighting, multi-line buffering, and argument placeholders.

python-irc-parser-tests 0.0.4
Propagated dependencies: python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/irc.scm (gnu packages irc)
Home page: https://github.com/ircdocs/parser-tests
Licenses: CC0 Public Domain
Build system: pyproject
Synopsis: Tests for various IRC protocol parsers
Description:

This package provides a library of tests for various IRC protocol parsers

python-girc 0.4.0
Propagated dependencies: python-docopt@0.6.2
Channel: guix
Location: gnu/packages/irc.scm (gnu packages irc)
Home page: https://github.com/DanielOaks/girc
Licenses: ISC
Build system: pyproject
Synopsis: IRC library for Python
Description:

This package provides an IRC library for Python, based on asyncio.

sic 1.3
Channel: guix
Location: gnu/packages/irc.scm (gnu packages irc)
Home page: https://tools.suckless.org/sic/
Licenses: Expat
Build system: gnu
Synopsis: Simple IRC client
Description:

sic is a simple IRC client, even more minimalistic than ii.

Total packages: 32521