yoga: Bindings to Facebook's Yoga layout library
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: Bindings Yoga
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.
Properties
Versions | 0.0.0.1, 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 |
---|---|
Change log | None available |
Dependencies | base (>4 && <6), bindings-DSL (>=1.0 && <1.1), 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 2017-04-06T06:14:41Z |
Modules
[Index]
- Bindings
- Bindings.Yoga
- Yoga
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.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees