This package provides a wrapper for the wayland library.
This package provides a wrapper for the openssl library.
This Julia module provides mbed TLS
libraries and wrappers.
This package provides a lightweight string parsing and representation of angles.
This package provides a Julia grammar for the Tree-sitter library.
This package provides a wrapper for the libuuid library from util-linux.
This package provides basic arithmetic, integration, differentiation, evaluation, and root finding over dense univariate polynomials.
Minimal package which enables to add custom gradients to Zygote, without depending on Zygote itself.
This package provides a functionality of files download with cURL, wget or HTTP.jl
backends.
This package provides the DiffResult
type, which can be passed to in-place differentiation methods instead of an output buffer.
This package provides the Observable
s type in Julia, which are like Ref
s but you can listen to changes.
This package provides a wrapper around ImageMagick version 6. It was split off from Images.jl
to make image I/O more modular.
Quaternions are best known for their suitability as representations of 3D rotational orientation. They can also be viewed as an extension of complex numbers.
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 implements methods to take derivatives, gradients, Jacobians, Hessians, and higher-order derivatives of native Julia functions (or any callable object, really) using forward mode automatic differentiation (AD).
This package provides package developers an alternative option to delay package loading until used. If some dependency is not used, then users don't need to pay for its latency.
This package provides the StructTypes.StructType
trait for Julia types to declare the kind of "struct" they are, providing serialization/deserialization packages patterns and strategies to automatically construct objects.
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.
This package contains Julia macros that enable JLL packages to generate themselves. It is not intended to be used by users, but rather is used in autogenerated packages via BinaryBuilder.jl
.
This package provides a development environment and REPL interaction package for Julia in the spirit of Common Lisp’s SLIME and Clojure’s CIDER. It enables convenient and dynamic REPL-driven development.
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.
LightGraphs offers both (a) a set of simple, concrete graph implementations -- Graph (for undirected graphs) and DiGraph (for directed graphs), and (b) an API for the development of more sophisticated graph implementations under the AbstractGraph type.
ReverseDiff.jl
is a fast and compile-able tape-based reverse mode AD, that implements methods to take gradients, Jacobians, Hessians, and higher-order derivatives of native Julia functions (or any callable object, really).
The DualNumbers
Julia package defines the Dual
type to represent dual numbers, and supports standard mathematical operations on them. Conversions and promotions are defined to allow performing operations on combinations of dual numbers with predefined Julia numeric types.