package nosetup

  1. Overview
  2. No Docs
An `.ocamlinit` helper to `#require` packages in an OCaml toplevels

Install

Authors

Maintainers

Sources

nosetup-0.8.1.tbz
md5=2c319ec16f31e851cba78240a8bed18c

Description

nosetup helps you to load the dependencies of your project into your toplevel of choice (OCaml Toplevel as well as UTOP) so you don't have to #require your dependencies yourself. It does so by finding your project metadata (even if you are in a subdirectory, similar to git), parsing it and then using findlib to load it into your toplevel session.

Currently it supports Merlin's .merlin files, though there is no limitation of which files could be supported as long as the findlib package names can be parsed.

Published: 31 Dec 2016

Dependencies (6)

  1. containers
  2. angstrom < "0.7.0"
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind
  6. ocaml >= "4.02.0"

Dev Dependencies

None

Used by

None

Conflicts

None