@hackage brush-stroking0.1.0.0
Brush strokes document model and renderer
Categories
License
BSD-3-Clause
Maintainer
Sam Derbyshire
Links
Versions
- 0.1.0.0 Sat, 28 Mar 2026
Installation
Dependencies (24)
- acts ^>=0.3.1.0
- aeson >=2.2 && <2.3
- aeson-pretty >=0.8 && <0.9
- atomic-file-ops ^>=0.3.0.0
- base >=4.17 && <5
- brush-strokes ^>=0.1.0.0 Show all…
Dependents (0)
brush-stroking
This is a companion library to the brush-strokes package, providing a simple
document model and rendering (using cairo).
Installation notes
This library requires the cairo C system library.
Here are some ways to install it:
- On Linux, you will need to install the
cairodevelopment libraries and the GObject introspection data. On Debian for example, you can run:
apt-get install pkg-config libcairo2-dev libgirepository1.0-dev - On Windows, you will need to use the MSYS2 installation that is provided by
ghcup. In anMSYS2shell, you can run:
pacman -S -q --noconfirm mingw64/mingw-w64-x86_64-pkg-config mingw64/mingw-w64-x86_64-cairo mingw64/mingw-w64-x86_64-gobject-introspection - On MacOS, you should be able to use
brew(untested):
brew install pkgconf cairo gobject-introspection