Questions tagged [hex-pm]

Hex is a package manager for the Erlang ecosystem.

Hex is a package manager for the Erlang ecosystem.

18 questions
0
votes
1 answer

How to install an older version of Hex?

If I run mix local.hex, I'd get the latest version of Hex. How can I: list available versions; install an older version?
Alexander Popov
  • 23,073
  • 19
  • 91
  • 130
0
votes
1 answer

Elixir Decimal and :erlang_decimal

I'm using an erlang library called erlang_decimal to do some decimal math. My application also uses Decimal as a sub-dependency for Ecto, which is an Elixir library for basically the same kind of thing. Here's my mix.exs: defp deps do [ …
Zoidberg
  • 425
  • 3
  • 10
0
votes
1 answer

Mix Project Without a lib path

I have an existing ruby project that contains a list of protocol-buffer definitions. I would like to setup a mix.exs file and generate a hex package based on those same protocol-buffer definitions. I can't seem to find out how to configure my mix…
mmmries
  • 967
  • 8
  • 12
1
2