# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "SDL2_Image bindings to go with Tsdl" description: "tsdl-image provides bindings to SDL2_Image intended to be used with Tsdl." maintainer: ["Vu Ngoc San "] authors: ["Julian Squires "] license: "BSD-3-Clause" tags: ["tsdl" "SDL" "images"] homepage: "https://github.com/sanette/tsdl-image" bug-reports: "https://github.com/sanette/tsdl-image/issues" depends: [ "dune" {>= "2.7"} "ocaml" {>= "4.03"} "tsdl" {>= "0.9.1"} "conf-sdl2-image" "ctypes" {>= "0.4.0"} "ctypes-foreign" "dune-configurator" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/sanette/tsdl-image.git" url { src: "https://github.com/sanette/tsdl-image/archive/0.5.tar.gz" checksum: [ "md5=589d1d594278e528f22c028d5a05e82d" "sha512=1ca21ea744fc83b434ddf4090719ac45c328c1a5c24fc7c7f0f0eded32d6f186de2abc12154c203be7b9a79bf33dd128f037ce08fee3bc97e2af76682c213eff" ] }