package tsdl-ttf

  1. Overview
  2. Docs
SDL2_Ttf bindings to go with Tsdl

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.tar.gz
md5=6de43e88261d53d43feaeca6db410a6e
sha512=5a0fddd2298ff339519cb99bd0bda72cc0c31a69881537457034b14b12e359fbad5442fb9d71d424f066530137dbe72dde6af2acccb47376a562022a598ffced

CHANGELOG.md.html

0.5 2022/11/30 trying to autodetect library path

And add workflow for github actions for testing dynamic libraries from bytecode.

0.4 2022/11/22 Bug fix (calling ocaml on an *.ml file)

You can now (again) directly run a "toplevel file" with ocaml, for instance

#use "topfind";;
#thread;;
#require "tsdl-ttf";;
Tsdl_ttf.Ttf.init () |> ignore

0.3 Change library name (BREAKING)

Starting from 0.3, the library name is the same as the opam package name tsdl-ttf. (The library name used to be tsdl_ttf, which was confusing).

2021 new maintainer is sanette

https://github.com/sanette/tsdl-ttf