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
{{ message }}
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
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.
I'd like to see some example workflows of using
ocaml-profilesto 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.