unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Aleix Conchillo Flaqué" <aconchillo@gmail.com>
To: Mike Gran <spk121@yahoo.com>
Cc: guile-user <guile-user@gnu.org>
Subject: Re: [ANN] guile-curl 0.8 released
Date: Sun, 10 Jan 2021 18:50:00 -0800	[thread overview]
Message-ID: <CA+XASoV19pAGPkMH73EAJPFU-t2OQkGZXkNqVESDyz5RkE+rxA@mail.gmail.com> (raw)
In-Reply-To: <20210111013330.GA1517301@spikycactus.com>

Great! This new version works fine and is now available in homebrew guile :-).

One minor thing is that I was using brew defaults and I think they add
more make jobs (i.e. -jN where N > 1). This meant that curl.scm was
built before the extension and therefore it failed. To solve it I just
forced it to "make -j1", which is totally fine since there are just a
few files.

Thanks!

Aleix

On Sun, Jan 10, 2021 at 5:33 PM Mike Gran <spk121@yahoo.com> wrote:
>
> I am pleased to announce the release of guile-curl 0.8.  This is a
> library for fetching files by URL from the internet in the GNU Guile
> dialect of the Scheme programming language.  It wraps functionality
> provided by the libcurl library.  It supports many protocols, such as
> https, ftp, tftp, gopher, and smtp, and it has many options for
> proxies.
>
> In the previous release, Aleix and Ricardo reported that it failed to
> build or pass its test suite.  I couldn't reproduce those problems on
> my boxes, but, hopefully this hack improves the situation.
>
> The development tree is at
>   https://github.com/spk121/guile-curl
>
> For a source archive from a javascript-free location, there is
>   http://lonelycactus.com/tarball/guile_curl-0.8.tar.gz
> The md5 sum is at
>   http://lonelycactus.com/tarball/guile_curl-0.8.tar.gz.md5
> and is
>   01eda6d02f8ac1568db3a1a0ef3781a5  guile_curl-0.8.tar.gz
>
> Alternately, you can find it under the Github release page.  The
> versions found here are unbootstrapped.  They are, however, https.
>   https://github.com/spk121/guile-curl/releases
>
> There is a webpage -- in need of updating -- at
>   http://www.lonelycactus.com/guile-curl.html
>
> For Release 0.8 - Jan 11, 2021
>
>     - Eliminate all traces of gnulib
>     - Use srfi-64 for test scripts
>     - Avoid recursive automake
>     - Simplify build somewhat
>     - When CURL constants and enums are not present, the Guile versions
>       will be #f, instead of undefined
>     - Use pkg-config instead of curl-config to gather information
>       about the libcurl install
>     - Remove ChangeLog
>
> There is no mailing list for this project.  Feel free to contact
> me directly if you have any questions.
>
> Thanks,
>
> Mike Gran
>
>
>



  reply	other threads:[~2021-01-11  2:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20210111013330.GA1517301.ref@spikycactus.com>
2021-01-11  1:33 ` [ANN] guile-curl 0.8 released Mike Gran
2021-01-11  2:50   ` Aleix Conchillo Flaqué [this message]
2021-01-11  2:52     ` Aleix Conchillo Flaqué

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+XASoV19pAGPkMH73EAJPFU-t2OQkGZXkNqVESDyz5RkE+rxA@mail.gmail.com \
    --to=aconchillo@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=spk121@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).