(lang dune 2.7)
(version "0.6")
(name tsdl-ttf)
(generate_opam_files true)
(license BSD-3-Clause)
(maintainers "Vu Ngoc San <san.vu-ngoc@laposte.net>")
(authors "Julian Squires <julian@cipht.net>")
(source (github sanette/tsdl-ttf))

(package
 (name tsdl-ttf)
 (synopsis "SDL2_Ttf bindings to go with Tsdl")
 (description
   "Tsdl_ttf provides bindings to SDL2_ttf intended to be used with Tsdl.")
 (tags ("tsdl" "SDL" "graphics" "bindings" "ttf"))
 (depends
  (ocaml (>= 4.03))
  (tsdl (>= 0.9.1))
   conf-sdl2-ttf
  (ctypes (>= 0.4.0))
   ctypes-foreign
   dune-configurator))
