File: control

package info (click to toggle)
chise-base 0.3.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 40,340 kB
  • ctags: 280
  • sloc: sh: 9,248; ansic: 1,547; makefile: 182
file content (37 lines) | stat: -rw-r--r-- 1,444 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
36
37
Source: chise-base
Priority: optional
Section: devel
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 5.0.0), libdb-dev (>= 4.8)
Standards-Version: 3.8.4

Package: chise-db
Section: devel
Architecture: all
Depends: ${misc:Depends}
Description: CHISE db, the character information database
 The CHISE (CHaracter Information Service Environment) project
 attempts to collect and organize into a Knowledge-Base information
 about characters in the scripts of the world.
 This package provides the database itself.  Please use this with
 libchise, the C language binding of CHISE database.

Package: libchise1
Section: libs
Architecture: any
Depends: chise-db, ${shlibs:Depends}, ${misc:Depends}
Description: C language binding of CHISE, the character information database
 The CHISE (CHaracter Information Service Environment) project
 attempts to collect and organize into a Knowledge-Base information
 about characters in the scripts of the world.
 libchise is C language binding of CHISE database.

Package: libchise-dev
Section: libdevel
Architecture: any
Depends: libchise1 (= ${binary:Version}), ${misc:Depends}
Description: C language binding of CHISE, the character information database
 The CHISE (CHaracter Information Service Environment) project
 attempts to collect and organize into a Knowledge-Base information
 about characters in the scripts of the world.
 libchise is C language binding of CHISE database.