I have a project that offers different functions in different branches of git. I believe that this is mainly done to simplify external dependencies (i.e. someone who wants to work with sqlite will not depend on modules for mysql, etc.). Unfortunately, the functionality that I need is not in the main.
Is there any way to tell OPAM to fetch a project from a specific branch during installation? If not, how can I add such a project to OPAM?
source share