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.
Small web scraper package for Go, with its interface highly similar to that of BeautifulSoup.
This package provides implementations of various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies.
Package xid is a globally unique id generator suited for web scale. Features:
zize: 12 bytes (96 bits), smaller than UUID, larger than snowflake
base32 hex encoded by default (20 chars when transported as printable string, still sortable)
mon configured, you don't need set a unique machine and/or data center id
k-ordered
embedded time with 1 second precision
unicity guaranteed for 16,777,216 (24 bits) unique ids per second and per host/process
lock-free (i.e.: unlike UUIDv1 and v2)
This library is meant to handle Web Authentication for Go apps that wish to implement a passwordless solution for users. This library conforms as much as possible to the guidelines and implementation procedures outlined by the document. It's a successor of not maintained https://github.com/duo-labs/webauthn library.
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.
This package exposes a registry of data types to support string formats in the go-openapi toolkit. strfmt represents a well known string format such as credit card or email. The Go toolkit for OpenAPI specifications knows how to deal with those.
The Docker Engine API is an HTTP API used by the command-line client to communicate with the daemon. It can also be used by third-party software to control the daemon.
A library to query JSON objects marshalled into map[string]interface.
Package jsonschema provides json-schema compilation and validation.
This package provides NT (New Technology) LAN Manager/Negotiate authentication over HTTP.
Package jmap implements JMAP Core protocol as defined in RFC 8620 published on July 2019.
This package provides an interface to mailboxes in the Maildir format.
This package provides a Go library for authenticating emails.
Package jaeger implements the Jaeger propagator specification as defined at https://www.jaegertracing.io/docs/1.18/client-libraries/#propagation-format.
OpenAPI toolkit runtime component for use in code generation or as untyped usage.
This package provides a library for the Hetzner Cloud API.
Package sdk is the official AWS SDK v2 for the Go programming language.
Package sdk is the official AWS SDK v2 for the Go programming language.
This package provides Starlark - a dialect of Python intended for use as a configuration language.
bluemonday is a HTML sanitizer implemented in Go.
Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags.
go-github is a Go client library for accessing the GitHub API v3.