nosetup
An `.ocamlinit` helper to `#require` packages in an OCaml toplevels
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 31 Dec 2016
- Authors
- Maintainers
Sources
Dependencies
Reverse Dependencies