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 "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# Tests disabled (infinit loops)
32# "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/sanette/tsdl-ttf.git"
37url {
38 src: "https://github.com/sanette/tsdl-ttf/archive/0.3.tar.gz"
39 checksum: [
40 "md5=5f566d95e7ddce7559d2881dc74e2a83"
41 "sha512=f4774aef3fd501ed95aa65136795256bcd614b1c500392ca8225f94c07f633c9cc372a7a7b59bc12225fd530cd73bb34142ca666d57a8eb78014d413581622f8"
42 ]
43}