Opendylan binding around libcurl
This software is alpha.
Gnu TLS variant in Debian/Ubuntu:
sudo apt install libcurl4-gnutls-dev
or OpenSSL variant
sudo apt install libcurl4-openssl-dev
-
Add
dylan-curl
as a dependency to yourdylan-package.json
. -
Add
dylan-curl;
to your library definition. -
Add
easy-curl;
to your module definition.
dylan update
-
Clone the repository.
-
See README in test directory.
-
Build the tests:
dylan build curl-easy-test-suite
- Run the tests:
_build/bin/curl-easy-test-suite