Skip to content

OCamlPro/ocp-plugin-deps

Repository files navigation

Actions Status Release

ocp-plugin-deps

ocp-plugin-deps is a basic tool that helps finding dependencies of plugins, using META files.

It is called as follows:

ocp-plugin-deps PLUGIN [STATIC-LIBRARIES] [-I search-dir]

The PLUGIN parameter is the name of plugin you are interested in. STATIC-LIBRARIES list some of the top libraries that are already in the executable and won't be loaded.

ocp-plugin-deps will then scan the META files, sort the dependencies, and list the dependencies that should be loaded prior to loading PLUGIN.

For every dependency, ocp-plugin-deps will display where to find the corresponding .cmxs file (if not displayed, then it does not exist).

About

Print plugin deps information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published