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

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.


go-github-com-eapache-channels 1.1.0
Propagated dependencies: go-github-com-eapache-queue@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/eapache/channels
Licenses: Expat
Build system: go
Synopsis: Portable mmap package for Golang
Description:

Package channels provides a collection of helper functions, interfaces and implementations for working with and extending the capabilities of golang's existing channels. The main interface of interest is Channel, though sub-interfaces are also provided for cases where the full Channel interface cannot be met (for example, InChannel for write-only channels).

go-github-com-zclconf-go-cty 1.16.0
Propagated dependencies: go-github-com-apparentlymart-go-textseg-v15@15.0.0 go-github-com-vmihailenco-msgpack-v5@5.4.1 go-golang-org-x-text@0.30.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/zclconf/go-cty
Licenses: Expat
Build system: go
Synopsis: Type system for dynamic values in Go applications
Description:

cty (pronounced "see-tie") is a dynamic type system for applications written in Go that need to represent user-supplied values without losing type information. The primary intended use is for implementing configuration languages, but other uses may be possible too.

go-github-com-kylelemons-godebug 1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/kylelemons/godebug
Licenses: ASL 2.0
Build system: go
Synopsis: Pretty printer for Go values
Description:

This package will pretty print a compact representation of a Go data structure. It can also produce a much more verbose, one-item-per-line representation suitable for computing diffs.

go-gopkg-in-inconshreveable-log15-v3 3.0.0
Propagated dependencies: go-github-com-go-stack-stack@1.8.1 go-github-com-mattn-go-colorable@0.1.13 go-golang-org-x-term@0.36.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://pkg.go.dev/github.com/inconshreveable/log15
Licenses: ASL 2.0
Build system: go
Synopsis: Structured, composable logging for Golang
Description:

This package provides a toolkit for logging that is both human and machine readable. It is modeled after the Go standard library's io and net/http packages and is an alternative to the standard library's log package.

go-github-com-orisano-pixelmatch 0.0.0-20230914042517-fa304d1dc785
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/orisano/pixelmatch
Licenses: Expat
Build system: go
Synopsis: Pixelmatch port to Go
Description:

This package provides a port of Pixelmatch, a pixel-level image comparison library, to Go. Both a library and a command-line tool are included in this package.

go-github-com-jackc-pgpassfile 1.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/jackc/pgpassfile
Licenses: Expat
Build system: go
Synopsis: PostgreSQL .pgpass files parser
Description:

Package pgpassfile is a parser PostgreSQL .pgpass files.

go-github-com-mmcdole-goxpp 1.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/mmcdole/goxpp
Licenses: Expat
Build system: go
Synopsis: XML pull prser for Golang
Description:

The goxpp library, inspired by Java's XML, is a lightweight wrapper for Go's standard XML Decoder,tailored for developers who need fine-grained control over XML parsing.

go-github-com-philhofer-fwd 1.1.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/philhofer/fwd
Licenses: Expat
Build system: go
Synopsis: Buffered Reader/Writer for Goalng
Description:

Package fwd provides a buffered reader and writer. Each has methods that help improve the encoding/decoding performance of some binary protocols.

go-github-com-lxc-go-lxc 0.0.0-20240606200241-27b3d116511f
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/lxc/go-lxc
Licenses: LGPL 2.1
Build system: go
Synopsis: Golang bindings for LXC
Description:

Package lxc provides Go Bindings for LXC (Linux Containers) C API.

go-github-com-delthas-go-libnp 0.0.0-1.96674b9
Propagated dependencies: go-github-com-godbus-dbus-v5@5.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/delthas/go-libnp
Licenses: Expat
Build system: go
Synopsis: Tiny library providing information about now-playing media
Description:

go-libnp is a tiny cross-platform library for extracting information about the music/image/video that is Now Playing on the system.

go-github-com-rs-zerolog 1.33.0
Propagated dependencies: go-github-com-coreos-go-systemd-v22@22.5.0 go-github-com-mattn-go-colorable@0.1.13 go-github-com-pkg-errors@0.9.1 go-github-com-rs-xid@1.6.0 go-golang-org-x-tools@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/rs/zerolog
Licenses: Expat
Build system: go
Synopsis: Zero Allocation JSON Logger
Description:

Package zerolog provides a lightweight logging library dedicated to JSON logging.

go-github-com-oklog-ulid-v2 2.1.1
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/oklog/ulid
Licenses: ASL 2.0
Build system: go
Synopsis: Universally Unique Lexicographically Sortable Identifier in Golang
Description:

This package implements ULID as specified in https://github.com/ulid/spec.

Features of ULID:

  • 128-bit compatibility with UUID

  • 1.21e+24 unique ULIDs per millisecond

  • lexicographically sortable

  • canonically encoded as a 26 character string, as opposed to the 36 character UUID

  • uses Crockford's base32 for better efficiency and readability (5 bits per character)

  • case insensitive

  • no special characters (URL safe)

  • monotonic sort order (correctly detects and handles the same millisecond)

go-yaml 4.0.0-rc.3
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/yaml/go-yaml
Licenses: ASL 2.0
Build system: go
Synopsis: YAML Support for the Go Language
Description:

The go-yaml binary is a YAML node inspection tool that provides various modes for analyzing and transforming YAML data.

go-k8s-io-api 0.34.1
Propagated dependencies: go-github-com-gogo-protobuf@1.3.2 go-k8s-io-apimachinery@0.34.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://k8s.io/api
Licenses: ASL 2.0
Build system: go
Synopsis: Kubernetes API definition
Description:

This package provides schema of the external API types that are served by the Kubernetes API server.

go-csv2table 1.0.9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/olekukonko/tablewriter/
Licenses: Expat
Build system: go
Synopsis: Generate ASCII table
Description:

This package generates ASCII tables. Features:

  • automatic Padding

  • support Multiple Lines

  • supports Alignment

  • support Custom Separators

  • automatic Alignment of numbers and percentage

  • write directly to http , file etc via io.Writer

  • read directly from CSV file

  • optional row line via SetRowLine

  • normalise table header

  • make CSV Headers optional

  • enable or disable table border

  • set custom footer support

  • optional identical cells merging

  • set custom caption

  • optional reflowing of paragrpahs in multi-line cells

This package provides a command line interface (CLI) tool.

misspell 0.3.4
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/client9/misspell
Licenses: Expat
Build system: go
Synopsis: Correct commonly misspelled English words in source files
Description:

misspell assists with correcting commonly misspelled English words in source files. A neutral variety of English is used by default, but a US or UK locale can be selected.

go-github-com-charmbracelet-x-term 0.2.1
Propagated dependencies: go-github-com-rivo-uniseg@0.4.7 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/charmbracelet/x
Licenses: Expat
Build system: go
Synopsis: Terminal utilities and helpers
Description:

term provides an API for working with terminals that includes:

  • Switching a terminal to the raw mode.

  • Getting, setting and restoring the state of a terminal.

  • Getting size of a terminal.

  • Reading passwords from a terminal without a local echo.

go-github-com-go-task-slim-sprig-v3 3.0.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-task/slim-sprig
Licenses: Expat
Build system: go
Synopsis: Various useful template functions for Go
Description:

Sprig provides over 100 functions that extend the Go template system. Slim-Sprig is a fork of Sprig that removes all external dependencies to make the library more lightweight.

go-github-com-go-logr-stdr 1.2.2
Propagated dependencies: go-github-com-go-logr-logr@1.4.2
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/go-logr/stdr
Licenses: ASL 2.0
Build system: go
Synopsis: Minimal Go logging using logr and Go's standard library
Description:

Package stdr implements github.com/go-logr/logr.Logger in terms of Go's standard log package.

go-github-com-gorhill-cronexpr 0.0.0-20180427100037-88b0669f7d75
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/gorhill/cronexpr
Licenses: GPL 3+ ASL 2.0
Build system: go
Synopsis: Cron expression parser in the Go language
Description:

This package provides a cron expression parser in the Go language. Given a cron expression and a time stamp, you can get the next time stamp which satisfies the cron expression.

go-modernc-org-cc-v5 4.27.1
Propagated dependencies: go-modernc-org-mathutil@1.6.0 go-modernc-org-opt@0.1.3 go-modernc-org-sortutil@1.2.0 go-modernc-org-strutil@1.2.0 go-modernc-org-token@1.1.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://gitlab.com/cznic/cc
Licenses: Modified BSD
Build system: go
Synopsis: C99 compiler front end for Golang
Description:

This package provides a C99 compiler front end.

go-github-com-ghemawat-stream 0.0.0-20171120220530-696b145b53b9
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/ghemawat/stream
Licenses: ASL 2.0
Build system: go
Synopsis: UNIX pipe-like chained filters
Description:

This Package provides filters that can be chained together in a manner similar to Unix pipelines.

go-github-com-containerd-platforms 0.2.1
Propagated dependencies: go-github-com-containerd-log@0.1.0 go-github-com-opencontainers-image-spec@1.1.0 go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/containerd/platforms
Licenses: ASL 2.0
Build system: go
Synopsis: Handling container platform type
Description:

Package platforms provides a toolkit for normalizing, matching and specifying container platforms.

go-github-com-moby-sys-mountinfo 0.7.2
Propagated dependencies: go-golang-org-x-sys@0.37.0
Channel: guix
Location: gnu/packages/golang-xyz.scm (gnu packages golang-xyz)
Home page: https://github.com/moby/sys
Licenses: ASL 2.0
Build system: go
Synopsis: Retrieve information about OS mounts
Description:

Package mountinfo provides a set of functions to retrieve information about OS mounts as seen by the current process is available from /proc/self/mountinfo.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091