-
Notifications
You must be signed in to change notification settings - Fork 0
/
melange-radix-primitives.opam
44 lines (44 loc) · 1.17 KB
/
melange-radix-primitives.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
42
43
44
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Melange bindings for Radix Primitives"
description: "Melange bindings for Radix Primitives"
maintainer: [
"I Putu Kevin Anantha Vijaya <[email protected]>"
"Rin <[email protected]>"
]
authors: ["I Putu Kevin Anantha Vijaya <[email protected]>"]
license: "MIT"
tags: ["reasonml" "melange" "radix-primitives"]
homepage: "https://github.com/evilfactorylabs/melange-radix-primitives"
doc: "https://evilfactorylabs.github.io/melange-radix-primitives"
bug-reports:
"https://github.com/evilfactorylabs/melange-radix-primitives/issues"
depends: [
"dune" {>= "3.12" & >= "3.12"}
"melange" {>= "2.1.0"}
"ocaml" {>= "5.1.1"}
"reason-react"
"reason-react-ppx"
"melange-testing-library" {with-test}
"melange-jest" {with-test}
"opam-check-npm-deps" {with-test}
"ocaml-lsp-server" {with-test}
"ocamlformat" {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/evilfactorylabs/melange-radix-primitives.git"