yoga: Bindings to Facebook's Yoga layout library
The Yoga library from Facebook is a fast layout engine written in C that implements flexbox. There are two main ways to interface with these bindings. The high-level bindings are stored in the Yoga module and provide a more Haskell-like interface to the library. The other option is to directly use the C-level bindings in Bindings.Yoga. If you do so you do so at your own risk (i.e. you must manage your own memory). The examples are not built nor included by default. Please refer to the source tarball for examples on how to use this library. These bindings are not affiliated with Facebook in any way, and have been developed separately for the sole purpose of interfacing with their open source library.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
examples | Build examples | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- yoga-0.0.0.8.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5, 0.0.0.7, 0.0.0.8 |
---|---|
Dependencies | base (>4 && <6), bindings-DSL, ieee754 (>=0.7), yoga [details] |
License | BSD-3-Clause |
Copyright | 2017-present |
Author | Pavel Krajcevski |
Maintainer | Krajcevski@gmail.com |
Category | Graphics |
Source repo | head: git clone https://www.github.com/Mokosha/yoga-hs.git |
Uploaded | by Mokosha at 2024-01-14T07:02:19Z |
Distributions | LTSHaskell:0.0.0.8, NixOS:0.0.0.8, Stackage:0.0.0.8 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | yoga-example |
Downloads | 3471 total (35 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2024-01-14 [all 2 reports] |