1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: guix
Section: admin
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: debhelper-compat (=13),
gettext,
# git and gnupg are used for tests/guix-build-branch.sh.
git <!nocheck>,
gnupg <!nocheck>,
graphviz,
guile-2.2-dev,
guile-gcrypt (>= 0.3.0-3~),
guile-git (>= 0.4.0-2~),
guile-gnutls (>= 3.6.15-5~),
guile-json (>= 4.3.2),
guile-lzlib,
guile-ssh (>= 0.13.1),
guile-sqlite3 (>= 0.1.3-2~),
guile-zlib,
help2man,
libbz2-dev,
po4a,
texinfo,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://guix.gnu.org/
Vcs-Git: https://salsa.debian.org/debian/guix.git -b debian/devel
Vcs-Browser: https://salsa.debian.org/debian/guix
Package: guix
Architecture: amd64 arm64 armhf i386
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
guile-2.2,
guile-gcrypt (>= 0.3.0-3~),
guile-git (>= 0.4.0-2~),
guile-gnutls (>= 3.6.15-5~),
guile-json (>= 4.3.2),
guile-lzlib,
guile-ssh (>= 0.13.1),
guile-sqlite3 (>= 0.1.3-2~),
guile-zlib,
libssh-dev,
Recommends: nscd,
systemd,
Description: GNU Guix functional package manager
Guix is an advanced distribution of the GNU operating system
developed by the GNU Project—which respects the freedom of computer
users.
.
Guix supports transactional upgrades and roll-backs, unprivileged
package management, and more. When used as a standalone distribution,
Guix supports declarative system configuration for transparent and
reproducible operating systems.
.
It provides Guile Scheme APIs, including high-level embedded
domain-specific languages (EDSLs) to define packages and whole-system
configurations.
|