https://github.com/spk121/guile-curl
A language binding for the CURL network client library for the Guile version of the Scheme language
https://github.com/spk121/guile-curl
curl guile scheme
Last synced: 5 months ago
JSON representation
A language binding for the CURL network client library for the Guile version of the Scheme language
- Host: GitHub
- URL: https://github.com/spk121/guile-curl
- Owner: spk121
- License: gpl-3.0
- Created: 2011-01-23T18:59:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T18:56:22.000Z (over 2 years ago)
- Last Synced: 2024-08-21T21:27:33.255Z (9 months ago)
- Topics: curl, guile, scheme
- Language: Scheme
- Homepage:
- Size: 300 KB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
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 libcurl library.If trying to build this from the repository instead of a tarball,
you'll need to run 'autoreconf -vi'. There is a 'bootstrap' script,
but, it is just a call to 'autoreconf'.This is an autotools build, so usually building is a "./configure &&
make && make install" sort of thing.For information on how to use it, there is a manual in the doc/
directory.Regards,
Mike Gran