gadgetobrr/dune-project

28 lines
629 B
Text
Raw Normal View History

2024-04-11 15:46:46 +02:00
(lang dune 3.14)
2024-04-16 04:03:20 +02:00
(name gadgetobrr)
2024-04-11 15:46:46 +02:00
(generate_opam_files true)
2024-04-16 04:03:20 +02:00
(authors "swrup <swrup@protonmail.com>")
(maintainers "Swrup")
2024-04-11 15:46:46 +02:00
2024-04-16 04:03:20 +02:00
(source
(uri git+https://git.zapashcanon.fr/swrup/gadgetobrr.git))
2024-04-11 15:46:46 +02:00
2024-04-16 04:03:20 +02:00
(homepage https://git.zapashcanon.fr/swrup/gadgetobrr)
2024-04-11 15:46:46 +02:00
2024-04-16 04:03:20 +02:00
(bug_reports https://git.zapashcanon.fr/swrup/gadgetobrr/issues)
2024-04-11 15:46:46 +02:00
2024-04-16 04:03:20 +02:00
(license ISC)
2024-04-11 15:46:46 +02:00
(package
2024-04-16 04:03:20 +02:00
(name gadgetobrr)
(synopsis "Brr based library to help making input elements")
(description "library based on Brr to make input elements and setup listeners \
on them to tweak values")
2024-04-11 15:46:46 +02:00
(depends ocaml dune js_of_ocaml brr)
(tags
2024-04-16 04:03:20 +02:00
(topics js_of_ocaml brr widget)))