forked from OCamlPro/ezjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ezjs_amcharts3.opam
34 lines (34 loc) · 904 Bytes
/
ezjs_amcharts3.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Amcharts3 binding"
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
authors: [
"Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
"Michael Laporte <michael.laporte@ocamlpro.com>"
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
"Maxime Levillain <maxime.levillain@ocamlpro.com>"
"Steven de Oliveira <steven.de_oliveira@ocamlpro.com>"
]
license: "GPL-3.0-or-later"
homepage: "https://github.com/ocamlpro/ezjs"
doc: "https://ocamlpro.github.io/ezjs/doc"
bug-reports: "https://github.com/ocamlpro/ezjs/issues"
depends: [
"dune" {>= "2.5"}
"ezjs_utils.bind"
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocamlpro/ezjs.git"