-
```
$ opam install ojwidgets
The following dependencies couldn't be met:
- ojwidgets -> ojquery -> js_of_ocaml < 2.4.1
Your request can't be satisfied:
- js_of_ocaml
-
Hello,
I'm Cygwin user on Windows 10. I have installed all dependencies (you can see dbm, lwt_ssl, and so on are already installed by opam)
I have this eror message. So I decide to clean and retry…
Et7f3 updated
5 years ago
-
In recent Eliom versions, when an eliom service is configured under a `` tag and one switches from one service to another by following a link, RPC calls fails with 404 as they no longer includes the s…
-
- [ ] Web Interface in Eliom
- [ ] CLI
-
My compilation instructions:
```
js_of_eliom -rectypes -ppx -o local/var/www/twittex/eliom/twittex.js -package lwt.ppx -package js_of_ocaml.ppx -package js_of_ocaml.deriving.ppx -package ocsature.c…
-
Eliom 6.0, Ocaml 4.03.0+Flambda
I tried to do the tutorial example [here](https://ocsigen.org/tuto/manual/basicwebsite#service). When running `make test.byte`, I get the following error:
oc…
-
I've found myself needing to switch away from server-side defined reactive signals and nodes, as the server-side `Eliom_shared.React.S` interface is partial compared to `React.S` (in contrast to the c…
-
Trying to use sociaml-oauth-client lib (which uses cohttp), I can not run my server. It fails at startup.
```
eliomc -rectypes -ppx -infer -package lwt -package lwt.ppx -package ssl -package lwt_s…
-
In `Eliom_services`, either the parameter of type `ocaml` or the last parameter of type `t` should be non-variant. Otherwise, the type of `Eliom_service.create_ocaml` is wrong : the OCaml type gets ge…
-
Hello,
I got a compilation error with -type-conv while I'm compiling my eliom project.
```
eliomopt -type-conv -c -package yojson -package bson -package cohttp -package cohttp.lwt -package mongo -pa…