ckrause / loda

LODA is an assembly language, a computational model and a tool for mining integer sequence programs.
Apache License 2.0
20 stars 5 forks source link

Use libcurl #126

Closed ckrause closed 3 years ago

ckrause commented 3 years ago

We currently call the wget command-line tool to fetch files from the Internet. It would be better to integrate libcurl instead: https://curl.se/libcurl/

Blocker at the moment: we currently use make for building. If we start consuming libraries, we'll probably need to switch to cmake instead.