This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guile-curl/badges/latest-version.svg)](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]]