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.tar.gz" 38 checksum: [ 39 "md5=2fe185f3552e8db87bea0ffed921050c" 40 "sha512=ef98e27e837a56c1f6ec1cf82fdf5092c2f86c20ab6e55c30138f4c197a7be6c879b05d770eddabba6d7debe588d92836c3322867f619fa3b1eda6fde885ff2c" 41 ] 42}