简体   繁体   中英

Erlang library discovery

I'm looking for a service where I can discover new erlang libraries. I know that I can find some in Github or BitBucket, but I was looking for something more specific.

I remember that I had found something like that in the past, but I cannot find it anymore.

Hex is a package manager for the Erlang VM. The majority of the packages are written in Elixir, but there are some Erlang packages as well. Hex currently only supports automatic package management for Elixir, but you can still find Erlang packages and find a link to eg a Github repository.

You can also call Elixir functions directly in your Erlang code, see this post.

What you might be remembering is EXPM which is discontinued in favor of Hex .

You could look into this wiki with benefit of bookmarks being recommend (used and working).

And ErlangCentral is doing a good work with collecting erlang projects in one place, and announcing new releases . It is also a great place for newest blog posts and videos from conferences which is the best way of keeping tabs on what's happening in Erlang work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM