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 a wrapper for the libogg library.
This package provides a wrapper for Gumbo HTML parsing library.
This package provides a wrapper for the pcre library.
This Julia module provides mbed TLS libraries and wrappers.
This package provides a wrapper for the libgcrypt library.
This package provides a wrapper for the pixman library.
This package provides a wrapper for the libglvnd library.
This package provides a wrapper for the openssl library.
This package provides a wrapper for the libfdk audio library.
Graphics.jl is an abstraction layer for graphical operations in Julia.
This package provides a simple Julian API to use the libsass library to compile scss and sass files to css.
Inflate provides a pure Julia implementation of zlib decompression functionality, with both in- memory and streaming interfaces. This covers decompression of the Deflate algorithm and the Zlib and Gzip wrapper formats, as specified in RFC 1950, RFC 1951, and RFC 1952.
This package provides a functionality to calculate Earth orientation parameters with data retrieved from IERS.
This package provides definitions for most of the primary types and functions in StaticArrays.jl. This enables downstream packages to implement new methods on these types without depending on the entirety of StaticArrays.jl.
This package provides a Julia interface defining a collection of types (without instances) for implementing conventions about the scientific interpretation of data. This package makes a distinction between the machine type and the scientific type of a Julia object. A machine type refers to the Julia type being used to represent the object, for instance Float64. The scientific type refers to how the object should be interpreted, for instance Continuous or Multiclass3.
The goal of RangeArrays is to provide efficient and convenient array data structures where the columns of the arrays are generated (on the fly) by Ranges.
This package provides another JSON package for Julia, with a focus on speed and slick struct mapping.
This package provides a lightweight string parsing and representation of angles.
A block array is a partition of an array into blocks or subarrays. This package has two purposes. Firstly, it defines an interface for an AbstractBlockArray block arrays that can be shared among types representing different types of block arrays. The advantage to this is that it provides a consistent API for block arrays. Secondly, it also implements two different type of block arrays that follow the AbstractBlockArray interface. The type BlockArray stores each block contiguously while the type PseudoBlockArray stores the full matrix contiguously. This means that BlockArray supports fast non copying extraction and insertion of blocks while PseudoBlockArray supports fast access to the full matrix to use in in for example a linear solver.
This package is an implementation of tropical (min-plus) arithmetic in Julia.
ImageCore is the lowest-level component of the system of packages designed to support image processing and computer vision.
This package provides information about the features of the host CPU in Julia.
The @unpack and @pack! macros work to unpack types, modules, and dictionaries.
This package provides definitions for common functions that are useful for symbolic expression manipulation in Julia. Its purpose is to provide a shared interface between various symbolic programming packages, for example SymbolicUtils.jl, Symbolics.jl, and Metatheory.jl.