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 implements a functionality to serialize/deserialize JSON by using JIT and SIMD approaches.
This package provides a simple way to create a system service.
Package xdg provides an implementation of the XDG Base Directory Specification. The specification defines a set of standard paths for storing application files including data and configuration files. For portability and flexibility reasons, applications should use the XDG defined locations instead of hardcoding paths. The package also includes the locations of well known user directories.
This package contains code that supplements the time package from the Go standard library.
In particular:
a Clock interface, with a fake implementation that can be used in tests
implementations of oglematchers.Matcher for time values
The options Go package resolves configuration values set via command line flags, config files, and default struct values.
This package is a drop-in replacement for the Golang standard library log/syslog, but with support for TLS.
This package provides a simple ASCII tree composing tool.
Package fastwalk provides a faster version of /path/filepath# for file system scanning tools.
Style definitions for nice terminal layouts. Built with TUIs in mind.
Package fastuuid provides UUID generation of 192 bit universally unique identifiers. It also provides simple support for 128-bit RFC-4122 V4 UUID strings.
This package provides XOR bitwise code engine.
The parth Go library provides path parsing for segment unmarshaling and slicing. In other words, parth provides simple and flexible access to (URL) path parameters.
dbus is a library that implements native Go client bindings for the D-Bus message bus system.
refmt is a serialization and object-mapping library.
Package strcase converts strings to various cases.
This package provides a collection Golang implementation defined in specification-runtime-spec.
This package provides an extendable argument parser for Golang. Mostly follows the GNU @urlhttps://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html, Program Argument Syntax Conventions.
fastime is a time function library for Go with zero memory allocation. fastime is returning the approximate time.
This package provides function FieldByName to access to any field (including private/unexported) of a structure.
This package provides generic implementations for Go.
This package provides a multiplexed stream library using spdy.
Package hhmmss manages converting HH:MM:SS time strings to time.Duration values.
This package provides features beyond the defacto YAML library including:
Pretty format for error notifications
Support Scanner or Lexer or Parser as public API
Support Anchor and Alias to Marshaler
Allow referencing elements declared in another file via anchors
Extract value or AST by YAMLPath (YAMLPath is like a JSONPath)