This package provides a wrapper for the xkeyboard-config library.
This package provides a wrapper for the libpthread-stubs library.
This package provides a wrapper for the xcb-util-keysyms library.
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).
A left child, right sibling tree (frequently abbreviated as "LCRS") is a rooted tree data structure that allows a parent node to have multiple child nodes. Rather than maintain a list of children (which requires one array per node), instead it is represented as a binary tree, where the "left" branch is the first child, whose "right" branch points to its first sibling.
IteratorInterfaceExtensions defines a small number of extensions to the iterator interface.
This package provides a wrapper for the xcb-util-renderutil library.
This package provides compiler support for libraries. 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 bit twiddling convenience functions in Julia. These are useful for going to the next or previous mask size or for calculating corresponding shifts.
This package provides a Julia grammar for tree-sitter bindings in Golang.