package tsdl-image

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.tar.gz
md5=589d1d594278e528f22c028d5a05e82d
sha512=1ca21ea744fc83b434ddf4090719ac45c328c1a5c24fc7c7f0f0eded32d6f186de2abc12154c203be7b9a79bf33dd128f037ce08fee3bc97e2af76682c213eff

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-image";;
Tsdl_image.Image.(init Init.empty) |> ignore

Thanks @anentropic for reporting on MacOS.

0.3 Change library name (BREAKING)

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

2021 new maintainer is sanette

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