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

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.


wpaperd 1.2.2
Dependencies: mesa@25.2.3 wayland@1.24.0 dav1d@1.5.1 jemalloc@5.3.0
Channel: cast
Location: cast/packages/wpaperd.scm (cast packages wpaperd)
Home page: https://github.com/danyspin97/wpaperd
Licenses: GPL 3
Synopsis: Modern wallpaper daemon for Wayland
Description:

wpaperd is the modern wallpaper daemon for Wayland. It dynamically changes the current wallpaper, either after a certain amount of time or via a command-line interface. It uses OpenGL ES to render the images and have beautiful hardware-accelerated transitions, while being easy on resources.

go-github-com-gosimple-unidecode 1.0.1
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/gosimple/unidecode
Licenses: ASL 2.0
Synopsis: Unicode transliterator in Go
Description:

Package unidecode implements a unicode transliterator which replaces non-ASCII characters with their ASCII approximations.

go-lukechampine-com-adiantum 1.1.1
Propagated dependencies: go-golang-org-x-sys@0.37.0 go-golang-org-x-crypto@0.43.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://lukechampine.com/adiantum
Licenses: Expat
Synopsis: Go implementation of Adiantum
Description:

This repo contains an implementation of @urlhttps://github.com/google/adiantum,Adiantum, a tweakable and length-preserving encryption cipher.

go-go-senan-xyz-sqlb 0.2.7
Propagated dependencies: go-github-com-rogpeppe-go-internal@1.12.0 go-github-com-ncruces-go-sqlite3@0.29.1 go-github-com-carlmjohnson-be@0.25.2
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://go.senan.xyz/sqlb
Licenses: Expat
Synopsis: Lightweight, type-safe, and reflection-free helpers for Go's @@code{database/sql}
Description:

This package provides lightweight, type-safe, and reflection-free helpers for @codedatabase/sql.

go-github-com-ncruces-sort-heap 0.1.6
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/ncruces/sort
Licenses: Expat No Attribution
Synopsis: Heapsort algorithm implemented in Go
Description:

Heapsort algorithm implemented in Go, with clarity and simplicity as the priority.

go-github-com-ncruces-sort-quick 0.1.6
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/ncruces/sort
Licenses: Expat No Attribution
Synopsis: Quicksort algorithm implemented in Go
Description:

Quicksort algorithm implemented in Go, with clarity and simplicity as the priority.

go-github-com-scylladb-termtables 0.0.0-20191203121021-c4c0b6d42ff4
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/scylladb/termtables
Licenses: ASL 2.0
Synopsis: Fast and simple ASCII table generation for Go
Description:

This package provides a @urlhttp://golang.org,Go port of the Ruby library @urlhttps://github.com/visionmedia/terminal-table,terminal-tables for fast and simple ASCII table generation.

go-github-com-carlmjohnson-be 0.25.2
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/carlmjohnson/be
Licenses: Expat
Synopsis: Go test helper for minimalists
Description:

be is a minimalist test assertion helper library.

go-github-com-ncruces-julianday 1.0.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/ncruces/julianday
Licenses: Expat
Synopsis: Julian Day calculator
Description:

Package julianday provides Time to Julian day conversions.

go-go-senan-xyz-taglib 0.10.4
Propagated dependencies: go-github-com-tetratelabs-wazero@1.8.2
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://go.senan.xyz/taglib
Licenses: LGPL 2.1
Synopsis: Go library for reading and writing audio metadata tags
Description:

This project is a Go library for reading and writing audio metadata tags. By packaging an embedded @strongWasm binary, the library needs no external dependencies or CGo. Meaning easy static builds and cross compilation.

go-github-com-ncruces-sort-shell 0.1.6
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/ncruces/sort
Licenses: Expat No Attribution
Synopsis: Shellsort algorithm implemented in Go
Description:

Shellsort algorithm implemented in Go, with clarity and simplicity as the priority.

go-github-com-ncruces-wbt 0.2.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/ncruces/wbt
Licenses: Expat
Synopsis: Immutable Weight-Balanced Trees
Description:

Go library that implements immutable weight-balanced trees.

go-go-senan-xyz-natcmp 0.1.2
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://go.senan.xyz/natcmp
Licenses: Expat
Synopsis: Natural sort comparisons for Go
Description:

natcmp provides @urlhttps://en.wikipedia.org/wiki/Natural_sort_order,natural sort comparisons for Go. Suitable for use with @urlhttps://pkg.go.dev/slices#SortFunc,slices.SortFunc since go1.21.

go-github-com-araddon-dateparse 0.0.0-20210429162001-6b43995a97de
Propagated dependencies: go-github-com-stretchr-testify@1.10.0 go-github-com-scylladb-termtables@0.0.0-20191203121021-c4c0b6d42ff4
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/araddon/dateparse
Licenses: Expat
Synopsis: Go Date Parser
Description:

Package dateparse parses date-strings without knowing the format in advance, using a fast lex based approach to eliminate shotgun attempts. It leans towards US style dates when there is a conflict.

go-github-com-argusdusty-treelock 0.0.0-20180405040243-bde644eb4b53
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/argusdusty/treelock
Licenses: Expat
Synopsis: Tree-based locking mechanism for Go
Description:

TreeLock is a tree-based locking mechanism in the Go Programming Language. It acts similar to sync.Mutex, but instead locks on a name-by-name basis, basically a map[string]sync.Mutex, with some additional features.

go-go-senan-xyz-table 0.0.0-20250823140814-89c73cfe037e
Propagated dependencies: go-github-com-rivo-uniseg@0.4.7
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://go.senan.xyz/table
Licenses: Expat
Synopsis: Alternative Go library to replicate Unix's @@code{column(1)}
Description:

As Debian stable's version of @codecolumn(1) doesn't handle successive delimiters.

go-github-com-psanford-httpreadat 0.1.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/psanford/httpreadat
Licenses: Expat
Synopsis: Go http range requests via an io.ReaderAt
Description:

Package httpreadat provides an io.ReaderAt for http requests using the Range header.

zim 0.76.3
Dependencies: xdg-utils@1.2.1 gtk+@3.24.49 python-pygobject@3.50.0 python-pillow@11.1.0 python-xdg@6.0.0
Channel: cast
Location: cast/packages/zim.scm (cast packages zim)
Home page: https://github.com/zim-desktop-wiki/zim-desktop-wiki
Licenses: GPL 2
Synopsis: A Desktop Wiki Editor
Description:

Zim is a graphical text editor used to maintain a collection of wiki pages. Each page can contain links to other pages, simple formatting, and images. Pages are stored in a folder structure, like in an outliner, and can have attachments. Creating a new page is as easy as linking to a nonexistent page. All data is stored in plain text files with wiki formatting. Various plugins provide additional functionality, like a task list manager, an equation editor, a tray icon, and support for version control.

Page: 123
Total results: 69