forked from reasonml/reason-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
reason-react-dev.opam
32 lines (31 loc) · 945 Bytes
/
reason-react-dev.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
opam-version: "2.0"
homepage: "https://reasonml.github.io/reason-react/"
bug-reports: "https://github.com/reasonml/reason-react/issues"
description: """
ReasonReact helps you use Reason to build React components with deeply integrated, strong, static type safety.
It is designed and built by people using Reason and React in large, mission critical production React codebases.
"""
synopsis: "Reason bindings for React.js"
maintainer: "David Sancho <[email protected]>"
author: [ "Cheng Lou <[email protected]>" "Ricky Vetter <[email protected]>"]
depends: [
"dune" {>= "3.6.0" & < "4"}
"ocaml" {> "4.06.1" & < "5"}
"ocaml-lsp-server" {> "1.4.1" & <= "1.15.1-4.14"}
"reason" {<= "3.8.2" & < "4"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/reasonml/reason-react.git"