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.
1 parent fa5972d commit c18369dCopy full SHA for c18369d
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
44
# OCamlfind packages for the client
45
-CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt.ppx js_of_ocaml-ppx.deriving
+CLIENT_PACKAGES := calendar js_of_ocaml js_of_ocaml-ppx lwt_ppx js_of_ocaml-ppx.deriving
46
47
# Debug package (yes/no): Debugging info in compilation
48
DEBUG := yes
0 commit comments