Skip to content

Commit bd94d5d

Browse files
committed
fix(*.opam): Add missing deps for server/client build in isolation
1 parent 4b09a7f commit bd94d5d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

learn-ocaml-client.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ depends: [
3535
"ocp-ocamlres" {>= "0.4"}
3636
"omd" {<= "1.3.1"}
3737
"ppx_fields_conv"
38+
"ppxlib"
3839
"ppx_sexp_conv"
3940
"ppx_tools"
4041
"ssl" {= "0.5.5"}

learn-ocaml.opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ depends: [
5050
"omd" {<= "1.3.1"}
5151
"pprint"
5252
"ppx_cstruct"
53+
"ppxlib"
54+
"ppx_sexp_conv"
5355
"ppx_tools"
56+
"ppx_tools_versioned"
5457
"re"
5558
"ssl" {= "0.5.5"}
5659
"uutf" {>= "1.0" }

0 commit comments

Comments
 (0)