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.
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.
Shoutrrr is a notification library for gophers
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 library that implements immutable weight-balanced trees.
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.
Package iptrie provides an IP/network tree (trie) implementation for fast IP address lookups.
Manipulating ACLs (Access Control Lists) on Windows is difficult. go-acl wraps the Windows API functions that control access to objects, simplifying the process.
This package provides a sleep-aware sleep() function, that doesn't pause (for too long) if the system goes to hibernation.
Go bindings to systemd. The project has several packages:.
Package ipcrypt implements IP address encryption and obfuscation methods. It provides four encryption modes:.
This package provides a high-performance Go implementation of the SIEVE cache replacement algorithm with thread-safe and sharded variants.
Package check provide helpers to complement Go testing package.
Package safefile implements safe "atomic" saving of files.
Package deepequal provides improved reflect.DeepEqual.
DNS Stamps library for Go.
Package dns implements a full featured interface to the Domain Name System. Both server- and client-side programming is supported.
Copyright 2020 Joshua J Baker. All rights reserved. Use of this source code is governed by an MIT-style license that can be found in the LICENSE file.
Go's standard logger is fairly limited. As result, kazilion alternatives loggers have been written.
Package maxminddb provides a reader for the MaxMind DB file format.
@codehpkecompact is a small implementation of the @urlhttps://cfrg.github.io/draft-irtf-cfrg-hpke/draft-irtf-cfrg-hpke.html,Hybrid Public Key Encryption (HPKE) draft.
This package provides a flexible DNS proxy, with support for modern encrypted DNS protocols such as @urlhttps://dnscrypt.info/protocol,DNSCrypt v2, @urlhttps://www.rfc-editor.org/rfc/rfc8484.txt,DNS-over-HTTPS, @urlhttps://github.com/DNSCrypt/dnscrypt-protocol/raw/master/ANONYMIZED-DNSCRYPT.txt,Anonymized DNSCrypt and @urlhttps://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v3/odoh-servers.md,ODoH (Oblivious DoH).
Go implementation of crypto_secretbox_xchacha20poly1305.