iocamlserver
iocamlserver copied to clipboard
Web server for IOCaml
In my attempt to port this to jbuilder, I need to get rid of the cow camlp4 extension. But that extension doesn't have a ppx port. I think the easiest...
launch iocaml with an inbuilt notebook which provides the documentation for the tools. Make the option prominent when -h/-help is given.
To add direct support for publishing notebooks to the cloud. A possible Javascript version for iocamljs would also make statically served notebooks more useful.
For file accesses using resolve_file will strip `..` and help to keep us within appropriate file paths (symlinks not withstanding)
The following are potential candidates (esp. `-short-paths`). ``` Usage: ocaml [script-file [arguments]] options are: -absname Show absolute filenames in error messages -I Add to the list of include directories -labels...