ocamlscript
ocamlscript copied to clipboard
Write an OCaml script, run an optimized executable
Error I get if I try to run an ocamlscript under a 5.1.0 ocaml switch. It does not happen w/ earlier versions of ocaml.
Ocamlscript looks like it would be incredibly useful for a nixos user. If ocamlscript is intended to eventually be built with dune, I could help out once that is done...
I've been writing some scripts which share some common code in a separate module. When I edit the script itself and run it, the code is recompiled as expected. When...
for the no-merlin-errors to work I think ocamlscript.cmi/std.cmi must be installed. nice to see this old project revived/advertised - it's great. revision: I see ocamlscript.cmi now in for v3.0.0 !...
``` A .travis.yml file should be added to the repository and the CI system should be turned on by an administrator. Generally, builds should be tried on the latest several...
If we do this, then it compiles with dune, but all the tests and examples fail like ``` File "/home/berenger/src/ocamlscript/tests/./unpack", line 9, characters 0-26: Error: Unbound module Ocamlscript ``` Hence...