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 erfa library.
This package provides a wrapper for the libvorbis audio library.
This package provides a wrapper for the libxext library.
This package provides a wrapper for Imagemagick.
This package provides a wrapper for the libxcursor library.
This package provides a wrapper for Zlib.
This package provides a wrapper for the opus audio library.
This package provides a wrapper for the glfw library.
This package provides a wrapper for the libxrandr library.
This package provides a wrapper for the xcb-util-wm library.
This package provides a wrapper for the libfdk audio library.
This package provides a wrapper for ffmpeg.
This package provides a wrapper for the pcre library.
This package provides a wrapper for the libXrender library.
This package provides a wrapper for libsass. It is an autogenerated source package constructed using BinaryBuilder.jl. The originating build_tarballs.jl script can be found on the community build tree Yggdrasil.
This package provides a wrapper for the libiconv library.
This package provides manually managed memory buffers backed by NTuples in Julia.
This package allows you to reduce the latency of the first execution of Julia code. It is applicable to both package developers and end users in their personal workflows.
CoordinateTransformations is a Julia package to manage simple or complex networks of coordinate system transformations. Transformations can be easily applied, inverted, composed, and differentiated (both with respect to the input coordinates and with respect to transformation parameters such as rotation angle). Transformations are designed to be light-weight and efficient enough for, e.g., real-time graphical applications, while support for both explicit and automatic differentiation makes it easy to perform optimization and therefore ideal for computer vision applications such as SLAM (simultaneous localization and mapping).
This package will provide a library of functions useful for machine learning, such as softmax, sigmoid, convolutions and pooling. It doesn't provide any other "high-level" functionality like layers or AD.
This package defines the primitive types for nucleic acids and amino acids that are used ny otherBioJulia packages.
This package provides Data types and methods for common operations with biological sequences, including DNA, RNA, and amino acid sequences.
This module provides a Julia interface to GR, a framework for visualisation applications.
This package allows multiple FFT packages to co-exist with the same underlying fft(x) and plan_fft(x) interface. It is mainly not intended to be used directly. Instead, developers of packages that implement FFTs (such as FFTW.jl or FastTransforms.jl) extend the types/functions defined in AbstractFFTs.