Skip to content

Commit 5d555bd

Browse files
committed
Working with OCaml 5.0.0 / jsoo 5.0.1
1 parent 6032da4 commit 5d555bd

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

learn-ocaml-client.opam.locked

+3-5
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ depends: [
6161
"fieldslib" {= "v0.16.0"}
6262
"fmt" {= "0.9.0"}
6363
"fpath" {= "0.7.3"}
64-
"gen" {= "1.1"}
6564
"gg" {= "1.0.0"}
6665
"gmap" {= "0.3.0"}
6766
"hex" {= "1.4.0"}
@@ -70,9 +69,9 @@ depends: [
7069
"ipaddr" {= "5.6.0"}
7170
"ipaddr-sexp" {= "5.6.0"}
7271
"jane-street-headers" {= "v0.16.0"}
73-
"js_of_ocaml" {= "5.8.2"}
74-
"js_of_ocaml-compiler" {= "5.8.2"}
75-
"js_of_ocaml-ppx" {= "5.8.2"}
72+
"js_of_ocaml" {= "5.0.1"}
73+
"js_of_ocaml-compiler" {= "5.0.1"}
74+
"js_of_ocaml-ppx" {= "5.0.1"}
7675
"json-data-encoding" {= "1.0.1"}
7776
"jsonm" {= "1.0.1"}
7877
"jst-config" {= "v0.16.0"}
@@ -123,7 +122,6 @@ depends: [
123122
"re" {= "1.10.3"}
124123
"result" {= "1.5"}
125124
"rresult" {= "0.7.0"}
126-
"sedlex" {= "3.2"}
127125
"seq" {= "base"}
128126
"sexplib" {= "v0.16.0"}
129127
"sexplib0" {= "v0.16.0"}

learn-ocaml.opam.locked

+6-8
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ depends: [
6363
"ezjsonm" {= "1.3.0"}
6464
"fmt" {= "0.9.0"}
6565
"fpath" {= "0.7.3"}
66-
"gen" {= "1.1"}
6766
"gg" {= "1.0.0"}
6867
"gmap" {= "0.3.0"}
6968
"hex" {= "1.4.0"}
@@ -72,12 +71,12 @@ depends: [
7271
"ipaddr" {= "5.6.0"}
7372
"ipaddr-sexp" {= "5.6.0"}
7473
"jane-street-headers" {= "v0.16.0"}
75-
"js_of_ocaml" {= "5.8.2"}
76-
"js_of_ocaml-compiler" {= "5.8.2"}
77-
"js_of_ocaml-lwt" {= "5.8.2"}
78-
"js_of_ocaml-ppx" {= "5.8.2"}
79-
"js_of_ocaml-toplevel" {= "5.8.2"}
80-
"js_of_ocaml-tyxml" {= "5.8.2"}
74+
"js_of_ocaml" {= "5.0.1"}
75+
"js_of_ocaml-compiler" {= "5.0.1"}
76+
"js_of_ocaml-lwt" {= "5.0.1"}
77+
"js_of_ocaml-ppx" {= "5.0.1"}
78+
"js_of_ocaml-toplevel" {= "5.0.1"}
79+
"js_of_ocaml-tyxml" {= "5.0.1"}
8180
"json-data-encoding" {= "1.0.1"}
8281
"json-data-encoding-browser" {= "1.0.1"}
8382
"jsonm" {= "1.0.1"}
@@ -138,7 +137,6 @@ depends: [
138137
"reactiveData" {= "0.3.0"}
139138
"result" {= "1.5"}
140139
"rresult" {= "0.7.0"}
141-
"sedlex" {= "3.2"}
142140
"seq" {= "base"}
143141
"sexplib" {= "v0.16.0"}
144142
"sexplib0" {= "v0.16.0"}

0 commit comments

Comments
 (0)