rename lib
This commit is contained in:
parent
f0ef5803b7
commit
fc4b8f5b8f
10 changed files with 63 additions and 55 deletions
33
gadgetobrr.opam
Normal file
33
gadgetobrr.opam
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
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"
|
||||
maintainer: ["Swrup"]
|
||||
authors: ["swrup <swrup@protonmail.com>"]
|
||||
license: "ISC"
|
||||
tags: ["topics" "js_of_ocaml" "brr" "widget"]
|
||||
homepage: "https://git.zapashcanon.fr/swrup/gadgetobrr"
|
||||
bug-reports: "https://git.zapashcanon.fr/swrup/gadgetobrr/issues"
|
||||
depends: [
|
||||
"ocaml"
|
||||
"dune" {>= "3.14"}
|
||||
"js_of_ocaml"
|
||||
"brr"
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
dev-repo: "git+https://git.zapashcanon.fr/swrup/gadgetobrr.git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue