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.
This package implements an IMAP4rev1 (+extensions) mailserver.
Package jmap implements JMAP Core protocol as defined in RFC 8620 published on July 2019.
The Cascadia package implements CSS selectors for use with the parse trees produced by the html package.
go-xdr implements the data representation portion of the External Data Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC 1832 and RFC 1014) in pure Go.
This package provides a Real-time Transport Protocol packetizer and depacketizer.
The Go standard library contains a default http.Client and it is a common idiom to tweak it as necessary. Unfortunately, this is a shared value, and it is not uncommon for libraries to assume that they are free to modify it at will. This package provides some simple functions to get a "clean" http.Client, namely one that uses the same default values as the Go standard library, but returns a client that does not share any state with other clients.
Package gomatrix implements the Matrix Client-Server API. This package is an alternative fork of not maintained https://github.com/matrix-org/gomatrix project.
Golang TProxy provides an easy to use wrapper for the Linux Transparent Proxy functionality.
This package provides a partial Go implementation of the Remote Call Procedure libraries, presented in @urlhttp://pubs.opengroup.org/onlinepubs/9629399/,CDE 1.1: Remote Procedure Call.
This package implements an encoding and decoding of TCP-level socket options regarding connection information.
This package is a Go library that parses a curl (netscape) cookiejar file into a Go http.CookieJar.
Package sdk is the official AWS SDK v2 for the Go programming language.
This package provides a client library in go for mega.co.nz storage service. Features:
User login
Fetch filesystem tree
Upload file
Download file
Create directory
Move file or directory
Rename file or directory
Delete file or directory
Parallel split download and upload
Filesystem events auto sync
Unit tests
Yamux (Yet another Multiplexer) is a multiplexing library for Golang. It relies on an underlying connection to provide reliability and ordering, such as TCP or Unix domain sockets, and provides stream-oriented multiplexing. It is inspired by SPDY but is not interoperable with it.
This package implements a proxy.Dialer which uses HTTP(s) CONNECT requests.
Package otelgrpc is the instrumentation library for google.golang.org/grpc.
Package httphead contains utils for parsing HTTP and HTTP-grammar compatible text protocols headers.
Package cors is net/http handler to handle Cross-origin resource sharing related requests as defined by http://www.w3.org/TR/cors/.
This package provides SCSS compiler support for Go applications.
zerossl implements the ZeroSSL REST API.
The REST API is distinct from the ACME endpoint, which is a standardized way of obtaining certificates.
Xurls extracts urls from plain text using regular expressions. It can be used as both a binary and a library.
This package provides a net.Conn wrapper around https://github.com/flynn/noise crypto protocols.
This packge provides a plugin for the Google protocol buffer compiler to generate Go code.