pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

Please consider making riffed available as a package on hex.pm #30

Closed adrienmo closed 6 years ago

adrienmo commented 8 years ago

Please consider making riffed available as a package on hex.pm, so other hex packages can refer to this project as a dependency :)

On another topic, please also consider removing exlager from the lib dependencies, so using this library does not force you to use it.

Thanks!

scohen commented 8 years ago

Sadly, I don't think we can because of the way we use elixir-thrift. It needs to pull in the apache source code, which isn't available on hex.

I'll look into it, but we had a similar problem with elixometer.

jparise commented 8 years ago

elixir-thrift is available on Hex and includes a copy of the required Apache Thrift runtime files. That should provide all of the necessary build and runtime dependencies for Riffed.

scohen commented 8 years ago

I'll give it a shot.