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 provides functionality for killing processes across different platforms. Handles killing children of processes as well as the process itself.
This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.
Package bom is used to clean up UTF-8 Byte Order Marks.
The Unicode Standard defines UTF-8 byte order marks as the byte sequence 0xEF,0xBB,0xBF, but neither requires nor recommends their use. The Go standard library provides no support for UTF-8 byte order marks, and it looks like it never will.
Package markdown implements markdown parser and HTML renderer.
This is a simple package to add a spinner or progress indicator to any terminal application.
This package provides a git implementation in pure Go. It's a modified fork of original go-git/go-git project.
Package gitignore can be used to parse .gitignore-style files into globs that can be used to test against a certain string or selectively walk a file tree. Gobwas's glob package is used for matching because it is faster than using regexp, which is overkill, and supports globstars (**), unlike filepath.Match.
This is a parser for graphql, written to mirror the graphql-js reference implementation as closely while remaining idiomatic and easy to use.
Package fuzzy provides fuzzy string matching optimized for filenames and code symbols in the style of Sublime Text, VSCode, IntelliJ IDEA et al.
This package provides a small parser for git todo files. This package is a modified clone of https://github.com/fsmiamoto/git-todo-parser for purpose of LazyGit project.
Package rgbterm colorizes bytes and strings using RGB colors, for a full range of pretty terminal strings.
This package provides a small parser for git todo files.
Package flaggy is a input flag parsing package that supports recursive subcommands, positional values, and any-position flags without unnecessary complexeties.
This package provides helpers such as map, find, contains and filter, it's an alternative implementation of standard reflect module.
Package codec provides a High Performance, Feature-Rich Idiomatic Golang 1.4+ codec/encoding library for binc, msgpack, cbor, json.
This package provides tool, language and decoders for working with binary data,aiming to be jq, hexdump, dd and gdb for files combined into one.
IIPImage is an advanced high-performance feature-rich image server system for web-based streamed viewing and zooming of ultra high-resolution images. It is designed to be fast and bandwidth-efficient with low processor and memory requirements. The system can comfortably handle gigapixel size images as well as advanced image features such as 8, 16 and 32 bits per channel, CIELAB colorimetric images and scientific imagery such as multispectral images, image sequences and 3D surface topologies. Features:
fast lightweight FastCGI server
high performance with inbuilt configurable cache
support for extremely large images: tera-pixel and multi gigapixel support
TIFF and JPEG2000 input support
JPEG, PNG and WebP output support: export of whole or regions of images at any size
supports IIP, Zoomify, DeepZoom and IIIF API's
1, 8, 16 and 32 bit image support including 32 bit floating point support
CIELAB support with automatic CIELAB->sRGB color space conversion
multispectral and hyperspectral image support
image stacks and image sequence support
dynamic hillshading of 3D surface topologies
dynamic watermarking
memcached support
This package provides a RocksDB-based capture index (CDX) server for web archives.
This package provides a wrapper for the erfa library.
This package provides a wrapper for the wcs library.
Images.jl is increasingly becoming an "umbrella package" that exports a set of packages which are useful for common image processing tasks. Most of these packages are hosted at JuliaImages, JuliaArrays, JuliaIO, JuliaGraphics, and JuliaMath.