We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6775c1f + 8abdbb2 commit 5182841Copy full SHA for 5182841
Makefile.options
@@ -40,9 +40,9 @@ TEMPLATE_DIR := template.distillery
40
TEMPLATE_NAME := none.pgocaml
41
42
# OCamlfind packages for the server
43
-SERVER_PACKAGES := calendar lwt_ppx js_of_ocaml-ppx.deriving
+SERVER_PACKAGES := calendar lwt_ppx js_of_ocaml-ppx_deriving_json
44
# OCamlfind packages for the client
45
-CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt_ppx js_of_ocaml-ppx.deriving js_of_ocaml-lwt
+CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt_ppx js_of_ocaml-ppx_deriving_json js_of_ocaml-lwt
46
47
# Debug package (yes/no): Debugging info in compilation
48
DEBUG := yes
0 commit comments