this repo has no description
1opam-version: "2.0" 2maintainer: "Julian Squires <julian@cipht.net>" 3authors: "Julian Squires <julian@cipht.net>" 4homepage: "http://github.com/tokenrove/tsdl-image" 5bug-reports: "http://github.com/tokenrove/tsdl-image/issues" 6license: "BSD-3-Clause" 7tags: ["bindings" "graphics"] 8dev-repo: "git+https://github.com/tokenrove/tsdl-image.git" 9build: [ 10 ["oasis" "setup"] 11 ["ocaml" "setup.ml" "-configure"] 12 ["ocaml" "setup.ml" "-build"] 13] 14install: ["ocaml" "setup.ml" "-install"] 15remove: ["ocamlfind" "remove" "tsdl_image"] 16depends: [ 17 "ocaml" {>= "4.01"} 18 "ctypes" {>= "0.4.0" & < "0.18.0"} 19 "ctypes-foreign" 20 "tsdl" {>= "0.9.0"} 21 "result" 22 "oasis" {build} 23] 24depexts: [ 25 ["libsdl2-image-dev"] {os-family = "debian"} 26 ["sdl2_image"] {os-distribution = "homebrew" & os = "macos"} 27 ["sdl2_image"] {os-distribution = "arch"} 28] 29synopsis: "SDL2_Image bindings to go with Tsdl" 30description: """ 31Tsdl_image provides bindings to SDL2_Image intended to be used with 32Tsdl.""" 33flags: light-uninstall 34url { 35 src: "https://github.com/tokenrove/tsdl-image/archive/0.1.2.tar.gz" 36 checksum: [ 37 "sha256=4fde77d503bc8a0caf1648ec19dc0dae8540332d4493a9348c5a071da048e558" 38 "md5=c7c93ac65ad78875be065648ea9f4164" 39 ] 40}