nosetupversion
An `.ocamlinit` helper to `#require` packages in an OCaml toplevels
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.
Author | Marek Kubica <marek@xivilization.net> |
---|---|
Published | |
Homepage | https://github.com/Leonidas-from-XIV/nosetup |
Issue Tracker | https://github.com/Leonidas-from-XIV/nosetup/issues |
Maintainer | Marek Kubica <marek@xivilization.net> |
Dependencies |
|
Source [http] | https://github.com/Leonidas-from-XIV/nosetup/releases/download/v0.8.1/nosetup-0.8.1.tbz sha256=3e3625d6cef46d6ad30e5981ab9f671704e4a0b110ed4d91a3ef3850666bbc20 md5=2c319ec16f31e851cba78240a8bed18c |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/nosetup/nosetup.0.8.1/opam |
No package is dependent