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 helper methods/structs that involve generics which were added in Go 1.18.
This is a package for detecting MIME types and extensions based on magic numbers. Features include
fast and precise MIME type and file extension detection
long list of supported MIME types
common file formats are prioritized
small and simple API
handles MIME type aliases
thread safe
low memory usage, besides the file header
This is a simple package to add a spinner or progress indicator to any terminal application.
TPM 2.0 library for directly communicating with a TPM device.
Package implements the decoding of logfmt key-value pairs.
Jibber Jabber is a GoLang Library that can be used to detect an operating system's current language.
This package provides a git implementation in pure Go. It's a modified fork of original go-git/go-git project.
This package provides the collection of as-it-is code snipets and micro libraries.
This package provides re-implemented Golang Generics map, filter, contains, find functionality.
Package clipboard read/write on clipboard
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 wcs library.
This package provides a wrapper for the erfa library.
This package contains simple routines for finding roots, or zeros, of scalar functions of a single real variable using floating-point math. The find_zero function provides the primary interface. The basic call is find_zero(f, x0, [M], [p]; kws...) where, typically, f is a function, x0 a starting point or bracketing interval, M is used to adjust the default algorithms used, and p can be used to pass in parameters.
This package provides a Julia ImageDistances.jl following the same API as Distances.jl with support image types and image-specific distances.
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.
DimensionalData.jl provides tools and abstractions for working with datasets that have named dimensions, and optionally a lookup index. It provides no-cost abstractions for named indexing, and fast index lookups.
DimensionalData is a pluggable, generalised version of AxisArrays.jl with a cleaner syntax, and additional functionality found in NamedDims.jl. It has similar goals to Python's xarray, and is primarily written for use with spatial data in Rasters.jl.
This package defines a thin wrapper which, alongside any array, stores a vector of "keys" for each dimension. This may be useful to store perhaps actual times of measurements, or some strings labeling columns, etc. These will be propagated through many operations on arrays (including broadcasting, map, comprehensions, sum etc.) and altered by a few (sorting, fft, push!).
Julia package for enhancing and manipulating image contrast.
Accessors.jl is the successor of Setfield.jl to make updating immutable data simple.