Skip to content

fraya/dylan-curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dylan-curl

Opendylan binding around libcurl

This software is alpha.

Usage

Install curl library

Gnu TLS variant in Debian/Ubuntu:

sudo apt install libcurl4-gnutls-dev

or OpenSSL variant

sudo apt install libcurl4-openssl-dev

Install dylan-curl library

  • Add dylan-curl as a dependency to your dylan-package.json.

  • Add dylan-curl; to your library definition.

  • Add easy-curl; to your module definition.

Update

dylan update

Tests

  1. Clone the repository.

  2. See README in test directory.

  3. Build the tests:

dylan build curl-easy-test-suite
  1. Run the tests:
_build/bin/curl-easy-test-suite

Documentation

See https://github.com/fraya/dylan-curl

Releases

No releases published

Packages

No packages published