Releases: Chris00/ocaml-cairo
Releases · Chris00/ocaml-cairo
0.6.5
0.6.4
CHANGES:
- Be compatible with OCaml 5.0 (@kit-ty-kate).
0.6.3
0.6.2
0.6.1
0.6
CHANGES:
- New
Ft
module to support FreeType fonts. This is enabled if the
packageconf-freetype
is installed. On the C side, the exported
header filecairo_ocaml.h
defines the macroOCAML_CAIRO_HAS_FT
when the Cairo bindings were compiled with TrueType support. - New package
Cairo2-pango
providing the moduleCairo_pango
. - Remove labels that were not bringing a clear benefit. With Dune
default behavior, users will feel compelled to write labels which
was cluttering the code with the previous interface. With Merlin,
it is now possible to have the documentation of a function under the
cursor displayed with a simple keystroke which should alleviate
having slightly less documentation in the types. - Improve the documentation.
- Use Dune (not the former Jbuilder) to compile.