You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a --package flag to give a package. It would load the dependency recursively.
This is currently possible with ocp-browser --no-opamlib -I ocamlfind query -separator , -r PACKAGE``.
It's very useful for eliom, to avoid the module collision.
The text was updated successfully, but these errors were encountered:
I was a bit reluctant to add dependencies to findlib and META files, etc. but as long as we don't require them or findlib to be installed, I think it's fine. Adding a convenience shortcut for -I could indeed be useful.
@rgrinberg, we don't look at META files yet, so that would be difficult in the general case. However, you can get the location of the file that was used for lookup:
It would be nice to have a --package flag to give a package. It would load the dependency recursively.
This is currently possible with
ocp-browser --no-opamlib -I
ocamlfind query -separator , -r PACKAGE``.It's very useful for eliom, to avoid the module collision.
The text was updated successfully, but these errors were encountered: