File: control

package info (click to toggle)
guix 1.2.0-4%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 121,080 kB
  • sloc: lisp: 623,056; cpp: 10,763; javascript: 9,632; sh: 8,055; makefile: 814; ansic: 522; java: 76; sql: 33; sed: 16
file content (58 lines) | stat: -rw-r--r-- 1,640 bytes parent folder | download
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.