10 buildDunePackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-COBLF9K8thRROJJGeg4wxqrjB3aBa4CGYkf8HdAQ2o0";
25 propagatedBuildInputs = [
32 description = "SDL2_ttf bindings for Ocaml with Tsdl";
33 homepage = "https://github.com/sanette/tsdl-ttf";
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ ];