(lang dune 3.14)
(name gadgetobrr)
(generate_opam_files true)

(authors "swrup <swrup@protonmail.com>")
(maintainers "swrup <swrup@protonmail.com>")
(license ISC)

(source
 (uri git+https://forge.kumikode.org/swrup/gadgetobrr.git))
(homepage https://forge.kumikode.org/swrup/gadgetobrr)
(bug_reports https://forge.kumikode.org/swrup/gadgetobrr/issues)

(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 (tiny_httpd :with-dev-setup))
 (tags
  (topics js_of_ocaml brr widget)))
