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/