This package provides a wrapper for the libvorbis audio library.
This package provides a wrapper for the libjpeg-turbo library.
This Julia module provides a wrapper for the freetype font rendering library.
This package provides a canonical set of default initial values and identity elements for Julia.
FilePathsBase.jl
provides a type based approach to working with filesystem paths in Julia.
This package provides number datatypes which store their values in type parameters, making them runtime constants.
This package provides alignment algorithms and data structures for sequence of DNA, RNA, and amino acid sequences.
This package provides a combinatorics library for Julia, focusing mostly (as of now) on enumerative combinatorics and permutations.
This package provides an implementation of an associative container mapping (K,V)
pairs via the type IntervalTreeK, V
. The type K
may be any ordered type.
This package aims at establishing common ground for Optim.jl, LineSearches.jl, and NLsolve.jl. The common ground is mainly the types used to hold objective related callables, information about the objectives, and an interface to interact with these types.
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
.
This Julia package provides several utilities for working with tree-like data structures. Most importantly, it defines the children
method that any package that contains such a data structure may import and extend in order to take advantage of any generic tree algorithm in this package.
ImageMetadata
is a simple package providing utilities for working with images that have metadata attached. For example, you might want to associate an image with the date on which the picture was taken, or an MRI scan with patient data, or an astronomical image with sky coordinates and information about the detector used to acquire the image.
This package provides a set of custom string types of various fixed sizes. Each inline string is a custom primitive type and can benefit from being stack friendly by avoiding allocations/heap tracking in the GC. When used in an array, the elements are able to be stored inline since each one has a fixed size. Currently support inline strings from 1 byte up to 255 bytes.
ArnoldiMethod.jl
provides an iterative method to find a few approximate solutions to the eigenvalue problem in standard form with main goals:
Having a native Julia implementation of the
eigs
function that performs as well as ARPACK. With native we mean that its implementation should be generic and support any number type. Currently the partialschur function does not depend on LAPACK, and removing the last remnants of direct calls to BLAS is in the pipeline.Removing the dependency of the Julia language on ARPACK. This goal was already achieved before the package was stable enough, since ARPACK moved to a separate repository
Arpack.jl
.
Documentation at https://melpa.org/#/flycheck-julia
This package provides a wrapper for the fontconfig library.
Documentation at https://melpa.org/#/ob-julia-vterm
This package provides a wrapper for the libxi library.
This package provides a wrapper for the libfdk audio library.
This package is an implementation of tropical (min-plus) arithmetic in Julia.
This package supports representing banded matrices by only the entries on the bands.
This package contains the underlying query operators that are exposed to users in Query.jl
.
This package provides a minimal String type for Julia that allows for efficient string representation and transfer