···
2
+
synopsis: "GUI library for ocaml, with animations, based on SDL2"
4
+
Bogue is an all-purpose GUI library for ocaml, with animations, based on SDL2.
6
+
This library can be used for games or for adding GUI elements to any
9
+
It uses the SDL2 renderer library, which makes it quite fast.
11
+
It is themable, and does not try to look like your desktop. Instead,
12
+
it will look the same on every platform.
14
+
Graphics output is scalable, and hence easily adapts to Hi-DPI
17
+
Programming with bogue is easy if you're used to GUIs with widgets,
18
+
layouts, callbacks, and of course it has a functional flavor. It uses
19
+
Threads when non-blocking reactions are needed."""
20
+
maintainer: "Vu Ngoc San <san.vu-ngoc@laposte.net>"
21
+
authors: "Vu Ngoc San <san.vu-ngoc@laposte.net>"
24
+
homepage: "https://github.com/sanette/bogue"
25
+
doc: "http://sanette.github.io/bogue/Bogue.html"
26
+
bug-reports: "https://github.com/sanette/bogue/issues"
29
+
"tsdl-image" {>= "0.3.0"}
30
+
"tsdl-ttf" {>= "0.3"}
31
+
"ocaml" {>= "4.08.0"}
36
+
["dune" "subst"] {dev}
45
+
"@runtest" {with-test}
49
+
dev-repo: "git+https://github.com/sanette/bogue.git"
51
+
src: "https://github.com/sanette/bogue/archive/refs/tags/20220101.tar.gz"
53
+
"md5=c49f1f9fd5b8a5f8b596fa28c00676ce"
54
+
"sha512=6392e55b73598025346b8eab580c783cee697d1d7b35e05180839e88121b9304f1da2be71bf193fdb70f537f7b2189a04bed1c50843a9496fa51345f13eb9c81"