guile-curl 0.9
Curl bindings for Guile
guile-curl
is a project that has procedures that allow Guile to do client-side URL transfers, like requesting documents from HTTP or FTP servers. It is based on the curl library.
- Outputs:
out
- Website: http://www.lonelycactus.com/guile-curl.html
- Licenses: GPL 3+
- Package source: gnu/packages/curl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-curl 0.9
as follows:
guix install guile-curl@0.9
Or install the latest version:
guix install guile-curl
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.