34 lines
811 B
Plaintext
34 lines
811 B
Plaintext
# 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"
|