···
1
+
# This file is generated by dune, edit dune-project instead
3
+
synopsis: "GUI library for ocaml, with animations, based on SDL2"
5
+
Bogue is an all-purpose GUI library for ocaml, with animations, based on SDL2.
7
+
This library can be used for games or for adding GUI elements to any
10
+
It uses the SDL2 renderer library, which makes it quite fast.
12
+
It is themable, and does not try to look like your desktop. Instead,
13
+
it will look the same on every platform.
15
+
Graphics output is scalable, and hence easily adapts to Hi-DPI
18
+
Programming with bogue is easy if you're used to GUIs with widgets,
19
+
layouts, callbacks, and of course it has a functional flavor. It uses
20
+
Threads when non-blocking reactions are needed."""
21
+
maintainer: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
22
+
authors: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
25
+
homepage: "https://github.com/sanette/bogue"
26
+
doc: "http://sanette.github.io/bogue/Bogue.html"
27
+
bug-reports: "https://github.com/sanette/bogue/issues"
30
+
"tsdl-image" {>= "0.3.0"}
31
+
"tsdl-ttf" {>= "0.3"}
32
+
"ocaml" {>= "4.08.0"}
33
+
"tsdl" {>= "0.9.7" & < "0.9.9"}
37
+
["dune" "subst"] {dev}
46
+
"@runtest" {with-test}
50
+
dev-repo: "git+https://github.com/sanette/bogue.git"
52
+
src: "https://github.com/sanette/bogue/archive/20221002.tar.gz"
54
+
"md5=9eb85caf6526009d598a3ba20fb8a5e3"
55
+
"sha512=6078ec75b8bc5a0e28f7fde1cdf703d7156095becfe67c68c1dd70844b83440cd6492ec4917d489323a5d9805f083b13c8ed92c9bfa39de1eb0bc3013be28ade"