forked from ahrefs/melange-recharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmelange-recharts.opam
41 lines (41 loc) · 913 Bytes
/
melange-recharts.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
35
36
37
38
39
40
41
opam-version: "2.0"
synopsis: "Melange bindings for recharts"
description: "Melange bindings for recharts JavaScript library."
maintainer: [
"Liubomyr Mykhalchenko <[email protected]>"
]
authors: [
"Liubomyr Mykhalchenko <[email protected]>"
]
license: "MIT"
tags: ["melange" "org:ahrefs"]
homepage: "https://github.com/ahrefs/melange-recharts/"
bug-reports: "https://github.com/ahrefs/melange-recharts/issues"
depends: [
"dune" {>= "3.8"}
"ocaml"
"melange" {>= "2.0.0"}
"reason" {>= "3.10.0"}
"reason-react"
"reason-react-ppx"
"ocaml-lsp-server" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ahrefs/melange-recharts.git"
depexts: [
["recharts"] {npm-version = "^2.1.12"}
]