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.
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.
Package httpreadat provides an io.ReaderAt for http requests using the Range header.
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.
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 library that implements immutable weight-balanced trees.
Shoutrrr is a notification library for gophers
Quicksort algorithm implemented in Go, with clarity and simplicity as the priority.
Shellsort algorithm implemented in Go, with clarity and simplicity as the priority.
be is a minimalist test assertion helper library.
Heapsort algorithm implemented in Go, with clarity and simplicity as the priority.
Package julianday provides Time to Julian day conversions.
Package unidecode implements a unicode transliterator which replaces non-ASCII characters with their ASCII approximations.
As Debian stable's version of @codecolumn(1) doesn't handle successive delimiters.
Package wrtag provides functionality for music file tagging and organisation. It allows for automatic lookup of music metadata from MusicBrainz, tagging files with proper metadata, and organising files in a directory structure based on a configurable path format.
This repo contains an implementation of @urlhttps://github.com/google/adiantum,Adiantum, a tweakable and length-preserving encryption cipher.
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.
This package provides lightweight, type-safe, and reflection-free helpers for @codedatabase/sql.
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.
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.
This package provides a TUI web (and (S)FTP, Gopher, Gemini, ...) browser with CSS, inline image and JavaScript support.
Wcurl is a command line tool which lets you download URLs without having to remember any parameters.
Jump to Emacs windows by pressing keys that match their spatial position on your keyboard.
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
Documentation at https://melpa.org/#/himalaya