File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ module Intern = struct
15
15
end
16
16
17
17
let with_package = function
18
- | "eliom .ppx.type" -> " pkg_ppx_eliom_types"
19
- | " eliom .ppx.client"
20
- | " eliom .ppx.server"
18
+ | "ppx_eliom .ppx.type" -> " pkg_ppx_eliom_types"
19
+ | " ppx_eliom .ppx.client"
20
+ | " ppx_eliom .ppx.server"
21
21
| " eliom.syntax.predef"
22
22
| " eliom.client"
23
23
| "eliom.server" -> (* do noting in this case *) " pkg_dummy"
Original file line number Diff line number Diff line change 5
5
(libraries
6
6
eliom.internal
7
7
eliom.client.internal
8
- eliom.server
8
+ ipaddr
9
9
lwt
10
10
js_of_ocaml
11
11
js_of_ocaml-lwt
12
12
js_of_ocaml-lwt.logger
13
13
js_of_ocaml.tyxml
14
- ocsigenserver.cookies
15
14
lwt_log
16
15
lwt_react
16
+ netstring-pcre
17
+ ocsigenserver
18
+ ocsigenserver.cookies
19
+ ocsigenserver.ext
17
20
react
18
21
reactiveData
19
22
tyxml)
Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ module MakeIntern (I : INTERNALS)(Eliom : ELIOM) = struct
69
69
70
70
let get_eliom_syntax_ppx = function
71
71
| `Client ->
72
- " eliom .ppx.client"
72
+ " ppx_eliom .ppx.client"
73
73
| `Server ->
74
- " eliom .ppx.server"
74
+ " ppx_eliom .ppx.server"
75
75
| `Type ->
76
- " eliom .ppx.type"
76
+ " ppx_eliom .ppx.type"
77
77
78
78
let get_syntaxes_p4 with_eliom_syntax eliom_syntax src =
79
79
let eliom_syntax = get_eliom_syntax_p4 eliom_syntax in
You can’t perform that action at this time.
0 commit comments