this repo has no description
1opam-version: "2.0" 2maintainer: "Julian Squires <julian@cipht.net>" 3authors: "Julian Squires <julian@cipht.net>" 4homepage: "http://github.com/tokenrove/tsdl-ttf" 5bug-reports: "http://github.com/tokenrove/tsdl-ttf/issues" 6license: "BSD-3-Clause" 7tags: ["bindings" "graphics"] 8dev-repo: "git+https://github.com/tokenrove/tsdl-ttf.git" 9build: [ 10 ["oasis" "setup"] 11 ["ocaml" "setup.ml" "-configure"] 12 ["ocaml" "setup.ml" "-build"] 13# Tests disabled (infinit loops) 14# ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} 15# ["ocaml" "setup.ml" "-test"] {with-test} 16] 17install: ["ocaml" "setup.ml" "-install"] 18remove: ["ocamlfind" "remove" "tsdl_ttf"] 19depends: [ 20 "ocaml" 21 "ctypes" {>= "0.4.0" & < "0.18.0"} 22 "ctypes-foreign" 23 "tsdl" {>= "0.9.0"} 24 "result" 25 "oasis" {build} 26 "conf-sdl2-ttf" 27] 28synopsis: "SDL2_ttf bindings to go with Tsdl" 29description: 30 "Tsdl_ttf provides bindings to SDL2_ttf intended to be used with Tsdl." 31flags: light-uninstall 32url { 33 src: "https://github.com/tokenrove/tsdl-ttf/archive/0.2.tar.gz" 34 checksum: [ 35 "sha256=09093a0ef52bead9c7b4f673610ddb48840b17448b3ed95a2a7ff1c096ad06b3" 36 "md5=8ddf57c2fa30e074e453dc5a5a81eb46" 37 ] 38}