File: control

package info (click to toggle)
exdbm 1.0b2-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 820 kB
  • ctags: 173
  • sloc: sh: 8,797; ansic: 2,695; makefile: 60
file content (23 lines) | stat: -rw-r--r-- 920 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
Source: exdbm
Section: libs
Priority: optional
Maintainer: Stephen M Moraco <stephen@debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>=3.0.0), xutils, autotools-dev

Package: exdbm
Architecture: any
Depends: ${shlibs:Depends}
Description: eXode database manager
 The eXode database manager is a structured ASCII-based database library. 
 EXdbm can be used to manage the configuration files of eXode clients.
 .
 The library uses a tree of hash tables structures stored in memory, favouring 
 speed upon memory consumption. This is not a general purpose database library,
 its efficiency is based on the fact that the databases managed contain less 
 than a few thousand entries. 
 .
 Note that eXdbm is a general purpose configuration library, it can be used in 
 many other applications without relations to the eXode project. 
 .
 For information on the exode project visit http://simplicity.net/exode.