···
+
# This file is generated by dune, edit dune-project instead
+
synopsis: "GUI library for ocaml, with animations, based on SDL2"
+
Bogue is an all-purpose GUI library for ocaml, with animations, based on SDL2.
+
This library can be used for games or for adding GUI elements to any
+
It uses the SDL2 renderer library, which makes it quite fast.
+
It is themable, and does not try to look like your desktop. Instead,
+
it will look the same on every platform.
+
Graphics output is scalable, and hence easily adapts to Hi-DPI
+
Programming with bogue is easy if you're used to GUIs with widgets,
+
layouts, callbacks, and of course it has a functional flavor. It uses
+
Threads when non-blocking reactions are needed."""
+
maintainer: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
+
authors: ["Vu Ngoc San <san.vu-ngoc@laposte.net>"]
+
homepage: "https://github.com/sanette/bogue"
+
doc: "http://sanette.github.io/bogue/Bogue.html"
+
bug-reports: "https://github.com/sanette/bogue/issues"
+
"tsdl-image" {>= "0.3.0"}
+
"tsdl" {>= "0.9.7" & < "0.9.9"}
+
dev-repo: "git+https://github.com/sanette/bogue.git"
+
src: "https://github.com/sanette/bogue/archive/20240225.tar.gz"
+
"md5=e03c1e72b29262bdeae37ffdfdb520b3"
+
"sha512=0d643de102fcf43847db11de6bcc640327f2d96175ef988b306fbb18c00906204be8c155b434692e3322d19f35d0260d4a6ebecfb05a5cb86258f59289fe4fe6"