Package and dependencies

Hi,

I have developed a package for benchmarking called 'deqdip and I’d like to submit it to hex.pm. I’ve not submitted to hex.pm before and I’m not sure that I can package it in a way that is conformant. Since
it has quite a few source files that are not elixir .ex files. I thought about submitting the .ex files and
including an external dependency to github but read that this was not possible.

Thanks for any advice/suggestions

The project files are here

  1. Make it into Mix project
  2. Create directory c_src or native or whatever you like
  3. Add this folder to Hex specification
  4. Configure native code compilation
  5. Publish
2 Likes

Take a look at this package:

There are many projects based on Erlang nifs for example:

I recommend to learn from those and many other projects.

1 Like