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

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-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
Build system: go
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-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
Build system: go
Synopsis: Julian Day calculator
Description:

Package julianday provides Time to Julian day conversions.

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
Build system: go
Synopsis: Immutable Weight-Balanced Trees
Description:

Go library that implements immutable weight-balanced trees.

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
Build system: go
Synopsis: Shellsort algorithm implemented in Go
Description:

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

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
Build system: go
Synopsis: Go test helper for minimalists
Description:

be is a minimalist test assertion helper library.

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
Build system: go
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-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
Build system: go
Synopsis: Unicode transliterator in Go
Description:

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

go-go-senan-xyz-taglib 0.10.4
Propagated dependencies: go-github-com-tetratelabs-wazero@1.11.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://go.senan.xyz/taglib
Licenses: LGPL 2.1
Build system: go
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-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
Build system: go
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-araddon-dateparse 0.0.0-20210429162001-6b43995a97de
Propagated dependencies: go-github-com-stretchr-testify@1.11.1 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
Build system: go
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-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
Build system: go
Synopsis: Heapsort algorithm implemented in Go
Description:

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

go-lukechampine-com-adiantum 1.1.1
Propagated dependencies: go-golang-org-x-sys@0.43.0 go-golang-org-x-crypto@0.50.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://lukechampine.com/adiantum
Licenses: Expat
Build system: go
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
Build system: go
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-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
Build system: go
Synopsis: Quicksort algorithm implemented in Go
Description:

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

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
Build system: go
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-ncruces-go-sqlite3 0.29.1
Propagated dependencies: go-lukechampine-com-adiantum@1.1.1 go-golang-org-x-text@0.36.0 go-golang-org-x-sync@0.20.0 go-golang-org-x-crypto@0.50.0 go-github-com-psanford-httpreadat@0.1.0 go-github-com-google-uuid@1.6.0 go-github-com-dchest-siphash@1.2.3 go-golang-org-x-sys@0.43.0 go-github-com-tetratelabs-wazero@1.11.0 go-github-com-ncruces-wbt@0.2.0 go-github-com-ncruces-sort-heap@0.1.6 go-github-com-ncruces-sort-quick@0.1.6 go-github-com-ncruces-sort-shell@0.1.6 go-github-com-ncruces-julianday@1.0.0
Channel: cast
Location: cast/packages/wrtag.scm (cast packages wrtag)
Home page: https://github.com/ncruces/go-sqlite3
Licenses: Expat
Build system: go
Synopsis: Go bindings to SQLite using wazero
Description:

This package is a @codecgo-free SQLite wrapper. It provides a @codedatabase/sql compatible driver, as well as direct access to most of the C SQLite API.

zim 0.76.3
Dependencies: xdg-utils@1.2.1 gtk+@3.24.51 python-pygobject@3.54.3 python-pillow@12.1.1 python-xdg@6.0.2
Channel: cast
Location: cast/packages/zim.scm (cast packages zim)
Home page: https://github.com/zim-desktop-wiki/zim-desktop-wiki
Licenses: GPL 2
Build system: python
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.

chawan 0.3.3
Dependencies: openssl@3.5.5 libssh2@1.11.1 brotli@1.1.0
Channel: rain-and-roses
Location: rain-and-roses/packages/browsers.scm (rain-and-roses packages browsers)
Home page: https://git.sr.ht/~bptato/chawan/
Licenses: Unlicense
Build system: gnu
Synopsis: Lightweight and feature-full terminal web browser
Description:

This package provides a TUI web (and (S)FTP, Gopher, Gemini, ...) browser with CSS, inline image and JavaScript support.

emacs-lambda-line 0-0.04e9e38
Propagated dependencies: emacs-all-the-icons@5.0.0-0.4778632
Channel: rain-and-roses
Location: rain-and-roses/packages/emacs-xyz.scm (rain-and-roses packages emacs-xyz)
Home page: https://github.com/lambda-emacs/lambda-line
Licenses: GPL 3+
Build system: emacs
Synopsis: A configurable status line for Emacs
Description:

Lambda-line is a custom status-line (or “mode-line) for Emacs. It is configurable for use either as a header-line or as a footer-line. The status-line has the structure: [ status name (primary) tertiary secondary ], Information displayed depends on major mode. Not all segments display in every mode.

emacs-keychain-environment 2.4.1
Dependencies: keychain@2.9.8
Channel: rain-and-roses
Location: rain-and-roses/packages/emacs-xyz.scm (rain-and-roses packages emacs-xyz)
Home page: https://github.com/tarsius/keychain-environment
Licenses: GPL 3+
Build system: emacs
Synopsis: Load keychain environment variables into Emacs
Description:

This package loads environment variables generated via keychain into Emacs. Users need to first setup keychain package according to shells and add the keychain-refresh-environment function in there init file. If keychain has not been run yet when you start Emacs you can also later call that function interactively

emacs-org-micron 0.1.0-0.27a19f9
Propagated dependencies: emacs-org@9.8.3
Channel: rain-and-roses
Location: rain-and-roses/packages/emacs-xyz.scm (rain-and-roses packages emacs-xyz)
Home page: https://codeberg.org/qbit/org-micron
Licenses: GPL 3+
Build system: emacs
Synopsis: An org exporter for Reticulum Micron
Description:

This package provides an org exporter for Reticulum Micron file format

emacs-notmuch-microdata 0.0.1-0.31b7b17
Propagated dependencies: emacs-notmuch@0.40
Channel: rain-and-roses
Location: rain-and-roses/packages/emacs-xyz.scm (rain-and-roses packages emacs-xyz)
Home page: https://github.com/Stebalien/microdata.el/
Licenses: GPL 3+
Build system: emacs
Synopsis: TODO
Description:

TODO

emacs-meep 0.0.1-1.8ddd6a5
Propagated dependencies: emacs-bray@0.1-0.ad06429 emacs-repeat-fu@0.1-0.4d30d92 emacs-with-command-redo@0.2-0.b3e3c86
Channel: rain-and-roses
Location: rain-and-roses/packages/emacs-xyz.scm (rain-and-roses packages emacs-xyz)
Home page: https://codeberg.org/ideasman42/emacs-meep/
Licenses: GPL 3+
Build system: emacs
Synopsis: Lightweight modal editing functionalities
Description:

This package provides utility functions to bind to keys, intended to be used along with emacs-bray although most of them can be used in vanilla Emacs.

Total packages: 73955