1
1
libssh/debian/control

50 строки
2.0 KiB
Plaintext
Исходник Обычный вид История

Source: libssh
Section: libs
Priority: optional
Maintainer: Laurent Bigonville <bigon@bigon.be>
Build-Depends: cdbs, debhelper (>= 5.0.0), libgcrypt11-dev, zlib1g-dev, doxygen
Standards-Version: 3.7.2
Package: libssh2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A tiny C SSH library
The ssh library was designed to be used by programmers needing a working SSH
implementation by the mean of a library. The complete control of the client
is made by the programmer. With libssh, you can remotely execute programs,
transfer files, use a secure and transparent tunnel for your remote programs.
With its SFTP implementation, you can play with remote files easily.
.
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
Package: libssh-dev
Section: libdevel
Architecture: any
Depends: libssh2 (= ${Source-Version}), libgcrypt11-dev, zlib1g-dev
Description: A tiny C SSH library. Development files and documentation
The ssh library was designed to be used by programmers needing a working SSH
implementation by the mean of a library. The complete control of the client
is made by the programmer. With libssh, you can remotely execute programs,
transfer files, use a secure and transparent tunnel for your remote programs.
With its SFTP implementation, you can play with remote files easily.
.
This package contains development files.
.
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh
Package: libssh2-dbg
Section: libdevel
Architecture: any
Depends: libssh2 (= ${Source-Version})
Description: A tiny C SSH library. Debug symbols
The ssh library was designed to be used by programmers needing a working SSH
implementation by the mean of a library. The complete control of the client
is made by the programmer. With libssh, you can remotely execute programs,
transfer files, use a secure and transparent tunnel for your remote programs.
With its SFTP implementation, you can play with remote files easily.
.
This package contains debug symbols.
.
Homepage: http://0xbadc0de.be/wiki/doku.php?id=libssh:libssh