feature request: add libcurl
Opened this issue · 2 comments
brentp commented
thanks for the project, it's a great reference. it would be nice to have a target for a static curl build.
kaushalmodi commented
Hello,
I only know about the curl utility; wasn't aware of libcurl.
This repo is open to any musl-built library recipe. Would you like to provide a PR for it? You only need to successfully build libcurl with musl locally, and converting that to the NimScript would be pretty straightforward.
dvn0 commented
You only need to successfully build libcurl with musl locally, and converting that to the NimScript would be pretty straightforward.
Would be nice to have some info in the README about this. Not a tutorial or anything, but just some info regarding writing new library recipes.