Skip to content

MarcelineVQ/idris2-curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idris2 Curl Bindings

I really don't want to write my own HTTP lib, so here's curl.
This will provide the Easy interface of direct all-at-once actions and the Multi interface which exposes the full power of curl.

Further this will provide methods to use curl as a replacement for Idris' network package when used for internet connections.

Installation

You can install via idris2 directly:
idris2 --install package.ipkg
Or via the Makefile:
make install
Or via the sae tool: sae-linux install

Version

This package follows Haskell PVP which is distinct from SEMVER in that when examining 1.2.3, 1.2 is the Major Version rather than 1.