File: control

package info (click to toggle)
fsplib 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 168 kB
  • ctags: 170
  • sloc: ansic: 1,581; makefile: 11
file content (36 lines) | stat: -rw-r--r-- 1,576 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
Source: fsplib
Priority: optional
Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>
Build-Depends: debhelper (>= 8), scons
Standards-Version: 3.9.2
Section: libs
Homepage: http://fsp.sourceforge.net/
Vcs-Git: git://git.debian.org/git/collab-maint/fsplib.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/fsplib.git

Package: libfsplib-dev
Section: libdevel
Architecture: any
Depends: libfsplib0 (= ${binary:Version}), ${misc:Depends}
Description: FSP v2 protocol stack library - development files
 This is C library which support talking with FSP server using FSP v2 protocol
 and provides posix-like file manipulation interface.
 .
 For more information about FSP protocol see http://fsp.sourceforge.net/
 For library and API info see http://fsp.sourceforge.net/fsplib.html

Package: libfsplib0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FSP v2 protocol stack library - shared library
 This is C library which support talking with FSP server using FSP v2 protocol
 and provides posix-like file manipulation interface.
 .
 FSP is a protocol, a bit like FTP, for moving files around. It's designed for
 anonymous archives, and has protection against server and network overloading.
 It doesn't use connections, so it can survive things falling over. It's also
 designed to prevent network congestion, so it can be very nice for large
 transfers over slow links.
 .
 For more information about FSP protocol see http://fsp.sourceforge.net/
 For library and API info see http://fsp.sourceforge.net/fsplib.html