I have a project, which offers different features in different git branches. I believe, this is mostly done to simplify external dependencies (that is someone who wants to work with sqlite will not depend on modules for mysql and so on). Unfortunately, the functionality I need does not reside in master.
Is there a way to tell OPAM to fetch the project from a specific branch when installing? If not how might it be possible to add such project into OPAM?