-
Below is a backtrace. I can also provide the memory map if that would be of any help. I have an instance of ocsigenserver running a small eliom project and it consistently crashes after a short while …
-
I tried to integrate ocamllex/ocamlyacc generated files in an eliom-distillery generated project
(https://github.com/yetanotherion/eliom_and_facebook)
but did not manage to customize the Makefile.
The…
-
It would be nice if you could change the titles of the different pages in the eliom documentation. I currently have a dozen tabs open with different doc pages, and all my tabs say "Eliom". Not super …
-
Right decision seems to enter text in .eliom file and use a tool which generates HTML from it. As a result we should get something like [software foundations](http://www.cis.upenn.edu/~bcpierce/sf/cur…
-
It would be nice to have a --package flag to give a package. It would load the dependency recursively.
This is currently possible with `ocp-browser --no-opamlib -I `ocamlfind query -separator , -r PA…
-
I know it's possible to have a stand-alone client app that can be used offline, I also know that there are some workaround involved, but afaik there is no documentation about it (except maybe the graf…
Drup updated
10 years ago
-
`make byte` eventually fails with:
```
+ ocamlfind ocamlc -c -g -keep-locs -thread -syntax camlp4o -I src/lib/server -package lwt,ocsigenserver,ocsigenserver.ext,tyxml,calendar -package lwt.syntax -w…
-
eliom-distillery -name myapp -template os.pgocaml
...
make test.byte
...
ocsigenserver: ocsigen:main: Fatal - Error in configuration file: Error while parsing configuration file: Eliom: while load…
-
I found this module by searching in google, after I have seen it in a piece of code. This is the module I needed, but I would have no idea it existed if I did not see this code. Probably a missing lin…
-
debian 10
ocaml 4.10.0
ocsigen-start.4.0.0
psql startup is fine.
make test.byte immediately triggers the following error:
```
mkdir _deps …