Theoretically yes. Mix doesn't know about Hex but Hex integrates itself into Mix using the SCM API. You could do the same for your dependencies but you will have to implement all of the integration code.
On Monday, May 16, 2016, Eyal Lapid <[email protected]> wrote: > Can mix be used to manage dependencies other then another elixir projects? > > My current use case is an elixir mix project revolving around an xsd which > is subjected to infrequent changes. I wanted to ask if I could take out the > xsd > and wrap it in another of its own mix package, this in turn could be > specified and version managed in my elixir mix project dependencies. > > Is this can be done today or feasible/logical for Mix ? > > -- > You received this message because you are subscribed to the Google Groups > "elixir-lang-core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','elixir-lang-core%[email protected]');> > . > To view this discussion on the web visit > https://groups.google.com/d/msgid/elixir-lang-core/e67b4a32-b24a-41d7-8aa1-869f24566b61%40googlegroups.com > <https://groups.google.com/d/msgid/elixir-lang-core/e67b4a32-b24a-41d7-8aa1-869f24566b61%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *José Valim* www.plataformatec.com.br Skype: jv.ptec Founder and Director of R&D -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4K2y%3D2upGPfsioH_ZwZ3u%3D61Z97Gfp_8vtC%2BoLV6xQ%3Dxg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
