On Thu, Nov 14, 2024 at 01:40:28PM +0100, Benjamin Erhart via curl-library wrote: > Just mailing you to let you know I started a new effort to bring libcurl to > Apple platforms: > > 1. piece: > > https://github.com/greatfire/curl-apple
I've added this one to the downloads page. > 2. piece: > > https://github.com/greatfire/SwiftyCurl > > A wrapper around `curl-apple` which works especially well with Swift, but is > actually itself > written in Objective-C and hence also works nicely in Objective-C, too. :-) > Supposed to be consumed via the CocoaPods dependency management system. This sounds like it belongs on https://curl.se/libcurl/bindings.html as a language binding, but I'm not familiar enough with Swift to say whether it belongs under the Swift or Objective-C category, since both are mentioned in the project. Also, the project site talks about "libcurl's own "multi" multithreading", except libcurl's multi API has nothing to do with multithreading; it provides an alternative to multithreading and, in fact, each handle MUST be used in a single thread. It's really an async API that could be considered a way to implement cooperative multitasking. Dan -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html