File: control

package info (click to toggle)
guile-ssh 0.13.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,856 kB
  • sloc: ansic: 4,148; lisp: 3,570; makefile: 330; sh: 259
file content (37 lines) | stat: -rw-r--r-- 1,189 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
Source: guile-ssh
Section: lisp
Priority: optional
Maintainer: Vagrant Cascadian <vagrant@debian.org>
Build-Depends: debhelper-compat (=13),
 guile-2.2-dev,
 guile-3.0-dev,
 libssh-dev,
 texinfo,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/artyom-poptsov/guile-ssh/
Vcs-Git: https://salsa.debian.org/debian/guile-ssh.git -b debian/master
Vcs-Browser: https://salsa.debian.org/debian/guile-ssh

Package: guile-ssh
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
 guile-3.0 | guile-2.2,
 libguile-ssh13,
Description: guile bindings for libssh
 Guile-SSH is a library that provides access to the SSH protocol for programs
 written in GNU Guile interpreter.  It is built upon the libssh library.
 .
 This includes the GNU Guile bindings.

Package: libguile-ssh13
Section: libs
Architecture: any
Breaks: libguile-ssh11, libguile-ssh12
Replaces: libguile-ssh11, libguile-ssh12
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: guile bindings for libssh
 Guile-SSH is a library that provides access to the SSH protocol for programs
 written in GNU Guile interpreter.  It is built upon the libssh library.
 .
 This includes the C bindings.