guile-curl
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.
- Versions: 0.9
- 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 the latest version of guile-curl
as follows:
guix install guile-curl
Or install a particular version:
guix install guile-curl@0.9
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.
Badge code
You can use the following badge to inform users of guile-curl about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/guile-curl'><img src='https://packages.guix.gnu.org/packages/guile-curl/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/guile-curl)
Example Org:
[[https://packages.guix.gnu.org/packages/guile-curl][https://packages.guix.gnu.org/packages/guile-curl/badges/latest-version.svg]]