Skip to content

Commit

Permalink
Merge pull request #123 from reynir/patch-1
Browse files Browse the repository at this point in the history
Add ocp-index-top
  • Loading branch information
rizo authored Jan 4, 2018
2 parents b94481d + bc8268b commit b34c997
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,20 +202,21 @@ Two concurrency libraries exist in OCaml: _Lwt_ and _Async_. They provide very s
- [codingground](https://www.tutorialspoint.com/compile_ocaml_online.php) – Compile and execute OCaml code online.
- [iocaml](https://github.com/andrewray/iocaml) – An OCaml kernel for the IPython notebook.
- [utop](https://github.com/diml/utop) – Universal toplevel for OCaml with support of multiline edition, history, real-time and context sensitive completion, colors, and more.
- [ocp-browser](http://www.typerex.org/ocp-index.html#ocp-browser) — Small ncurses-based API and documentation browser. Provided with ocp-index.
- [ocamlbrowser](http://caml.inria.fr/pub/docs/manual-ocaml/browser.html) — A source and compiled interface browser, written using LablTk. Included in the standard distribution for ocaml <= 4.01 and with labltk for ocaml >= 4.02.
- [ghim](https://github.com/samoht/ghim) – A command-line tool to manage Github Issues.
- [OCaml Yeoman Generator](https://github.com/mabrasil/generator-ocaml) – Yeoman generator to scaffold OCaml modules.
- **Foreign Function Interface**:
- [ocaml-main-program-in-c](https://github.com/johnwhitington/ocaml-main-program-in-c) – Example build system for making mixed C/Ocaml binaries where the main program is in C.
- [Modular foreign function bindings](http://openmirage.org/blog/modular-foreign-function-bindings)
- **Editor Plugins**:
- **Editor Integration**:
- [merlin](https://github.com/ocaml/merlin) – Context sensitive completion for Ocaml in Vim and Emacs.
- [tuareg](https://github.com/ocaml/tuareg) - OCaml mode for Emacs that can run the toplevel and the debugger within Emacs.
- [vscode-ocaml](https://github.com/hackwaly/vscode-ocaml/) — extension that provides OCaml language support for [VSCode](https://github.com/microsoft/vscode)
- [Sublime better ocaml](https://github.com/whitequark/sublime-better-ocaml) — Better OCaml mode for Sublime Text.
- [Sublime text package](https://github.com/def-lkb/sublime-text-merlin)
- [ocp-index](http://www.typerex.org/ocp-index.html) — Easy access to the interface information of installed OCaml libraries for editors like Emacs and Vim.
- [ocp-index](http://www.typerex.org/ocp-index.html) — Easy access to the interface information of installed OCaml libraries. Provides standalone tools like `ocp-browser` and `ocp-grep`.
- [ocp-browser](http://www.typerex.org/ocp-index.html#ocp-browser) — Small ncurses-based API and documentation browser.
- [ocp-index-top](https://github.com/reynir/ocp-index-top) — Toplevel directive for looking up documentation using ocp-index.
- [Sublime text package](https://sublime.wbond.net/packages/OCaml%20Autocompletion)
- [ocp-indent](http://www.typerex.org/ocp-indent.html) — Indentation tool for OCaml, to be used from editors like Emacs and Vim.
- [Vim interface](https://github.com/def-lkb/ocp-indent-vim).
Expand Down

0 comments on commit b34c997

Please sign in to comment.