guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (d1eac4f3b7 -> 6454788a5c)


From: guix-commits
Subject: branch master updated (d1eac4f3b7 -> 6454788a5c)
Date: Mon, 18 Dec 2023 17:26:58 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

    from d1eac4f3b7 Update cookbook Texinfo menus.
     new 32d4f40589 maint: Build more development packages for GNU/Hurd.
     new b7e3945283 guix: import: Add composer importer.
     new e8fd78d54e gnu: Add composer-classloader.
     new 9dab758791 build-system: Add ‘composer-build-system’.
     new 6454788a5c build-system/composer: Do not import host-side Guile-JSON 
modules.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                    |   6 +
 doc/guix.texi                                  |  34 +++
 etc/hurd-manifest.scm                          |   9 +-
 gnu/local.mk                                   |   1 +
 gnu/packages/aux-files/findclass.php           | 125 ++++++++++
 gnu/packages/php-xyz.scm                       |  60 +++++
 guix/build-system/composer.scm                 | 166 ++++++++++++++
 guix/build/composer-build-system.scm           | 301 +++++++++++++++++++++++++
 guix/import/composer.scm                       | 268 ++++++++++++++++++++++
 guix/scripts/import.scm                        |   2 +-
 guix/scripts/import/{opam.scm => composer.scm} |  48 ++--
 tests/composer.scm                             |  88 ++++++++
 12 files changed, 1078 insertions(+), 30 deletions(-)
 create mode 100644 gnu/packages/aux-files/findclass.php
 create mode 100644 gnu/packages/php-xyz.scm
 create mode 100644 guix/build-system/composer.scm
 create mode 100644 guix/build/composer-build-system.scm
 create mode 100644 guix/import/composer.scm
 copy guix/scripts/import/{opam.scm => composer.scm} (67%)
 create mode 100644 tests/composer.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]