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.
OffsetArrays.jl provides Julia users with arrays that have arbitrary indices, similar to those found in some other programming languages like Fortran.
This package provides a simple Julian API to use the libsass library to compile scss and sass files to css.
This package allows a few "forward" definitions for the DataValues.jl package that other packages can utilize for integration without having to take direct dependencies.
This Julia package provides the adapt(T, x) function acts like convert(T, x), but without the restriction of returning a T. This allows you to "convert" wrapper types like Adjoint to be GPU compatible without throwing away the wrapper.
This package provides Data types and methods for common operations with biological sequences, including DNA, RNA, and amino acid sequences.
This package provides generic methods and modules used in many of the other BioJulia packages. This package defines IO, exceptions, and other types or methods used by other BioJulia packages.
Static.jl defines a limited set of statically parameterized types and a common interface that is shared between them.
This package parses YAML documents into native Julia types and dumps them back into YAML documents.
This package is an implementation of tropical (min-plus) arithmetic in Julia.
This package provides manually managed memory buffers backed by NTuples in Julia.
This package provides a C-compatible enum for Julia.
This small package supports the representation of images as AxisArrays to endow the axes with "meaning," and makes programming with such arrays easy via traits.
The purpose of this package is to provide test problems for JuliaNLSolvers packages.
This package provides a wrapper around ImageMagick version 6. It was split off from Images.jl to make image I/O more modular.
ImageInTerminal.jl is a drop-in package that once imported changes a how a single Colorant and whole Colorant arrays (i.e. Images) are displayed in the interactive REPL. The displayed images will be downscaled to fit into the size of your active terminal session.
This package provides the DiffResult type, which can be passed to in-place differentiation methods instead of an output buffer.
This package implements real and complex polylogarithms, including the real and complex dilogarithm and trilogarithm in Julia.
ItemGraphs is a simple wrapper around LightGraphs that enables most common use case for graph-like data structures: with collection of items that are in relations between each other providing the shortest path between two items.
This package provides several functions to manipulate strings with ANSI escape sequences.
The Preferences package provides an integrated way for packages to store configuration switches to persistent TOML files, and use those pieces of information at both run time and compile time in Julia. This enables the user to modify the behavior of a package, and have that choice reflected in everything from run time algorithm choice to code generation at compile time.
This package offers Python-style general formatting and c-style numerical formatting.
AstroTime.jl provides a high-precision, time-scale aware, DateTime-like data type which supports all commonly used astronomical time scales.
This package provides a functionality to calculate Earth orientation parameters with data retrieved from IERS.
This package provides a collection of colorschemes.