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.
Serf is a decentralized solution for service discovery and orchestration that is lightweight, highly available, and fault tolerant.
Small web scraper package for Go, with its interface highly similar to that of BeautifulSoup.
This package adds support for Unix domain sockets in Go HTTP clients.
This package provides an ID extension for go-imap as specified in RFC 2971.
This package implements a functionality which can be used in instrument code, expose application metrics, and profile runtime performance in a flexible manner. It makes use of a MetricSink interface to support delivery to any type of backend.
Currently the following sinks are provided:
StatsiteSink : Sinks to a statsite instance (TCP)
StatsdSink: Sinks to a StatsD / statsite instance (UDP)
PrometheusSink: Sinks to a Prometheus metrics endpoint (exposed via HTTP for scrapes)
InmemSink : Provides in-memory aggregation, can be used to export stats
FanoutSink : Sinks to multiple sinks. Enables writing to multiple statsite instances for example
BlackholeSink : Sinks to nowhere
This package implements a functionality of managing the registration, marshaling, and unmarshaling of encoded types. It helps when types are sent over a ttrpc/GRPC API and marshaled as a protobuf Any.
Package httphead contains utils for parsing HTTP and HTTP-grammar compatible text protocols headers.
This package provides a plugin system over WebAssembly. As a plugin is compiled to Wasm, it can be size-efficient, memory-safe, sandboxed and portable. The plugin system auto-generates Go SDK for plugins from Protocol Buffers files. While it is powered by Wasm, plugin authors/users don't have to be aware of the Wasm specification since the raw Wasm APIs are capsulated by the SDK.
go-github is a Go client library for accessing the GitHub API v3.
This package implements a functionality to fills a struct with form values.
This package provides a Golang implementation of the SRP protocol, used for authentication of ProtonMail users.
This packge provides a plugin for the Google protocol buffer compiler to generate Go code.
Package httprouter is a trie based high performance HTTP request router.
goquery brings a syntax and a set of features similar to jQuery to the Go language.
Package chunker implements Content Defined Chunking based on a rolling Rabin Checksum. This package provides a modified fork of https://github.com/restic/restic project.
This package implements RFC 7234 Hypertext Transfer Protocol (HTTP/1.1): Caching.
Package gomatrix implements the Matrix Client-Server API. This package is an alternative fork of not maintained https://github.com/matrix-org/gomatrix project.
This package provides a CSS parser and inliner.
Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags.
Package ndp implements the Neighbor Discovery Protocol, as described in RFC 4861.
This package implements the IMAP UIDPLUS extension, as defined in @urlhttps://rfc-editor.org/rfc/rfc4315.html, RFC4315.
This package provides an implementation of JSON Pointer for the Go programming language.
This package implements JMESPath, a query language for JSON. It transforms one JSON document into another through a JMESPath expression.
Package ntp provides an implementation of a Simple NTP (SNTP) client capable of querying the current time from a remote NTP server as specified in RFC 5905.