init
This commit is contained in:
commit
2ff3fcaa49
15 changed files with 602 additions and 0 deletions
21
dune-project
Normal file
21
dune-project
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
(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)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue