File: control

package info (click to toggle)
guix 1.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 161,500 kB
  • sloc: lisp: 861,023; cpp: 10,741; javascript: 9,632; sh: 8,913; makefile: 951; ansic: 558; python: 129; sql: 33; sed: 16
file content (68 lines) | stat: -rw-r--r-- 1,792 bytes parent folder | download | duplicates (2)
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
59
60
61
62
63
64
65
66
67
68
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-3.0-dev,
 guile-avahi,
 guile-gcrypt (>= 0.4.0),
 guile-git (>= 0.7.0-2~),
 guile-gnutls (>= 3.7.2-3~),
 guile-json (>= 4.7),
 guile-library (>= 0.2.7),
 guile-lzlib,
 guile-semver,
 guile-ssh (>= 0.16.0),
 guile-sqlite3 (>= 0.1.3-2~),
 guile-zlib (>= 0.1.0),
 guile-zstd,
 help2man,
 libbz2-dev,
 locales-all,
 po4a,
 texinfo,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://guix.gnu.org/
Vcs-Git: https://salsa.debian.org/debian/guix.git
Vcs-Browser: https://salsa.debian.org/debian/guix

Package: guix
Architecture: amd64 arm64 armhf i386 ppc64el riscv64
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
 guile-3.0,
 guile-gcrypt (>= 0.4.0),
 guile-git (>= 0.5.1),
 guile-gnutls (>= 3.7.2-3~),
 guile-json (>= 4.7),
 guile-lzlib,
 guile-ssh (>= 0.16.0),
 guile-sqlite3 (>= 0.1.3-2~),
 guile-zlib (>= 0.1.0),
 libssh-dev,
 netbase,
Recommends: ca-certificates,
 guile-avahi,
 guile-zstd,
 less,
 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.