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.
Go library for input handling using Windows Console API.
Package fuse enables writing and mounting user-space file systems. Subpackages:
fuseprovides support for mounting a new file system and reading requests from the kernelfuseopsenumerates the supported requests from the kernel, and provides documentation on their semanticsfuseutil, in particular theFileSysteminterface, provides a convenient way to create a file system type and export it to the kernel viafuse.Mount.
geohash provides encoding and decoding of string and integer geohashes.
This package provides a Go compiler front end.
This package generates ASCII tables. Features:
automatic Padding
support Multiple Lines
supports Alignment
support Custom Separators
automatic Alignment of numbers and percentage
write directly to http , file etc via
io.Writerread directly from CSV file
optional row line via
SetRowLinenormalise table header
make CSV Headers optional
enable or disable table border
set custom footer support
optional identical cells merging
set custom caption
optional reflowing of paragrpahs in multi-line cells
Package strcase is a package for converting strings into various word cases (e.g. snake_case, camelCase, kebab-case, etc).
This package provides isatty, a Go module that can tell you whether a file descriptor points to a terminal and the type of the terminal.
This package provides an implementation of the Unicode Text Segmentation specification for Go. Specifically, it currently includes only the grapheme cluster segmentation algorithm.
cpuid provides information about the CPU running the current program. CPU features are detected on startup, and kept for fast access through the life of the application. Currently x86 / x64 (AMD64) is supported, and no external C (cgo) code is used, which should make the library very eas to use.
pcidb is a small Golang library for programmatic querying of PCI vendor,product and class information.
Package markdown implements markdown parser and HTML renderer.
This package provides a golang library for splitting command-line strings into words like a POSIX or Windows shell would.
This package provides an easy way of parsing and manipulating struct tag fields. Please vendor the library as it might change in future versions.
This package implements a pure Go driver and toolkit for PostgreSQL. It is different from other drivers such as pq because, while it can operate as a database/sql compatible driver, pgx is also usable directly. It offers a native interface similar to database/sql that offers better performance and more features.
This package provides a code which implements the Kubernetes "apply" operation.
Readline is a pure Go implementation of a GNU-Readline like library.
This package provides a fast non-allocating cron parser in Ragel and Go.
This package provides a ordered map library that maintains amortized O(1) for Set, Get, Delete and Len.
This package provides a simple lexical analyzer to parse shell-like commands.
This package implements a fast bloom filter with real bitset and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.
Collection of Go modules for the Go Language Server project.
Package yaml can marshal and unmarshal cty values in YAML format.
Package vt100 implements a quick-and-dirty programmable ANSI terminal emulator.
This package provides a useful boilerplate and organizational information for all OCI projects.