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 provides an alternative JSON parser for Go. It does not require to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them.
GoPtLib is a library for writing Tor pluggable transports in Go.
Package sdk is the official AWS SDK v2 for the Go programming language.
Package dburl provides a standard, net/url.URL style mechanism for parsing and opening SQL database connection strings for Go. Provides standardized way to parse and open @url#URL,URL's for popular databases PostgreSQL, MySQL, SQLite3, Oracle Database, Microsoft SQL Server, in addition to most other SQL databases with a publicly available Go driver.
This package provide an implementatin of https://openid.net/developers/how-connect-works/.
Package resty provides Simple HTTP and REST client library for Go.
This package is intended to be used by bridges between existing logging libraries and OpenTelemetry. Users should not directly use this package as a logging library. Instead, install one of the bridges listed in the [registry], and use the associated logging library.
protobuild works by scanning the Golang package in a project and emitting correct protoc commands, configured with the plugins, packages and details of your choice. The main benefit is that it makes it much easier to consume external types from vendored projects. By integrating the protoc include paths with Go's vendoring and GOPATH, builds are much easier to keep consistent across a project. This package provides a source library and built command protobuild.
This package provides a native DTLS 1.2 implementation in Golang.
This package implements a TCP-level socket options that allow manipulation of TCP connection facilities.
This package provides SCSS compiler support for Go applications.
The Minio Go Client SDK provides simple APIs to access any Amazon S3 compatible object storage.
Package jmap implements JMAP Core protocol as defined in RFC 8620 published on July 2019.
This package implements a proxy.Dialer which uses HTTP(s) CONNECT requests.
This package provides a library to work with network connections in the Go language. In particular it provides tools to deal with network address translation (NAT), proxies, sockets, and transport layer security (TLS).
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.
This package provides a library for reading MaxMind GeoLite2 and GeoIP2 databases in Go.
sentry-go provides a Sentry client implementation for the Go programming language.
Multiaddr is a standard way to represent addresses that does the following:
Support any standard network protocols.
Self-describe (include protocols).
Have a binary packed format.
Have a nice string representation.
Encapsulate well.
This package provides OpenTelemetry Otel SDK.
This package provides implementations of various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies.
Package metric provides an implementation of the OpenTelemetry metrics SDK.
ipvs provides a native Go implementation for communicating with IPVS kernel module using a netlink socket.
Package elastic provides an Elasticsearch client with AWS sigv4 support.