File: control

package info (click to toggle)
ots 0.5.0-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,948 kB
  • ctags: 132
  • sloc: sh: 9,200; xml: 6,530; ansic: 1,558; makefile: 166
file content (30 lines) | stat: -rw-r--r-- 1,061 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
Source: ots
Section: devel
Priority: optional
Maintainer: Masayuki Hatta (mhatta) <mhatta@debian.org>
Build-Depends: debhelper (>> 4.0.0), libglib2.0-dev, libpopt-dev, libxml2-dev
Standards-Version: 3.8.0

Package: libots-dev
Section: libdevel
Architecture: any
Depends: libots0 (= ${binary:Version})
Description: Open Text Summarizer (development)
 OTS reads a text and decides which sentences are important and which 
 are not.  Then it creates a short summary or will highlight the main
 idea in the text (the output can be HTML).  OTS is m17n'd and 
 works with UTF-8 encoding.
 .
 This package contains files used for development with ots.

Package: libots0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Open Text Summarizer (library)
 OTS reads a text and decides which sentences are important and which 
 are not.  Then it creates a short summary or will highlight the main
 idea in the text (the output can be HTML).  OTS is m17n'd and works 
 with UTF-8 encoding.
 .
 This package contains shared library and a program (ots).