[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (53aec09 -> 9678443)
From: |
??? |
Subject: |
branch master updated (53aec09 -> 9678443) |
Date: |
Sat, 8 Oct 2016 13:26:00 +0000 (UTC) |
iyzsong pushed a change to branch master
in repository guix.
from 53aec09 gnu: bundler: Update to 1.13.2.
new a1b30f9 build-system: Add asdf-build-system.
new a72debb gnu: Add cl-alexandria.
new 86022c9 gnu: Add cl-fiveam.
new 8662809 gnu: Add cl-bordeaux-threads.
new 059cab3 gnu: Add cl-trivial-gray-streams.
new 3c55c78 gnu: Add cl-flexi-streams.
new 5aa608a gnu: Add cl-ppcre.
new 4b51b21 gnu: Add cl-clx.
new d075960 gnu: Add cl-stumpwm.
new e3e171e gnu: Add cl-slynk.
new 9678443 gnu: Add sbcl-stumpwm-with-slynk.
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 3 +
doc/guix.texi | 57 +++
gnu/local.mk | 1 +
gnu/packages/lisp.scm | 551 ++++++++++++++++++++++++++++
gnu/packages/patches/clx-remove-demo.patch | 27 ++
guix/build-system/asdf.scm | 360 ++++++++++++++++++
guix/build/asdf-build-system.scm | 282 ++++++++++++++
guix/build/lisp-utils.scm | 327 +++++++++++++++++
8 files changed, 1608 insertions(+)
create mode 100644 gnu/packages/patches/clx-remove-demo.patch
create mode 100644 guix/build-system/asdf.scm
create mode 100644 guix/build/asdf-build-system.scm
create mode 100644 guix/build/lisp-utils.scm
- branch master updated (53aec09 -> 9678443),
??? <=
- 03/11: gnu: Add cl-fiveam., ???, 2016/10/08
- 06/11: gnu: Add cl-flexi-streams., ???, 2016/10/08
- 05/11: gnu: Add cl-trivial-gray-streams., ???, 2016/10/08
- 04/11: gnu: Add cl-bordeaux-threads., ???, 2016/10/08
- 02/11: gnu: Add cl-alexandria., ???, 2016/10/08
- 07/11: gnu: Add cl-ppcre., ???, 2016/10/08
- 11/11: gnu: Add sbcl-stumpwm-with-slynk., ???, 2016/10/08
- 09/11: gnu: Add cl-stumpwm., ???, 2016/10/08
- 10/11: gnu: Add cl-slynk., ???, 2016/10/08
- 08/11: gnu: Add cl-clx., ???, 2016/10/08