this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "SDL2_Image bindings to go with Tsdl" 4description: 5 "tsdl-image provides bindings to SDL2_Image intended to be used with Tsdl." 6maintainer: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"] 7authors: ["Julian Squires <julian@cipht.net>"] 8license: "BSD-3-Clause" 9tags: ["tsdl" "SDL" "images" "graphics" "bindings"] 10homepage: "https://github.com/sanette/tsdl-image" 11bug-reports: "https://github.com/sanette/tsdl-image/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "ocaml" {>= "4.03"} 15 "tsdl" {>= "0.9.1"} 16 "conf-sdl2-image" 17 "ctypes" {>= "0.4.0"} 18 "ctypes-foreign" 19 "dune-configurator" 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32 "@runtest" {with-test} 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/sanette/tsdl-image.git" 37url { 38 src: "https://github.com/sanette/tsdl-image/archive/0.6.tar.gz" 39 checksum: [ 40 "md5=c1075693e2226ac4321c7a1b71cf39e2" 41 "sha512=af350af0591197bb3a670c1ed93a00f4bc514a7c2d60da309b574756200b6e34b91bf1886fa36f4eb43529cb0c2f715a2bc2c80b66fae6bdcee87e156ffc4f35" 42 ] 43}