ocaml-top icon indicating copy to clipboard operation
ocaml-top copied to clipboard

A simple cross-platform OCaml code editor built for top-level evaluation.

Results 32 ocaml-top issues
Sort by recently updated
recently updated
newest added

Light theme could be useful to have in ocaml-top for the following reasons: - it's easier to read black on white in a bright environment such as outside - on...

Every time, the terminal used to launch ocaml-top throws a bunch of messages, whether all goes fine or not while editing and especially when evaluating OCaml code (when the toplevel...

It's not possible to install ocaml-top.1.1.5 with ocaml.4.14.0: ``` $ opam install ocaml-top [ERROR] Package conflict! * No agreement on the version of ocaml: - (invariant) → ocaml-base-compiler = 4.14.0...

debian 11 ocaml.4.10.0 or 4.09.1 ocaml.4.10.0: a simple 'opam update --upgrade' broke the installed and working ocaml-top. ocaml.4.09.1: a 'opam install ocaml-top' returned the same compilation error. ``` ocaml [ERROR]...

Code `let () = Printf.printf "hallo" ` results in this error `Error: Unbound module CamlinternalFormatBasics` Using ocaml-top version 1.2.0~rc installed via msi Windows 10 Pro Version 10.0.18362 Build 18362 Does...

GTK 2 is being deprecated, and there is largely compatible version of OCaml bindings to GTK 3 is available - [lablgtk3](http://opam.ocaml.org/packages/lablgtk3/). See lablgtk3 branch here: https://github.com/garrigue/lablgtk/tree/lablgtk3

I would like keyboard shortcuts for "Terminate top-level and start a new one" and "Run the current program as far as possible"

I installed `ocpwin64-20160113-4.01.0+ocp1-full-mingw64.exe` and then `ocaml-top-1.1.1-Windows.msi` but when I click the ocaml-top icon nothing happens...

When trying to open files edited with other editors, I have: > Could not open /home/username/lexer.mll because it contains invalid utf-8 characters. Please fix it or choose another file The...

Could you provide latest .msi installation for windows for OCaml beginner? Thanks.