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.
An MP3 decoder in pure Go based on @urlhttps://github.com/technosaurus/PDMP3,PDMP3.
@urlhttps://github.com/slembcke/Chipmunk2D,Chipmunk2D ported to Go.
Package argon2 implements the key derivation function Argon2.
Package tmx implements a parser for the TMX file format used in the Tiled Map Editor.
Go library used to retrieve the current locale(s) of the operating system.
Package go4.org/unsafe/assume-no-moving-gc exists so you can depend on it from unsafe code that wants to declare that it assumes that the Go runtime does not use a moving garbage collector. Specifically, it asserts that the caller is playing stupid games with the addresses of heap-allocated values. It says nothing about values that Go's escape analysis keeps on the stack. Ensuring things aren't stack-allocated is the caller's responsibility.
This package provides a library for calling C functions from Go without Cgo.
Package bitmapfont provides font.Face values with bitmap glyphs.
GoPickle is a Go library for loading Python's data serialized with @codepickle and PyTorch module files.
This package provides a UEFI library written to interact with Linux efivars. The goal is to provide a Go library to enable application authors to better utilize secure boot and UEFI. This also includes unit-testing to ensure the library is compatible with existing tools, and integration tests to ensure the library is able of deal with future UEFI revisions.
Package requests is a convenience wrapper around net/http to make it faster and easier to build requests and custom transports.
This repository contains the generated Go packages for common protocol buffer types, and the generated gRPC code necessary for interacting with Google's gRPC APIs.
Package zenity provides cross-platform access to simple dialogs that interact graphically with the user.
Package success improves your testing feng shui tremendiously by shimming in Gomega error detection whenever trying to be Successful().
hashstructure is a Go library for creating a unique hash value for arbitrary values in Go.
Package cookiejar implements an in-memory @urlhttps://rfc-editor.org/rfc/rfc6265.html,RFC 6265-compliant http.CookieJar.
This package provides a UEFI library written to interact with Linux efivars. The goal is to provide a Go library to enable application authors to better utilize secure boot and UEFI. This also includes unit-testing to ensure the library is compatible with existing tools, and integration tests to ensure the library is able of deal with future UEFI revisions.
Package vecf32 provides common functions and methods for slices of float32.
This package provides a TOML parser and JSON encoder.
This package provides a UEFI library written to interact with Linux efivars. The goal is to provide a Go library to enable application authors to better utilize secure boot and UEFI. This also includes unit-testing to ensure the library is compatible with existing tools, and integration tests to ensure the library is able of deal with future UEFI revisions.
Package hideconsole is a utility package to hide a console automatically even without `-ldflags "-Hwindowsgui"` on Windows.
The Go mobile repository holds packages and build tools for using Go on mobile platforms.