Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd90c352

Browse files
committed
Specify Reason 3.8.2 abd align with opam
1 parentb011939 commitd90c352

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

‎dune-project‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
(dune(and(>=2)(<4)))
2424
(ocaml(and(>=4.12.0)(<5.0.0)))
2525

26-
(js_of_ocaml(and(>=4.0.0)(<=5.0.0)))
27-
(gen_js_api(and(>=1.0.8)(<1.1.0)))
26+
(js_of_ocaml(and(>=4.0.0)(<5.2.0)))
27+
(gen_js_api(and(>=1.0.8)(<1.2.0)))
2828
(ppxlib(>=0.23.0))
2929

3030
;; Test dependencies
@@ -35,10 +35,9 @@
3535

3636
;; Dev dependencies, using with-test so that consumers don't install them (until package is released in opam)
3737
(ocamlformat(and(=0.21.0):with-test))
38-
(reason:with-test)
38+
(reason(and(=3.8.2):with-test))
3939

4040
;; Example dependencies, using with-test so that consumers don't install them (until package is released in opam)
4141
(ppx_blob:with-test)
4242
(js_of_ocaml-lwt:with-test)
43-
4443
))

‎jsoo-react.opam‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"js_of_ocaml-ppx" {with-test}
1818
"conf-npm" {with-test}
1919
"ocamlformat" {= "0.21.0" & with-test}
20-
"reason" {with-test}
20+
"reason" {= "3.8.2" &with-test}
2121
"ppx_blob" {with-test}
2222
"js_of_ocaml-lwt" {with-test}
2323
"odoc" {with-doc}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp