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
I'd like to see some example workflows of using ocaml-profiles to develop locally in sandboxes.
One use case would be to create a bunch of OPAM packages that exist only locally on disk, that can all depend on each other without a global installation of them.
I would be interested to see what the flow would be like to make a modification to one of these local dependencies (that exists somewhere else on disk) and then update so that my current locally sandboxed project sees those updates.
The text was updated successfully, but these errors were encountered:
I'd like to see some example workflows of using
ocaml-profiles
to develop locally in sandboxes.One use case would be to create a bunch of OPAM packages that exist only locally on disk, that can all depend on each other without a global installation of them.
I would be interested to see what the flow would be like to make a modification to one of these local dependencies (that exists somewhere else on disk) and then update so that my current locally sandboxed project sees those updates.
The text was updated successfully, but these errors were encountered: