10 buildDunePackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-khLhVJuiLNNWw76gTeg4W32v5XbkwAg11bIOWl67u2k=";
27 propagatedBuildInputs = [
34 description = "OCaml SDL2_image bindings to go with Tsdl";
35 homepage = "https://github.com/sanette/tsdl-image";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ ];