parapluu / nifty

Erlang NIF Wrapper Generator
http://parapluu.github.io/nifty/
Other
141 stars 29 forks source link

Publish to Hex.pm #47

Open brucify opened 8 years ago

brucify commented 8 years ago

Hex.pm is the package manager for the Erlang ecosystem. Uploading to Hex.pm would allow people to more easily discover this project.

https://hex.pm/packages?search=nifty

Use Rebar3 to publish. See publishing guide on http://www.rebar3.org/docs/publishing-packages

TheGeorge commented 6 years ago

I am currently freshening up Nifty a bit. I got rebar3 running (#52 ) but as of right now it is not possible to publish a package on Hex.pm.

The reason is that Nifty has rebar3 as dependency (for creating the OTP library structure and compiling the modules) but rebar3 does not have a Hex release (see erlang/rebar3#1814).

paulo-ferraz-oliveira commented 3 years ago

~It seems nifty ended up being published in Hex.pm. So, no need for a rebar3 Hex.pm version?~ This is not true; check https://github.com/parapluu/nifty/issues/47#issuecomment-691938661 below.

kostis commented 3 years ago

It's news to us (to me, at least) that nifty has been published in Hex.pm. Also, whoever published it there never notified us and has described nifty in a strange, to say the least, way.

paulo-ferraz-oliveira commented 3 years ago

It's news to us (to me, at least) that nifty has been published in Hex.pm. Also, whoever published it there never notified us and has described nifty in a strange, to say the least, way.

Hi, @kostis, you are absolutely right. It's not the same nifty :-)

I should've dug deeper.

It's not even a fork.

I'll retract my initial message (I was careful enough to write "seems", though 😄).

tsloughter commented 3 years ago

Yea, this got me all confused. You could publish this package under the name nifty_erl.