File: control

package info (click to toggle)
libecap 0.2.0-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,688 kB
  • ctags: 337
  • sloc: sh: 10,180; cpp: 746; makefile: 88
file content (35 lines) | stat: -rw-r--r-- 1,456 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
Source: libecap
Priority: extra
Maintainer: Luigi Gangitano <luigi@debian.org>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, cdbs, dh-autoreconf
Standards-Version: 3.9.6
Section: libs
Homepage: http://www.e-cap.org/Downloads

Package: libecap2-dev
Section: libdevel
Architecture: any
Depends: libecap2 (= ${binary:Version}), ${misc:Depends}
Description: eCAP development libraries
 eCAP is a software interface that allows a network application,
 such as an HTTP proxy or an ICAP server, to outsource content
 analysis and adaptation to a loadable module. For each applicable
 protocol message being processed, an eCAP-enabled host application
 supplies the message details to the adaptation module and gets
 back an adapted message, a "not interested" response, or a "block
 this message now!" instruction. These exchanges often include
 message bodies.

Package: libecap2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: eCAP library
 eCAP is a software interface that allows a network application,
 such as an HTTP proxy or an ICAP server, to outsource content
 analysis and adaptation to a loadable module. For each applicable
 protocol message being processed, an eCAP-enabled host application
 supplies the message details to the adaptation module and gets
 back an adapted message, a "not interested" response, or a "block
 this message now!" instruction. These exchanges often include
 message bodies.