Hey, a couple of month ago, I wrote a mainline distributed hash table (MLDHT) library in Elixir [1]. This library makes use of an umbrella project. I tried to publish this library to hex, but without luck. Hex gave me the following error message:
,---- | $ mix hex.publish | mix.exs:35: warning: function package/0 is unused | mix.exs:29: warning: function description/0 is unused | ** (Mix) Hex does not support umbrella projects `---- Are umbrella projects not yet supported? Which means it will be supported in the future or are there any other reasons why umbrella projects are not supported? Thanks in advance! Regards Links: [1] https://github.com/cit/MLDHT -- Florian Adamsky http://florian.adamsky.it/ -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" 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-talk/8737ome87a.fsf%40voyager.lan. For more options, visit https://groups.google.com/d/optout.
