10 buildDunePackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-ai9ChsA3HZzTxT9AuHsY1UIA2Q3U3CcOA7jRSG4MDsQ=";
27 propagatedBuildInputs = [
34 description = "SDL2_ttf bindings for Ocaml with Tsdl";
35 homepage = "https://github.com/sanette/tsdl-ttf";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ ];