this repo has no description

Package tsdl-image.0.6

Changed files
+43
packages
tsdl-image
tsdl-image.0.6
+43
packages/tsdl-image/tsdl-image.0.6/opam
···
+
# 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 <san.vu-ngoc@laposte.net>"]
+
authors: ["Julian Squires <julian@cipht.net>"]
+
license: "BSD-3-Clause"
+
tags: ["tsdl" "SDL" "images" "graphics" "bindings"]
+
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.6.tar.gz"
+
checksum: [
+
"md5=c1075693e2226ac4321c7a1b71cf39e2"
+
"sha512=af350af0591197bb3a670c1ed93a00f4bc514a7c2d60da309b574756200b6e34b91bf1886fa36f4eb43529cb0c2f715a2bc2c80b66fae6bdcee87e156ffc4f35"
+
]
+
}