package ocaml-top

  1. Overview
  2. Docs
The OCaml interactive editor for education

Install

Dune Dependency

Authors

Maintainers

Sources

1.2.0.tar.gz
md5=a4df4adc74b881f90aa14e6ed4156b27
sha512=f14fc5da21985e777d7f8cdbd96d795ff045eb96ff1aafa2d386754e74fcd92f25411b0d50b9acff71f0dc416b4d66aee05566f6091e74f0ab7298e9880cf8a6

Description

OCaml-top is a GTK-based editor coupled with an OCaml top-level, providing straight forward evaluation controls, built-in syntax coloring and forced visual indentation. It's cross-platform and specially tailored for students and lab sessions.

README

ocaml-top

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

Features

  • Full functionality on Windows

  • Code edition

  • Syntax coloration and indentation

  • Toplevel integration

  • Error localisation

Planned features

  • Compilation

  • Code completion

  • Easy documentation access

  • Multi-file projects

Build

The preferred way is opam install ocaml-top (or opam pin add ocaml-top . from the source directory). The following explains how to compile directly, and on Windows.

Builds using jbuilder. You should just need to run make or jbuilder build from the root of the project. You will need ocp-indent and ocp-index installed too.

To build on Windows, you will need cygwin with mingw32, and the mingw ocaml distribution (not cygwin !). See utils/mkwin.sh which may help you setup the build environment (contains the URLs of required installers and packages, and contains code to install the correct gtk distribution with sourceview and prerequisite, fix pkgconfig, and compile lablgtk with gtksourceview support). You will also need ocp-indent and (for completion/doc) ocp-index, which should be as simple as git clone, make -f Makefile.simple install.

License

ocaml-top is released under GPLv3. See the file LICENSE for more information.

It also includes icons from the KDE oxygen set, available under LGPLv3, and three modified files from GtkSourceView, available under LGPLv2.1 or later (see the headers in data/ for more detail).

The convenient utils/mkwinapp used in the windows build process is Copyright (c) 2002-2004 by Harry Chomsky, and released under LGPL v2 or later.

Dependencies (7)

  1. ocp-index >= "1.3.4"
  2. ocp-indent >= "1.8.1"
  3. lablgtk3-sourceview3
  4. lablgtk3
  5. cppo build
  6. dune >= "1.10"
  7. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None