Re: [julia-users] Re: LZMA decompression with Julia

2016-09-18 Thread Yichao Yu
On Sun, Sep 18, 2016 at 9:50 AM, Femto Trader wrote: > I'm still blocked > https://github.com/yuyichao/LibArchive.jl/issues/2 > Any help is welcome. > As I said, you shouldn't require a IOStream, it basically means that you can't support anything other than a raw file

[julia-users] Re: LZMA decompression with Julia

2016-09-18 Thread Femto Trader
I'm still blocked https://github.com/yuyichao/LibArchive.jl/issues/2 Any help is welcome. Le samedi 17 septembre 2016 18:54:48 UTC+2, Femto Trader a écrit : > > Thanks I will have a look > > Le samedi 17 septembre 2016 16:18:34 UTC+2, Tony Kelman a écrit : >> >> Your best bet is probably

[julia-users] Re: LZMA decompression with Julia

2016-09-17 Thread Femto Trader
Thanks I will have a look Le samedi 17 septembre 2016 16:18:34 UTC+2, Tony Kelman a écrit : > > Your best bet is probably https://github.com/yuyichao/LibArchive.jl > > > On Saturday, September 17, 2016 at 7:14:56 AM UTC-7, Femto Trader wrote: >> >> Hello, >> >> I'd like to read a LZMA compressed

[julia-users] Re: LZMA decompression with Julia

2016-09-17 Thread Tony Kelman
Your best bet is probably https://github.com/yuyichao/LibArchive.jl On Saturday, September 17, 2016 at 7:14:56 AM UTC-7, Femto Trader wrote: > > Hello, > > I'd like to read a LZMA compressed file with Julia. > I haven't found such a library. > Maybe I missed it ? > > Any help is welcome. > >