rename lib

This commit is contained in:
Swrup 2024-04-16 04:03:20 +02:00
parent f0ef5803b7
commit fc4b8f5b8f
10 changed files with 63 additions and 55 deletions

View file

@ -1,26 +1,27 @@
(lang dune 3.14)
(name slippery_slidy)
(name gadgetobrr)
(generate_opam_files true)
(authors "swrup <swrup@protonmail.com>")
(maintainers "Swrup")
(source
(github username/reponame))
(uri git+https://git.zapashcanon.fr/swrup/gadgetobrr.git))
(authors "Author Name")
(homepage https://git.zapashcanon.fr/swrup/gadgetobrr)
(maintainers "Maintainer Name")
(bug_reports https://git.zapashcanon.fr/swrup/gadgetobrr/issues)
(license LICENSE)
(documentation https://url/to/documentation)
(license ISC)
(package
(name slippery_slidy)
(synopsis "A short synopsis")
(description "A longer description")
(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 "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
(topics js_of_ocaml brr widget)))