package cairo2-pango
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=6bb3f59225662304fa161b70c6cdbd7df80ee227b1b2e97152873d72726610ae
sha512=789b65428855c3b8fb71836ee6e607870c3140a6152fb01b8ba6e7d2e2f4842a62412061a5eff99023234d305587b605d0cbbacd29456c86a52e9df6466bd302
CHANGES.md.html
0.6.2 2020-11-23
Fix a memory leak (#19).
Fix GCC warnings, in particular the “multiple definition of …” (#23).
Clarify the license.
Use
dune-configurator
.
0.6.1 2019-03-20
Fix
create_for_data32
handling of dimensions.Documentation improvements.
Fix dependencies for
cairo2-gtk
andcairo2-pango
.
0.6 2018-09-05
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.