this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "SDL2_Ttf bindings to go with Tsdl" 4description: 5 "Tsdl_ttf provides bindings to SDL2_ttf 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" "graphics" "bindings" "ttf"] 10homepage: "https://github.com/sanette/tsdl-ttf" 11bug-reports: "https://github.com/sanette/tsdl-ttf/issues" 12depends: [ 13 "dune" {>= "2.7"} 14 "ocaml" {>= "4.03"} 15 "tsdl" {>= "0.9.1"} 16 "conf-sdl2-ttf" 17 "ctypes" {>= "0.4.0"} 18 "ctypes-foreign" 19 "dune-configurator" 20 "odoc" {with-doc} 21] 22build: [ 23 ["dune" "subst"] {dev} 24 [ 25 "dune" 26 "build" 27 "-p" 28 name 29 "-j" 30 jobs 31 "@install" 32# Tests disabled (infinit loops) 33# "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/sanette/tsdl-ttf.git" 38url { 39 src: "https://github.com/sanette/tsdl-ttf/archive/0.3.2.tar.gz" 40 checksum: [ 41 "md5=2b369db0cdf51b27e805dd82694ab6e3" 42 "sha512=9a7e9018ee24dbaa336d2d6fd542b2ddb59d2ef065bbb21534ccb7657a75cc831e7e5de5aee663b8b5adc7c8506e597f8cb529f5e6f59518ff6f739d77a3c671" 43 ] 44}