helgee / RemoteFiles.jl

Download files from the Internet and keep them up-to-date.
Other
49 stars 8 forks source link

Use Curl BinaryBuilder artifact #24

Open kiranshila opened 2 years ago

kiranshila commented 2 years ago

Instead of depending on the user having curl installed, you can have this package depend on https://github.com/JuliaWeb/LibCURL.jl and use it's executable instead

helgee commented 2 years ago

Yes, or I could just use the Downloads.jl stdlib which uses libCURL internally.