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"] 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 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/sanette/tsdl-image.git" 36url { 37 src: "https://github.com/sanette/tsdl-image/archive/0.3.1.tar.gz" 38 checksum: [ 39 "md5=4b6de58d82c825dfe84bb5cefa7917e5" 40 "sha512=5c0abf4ec12bb9936f1c39e26f86e6a001404c1f211f5757cf9b897ac1745dfc5bd3ffa6119ec092f5fd35dacd971605d603fc748374269a2340b7a3fb99b062" 41 ] 42}