28 lines
629 B
Plaintext
28 lines
629 B
Plaintext
(lang dune 3.14)
|
|
|
|
(name gadgetobrr)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(authors "swrup <swrup@protonmail.com>")
|
|
|
|
(maintainers "Swrup")
|
|
|
|
(source
|
|
(uri git+https://git.zapashcanon.fr/swrup/gadgetobrr.git))
|
|
|
|
(homepage https://git.zapashcanon.fr/swrup/gadgetobrr)
|
|
|
|
(bug_reports https://git.zapashcanon.fr/swrup/gadgetobrr/issues)
|
|
|
|
(license ISC)
|
|
|
|
(package
|
|
(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")
|
|
(depends ocaml dune js_of_ocaml brr)
|
|
(tags
|
|
(topics js_of_ocaml brr widget)))
|