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.
Trillian is an implementation of the concepts described in the Verifiable Data Structures white paper. It provides a transparent, append-only log of records that can be used for applications such as certificate transparency and key transparency.
The Microsoft Authentication Library (MSAL) for Go is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It allows you to sign in users or apps with Microsoft identities (Azure AD and Microsoft Accounts) and obtain tokens to call Microsoft APIs such as Microsoft Graph or your own APIs registered with the Microsoft identity platform. It is built using industry standard OAuth2 and OpenID Connect protocols.
Package swift provides an easy to use interface to Swift / Openstack Object Storage / Rackspace Cloud Files.
Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags.
Package safehtml provides immutable string-like types which represent values that are guaranteed to be safe, by construction or by escaping or sanitization, to use in various HTML contexts and with various DOM APIs.
Package ethtool allows control of the Linux ethtool generic netlink interface. as it's described in ethtool-netlink.
Package kinesis implements a batch producer built on top of the official AWS SDK.
Package scram provides client and server implementations of the Salted Challenge Response Authentication Mechanism described in RFC-5802 and RFC-7677.
This package contains applications that are useful for exploration of Kafka cluster, or instrumentation. Some of these tools mirror tools that ship with Kafka, but these tools won't require installing the JVM to function.
kafka-console-producer: a command line tool to produce a single message to your Kafka custer.kafka-console-partitionconsumer: a command line tool to consume a single partition of a topic on your Kafka cluster.kafka-console-consumer: a command line tool to consume arbitrary partitions of a topic on your Kafka cluster.kafka-producer-performance: a command line tool to performance test producers (sync and async) on your Kafka cluster.
Package log implements a simple structured logging API designed with few assumptions. Designed for centralized logging solutions such as Kinesis which require encoding and decoding before fanning-out to handlers.
This package provides a functionality to get the hash used to differentiate between installs of Mozilla software in installs.ini and profiles.ini.
Package metric provides an implementation of the metric part of the OpenTelemetry API.
This package provides the classic Tool Command Language Expect implementation in Golang.
Wray is a client for the Faye publish-subscribe messaging service. It's alternative fork of https://github.com/pythonandchips/wray.
This package provides a standard interface for holding authenticated identities and their attributes.
Package sdk is the official AWS SDK v2 for the Go programming language.
This package implements a SOCKS5. SOCKS (Secure Sockets) is used to route traffic between a client and server through an intermediate proxy layer. This can be used to bypass firewalls or NATs.
Features:
support socks5 server
support TCP/UDP and IPv4/IPv6
unit tests
"No Auth" mode
user/password authentication optional user addr limit
support for the CONNECT command
support for the ASSOCIATE command
rules to do granular filtering of commands
custom DNS resolution
custom goroutine pool
buffer pool design and optional custom buffer pool
custom logger
Package otelgrpc is the instrumentation library for google.golang.org/grpc.
Shapeshifter provides network protocol shapeshifting technology. The purpose of this technology is to change the characteristics of network traffic so that it is not identified and subsequently blocked by network filtering devices.
assetfs allows packages to serve static content embedded with the go-bindata tool with the standard net/http package.
This package is a Go library to talk HTTP over Unix domain sockets.
Package snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees. The ID generated by the snowflake algorithm is not guaranteed to be unique. For example, when two different requests enter the same machine at the same time, and the sequence generated by the node is the same, the generated ID will be duplicated. It's an alternative fork of https://github.com/godruoyi/go-snowflake.
This package implements a functionality to exposes API to decode Fedora CoreOS streams into Go structs, as well as a convenience API to find the URL for a given stream.
This package is an implementation of a client for various UPnP services. It's an alternative fork of https://github.com/huin/goupnp.