CMOD-PLAY 4.1 available

Thien-Thi Nguyen <[email protected]> Wed, 04 Nov 2020 21:32:45 -0500
Newsgroups gmane.lisp.guile.sources,gmane.lisp.guile.user
Message-ID <[email protected]>
--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

release notes:

  Yes, we're playing w/ compilation of .scm to .go now!

README excerpt:

  CMOD-PLAY provides a skeleton for making compiled modules
  available to Guile Scheme programs, usable across multiple
  versions of Guile.  The included modules do not do anything
  particularly useful; the point is to demonstrate technique.

  CMOD-PLAY code is released under the GNU GPL v3+; the Texinfo
  manual is released under GFDL 1.3.

NEWS for 4.1 (2020-11-04):

  - distribution now .tar.lz

    If you have GNU tar, you can use "tar xf" and it will DTRT.
    If not, you can use "lzip -dc TARBALL | tar xf -" to unpack
    the .tar.lz.

  - support for .scm to .go compilation

    The distribution includes a simple module =E2=80=98(z x)=E2=80=99 that =
is (given
    a Guile version that supports such stuff) compiled, installed,
    validated, and validated post-install.  Of particular note is
    the technique used to ensure installed .go file timestamps are
    "greater than or equal to" their corresponding .scm file.

    The manual documents these additions.

  - sofix is optimistic under systems other than =E2=80=98linux-gnu=E2=80=99

    Basically, this means "make install" now will by default remove
    the symlinks and .la files, no matter the system.  Previously,
    it did this only for =E2=80=98linux-gnu=E2=80=99 systems.

    You can customize this at "make install" time by specifying
    =E2=80=98SOFIXFLAGS=E2=80=99.

  - bootstrap/maintenance tools

    upgraded:

     automake (GNU automake) 1.16.2
     autoconf (GNU Autoconf) 2.69d
     libtool (GNU libtool) 2.4.6
     guile-baux-tool (Guile-BAUX) 20201103.0950.1ffc5aa
     Guile 2.0.13

    as before:

     (none)

tarball et al in dir:

  https://www.gnuvola.org/software/cmod-play/

=2D-=20
Thien-Thi Nguyen -----------------------------------------------
 (defun responsep (query)               ; (2020) Software Libero
   (pcase (context query)               ;       =3D Dissenso Etico
     (`(technical ,ml) (correctp ml))
     ...))                              748E A0E8 1CB8 A748 9BFA
=2D-------------------------------------- 6CE4 6703 2224 4C80 7502

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iG4EARECAC4WIQR0jqDoHLinSJv6bORnAyIkTIB1AgUCX6NkThAcdHRuQGdudXZv
bGEub3JnAAoJEGcDIiRMgHUCE34AmwUs1OyW9KKhd8umb5UpMwi6rlxiAJsHelwm
xLFeao8c0KcZNHuhnbWSLg==
=EEjS
-----END PGP SIGNATURE-----
--=-=-=--