-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
39 lines (28 loc) · 950 Bytes
/
dune-project
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
(lang dune 3.12)
(using melange 0.1)
(generate_opam_files true)
(name melange-radix-icons)
(source
(github kevanantha/melange-radix-icons))
(authors "I Putu Kevin Anantha Vijaya <[email protected]>")
(maintainers "I Putu Kevin Anantha Vijaya <[email protected]>")
(homepage "https://github.com/kevanantha/melange-radix-icons")
(bug_reports "https://github.com/kevanantha/melange-radix-icons/issues")
(documentation "https://kevanantha.github.io/melange-radix-icons")
(license "MIT")
(package
(name melange-radix-icons)
(synopsis "Melange bindings for radix-icons")
(depends
(dune
(>= 3.12))
(melange
(>= 2.1.0))
(ocaml
(>= 5.1.1))
reason-react
reason-react-ppx
(opam-check-npm-deps :with-test) ; todo: use with-dev-setup once opam 2.2 is out
(ocaml-lsp-server :with-test) ; todo: use with-dev-setup once opam 2.2 is out
(ocamlformat :with-test) ; todo: use with-dev-setup once opam 2.2 is out
))