File: README

package info (click to toggle)
qdbm 1.8.78-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,076 kB
  • sloc: ansic: 31,454; cpp: 3,623; perl: 2,167; java: 2,079; ruby: 1,690; makefile: 1,315; javascript: 627; sh: 396
file content (45 lines) | stat: -rw-r--r-- 1,272 bytes parent folder | download | duplicates (8)
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
38
39
40
41
42
43
44
45
================================================================
 QDBM: Quick Database Manager
 Copyright (C) 2000-2007 Mikio Hirabayashi
================================================================


Please read the following documents with a WWW browser.
How to install QDBM is explained in the specification.

  README         - this file
  COPYING        - license
  ChangeLog      - history of enhancement
  NEWS           - news for users
  THANKS         - list of contributors
  doc/index.html - index of documents


Contents of the directory tree is below.

  ./             - sources of QDBM
  ./doc/         - documents
  ./plus/        - API for C++
  ./java/        - API for Java
  ./perl/        - API for Perl
  ./ruby/        - API for Ruby
  ./cgi/         - CGI scripts
  ./man1/        - manual pages for commands
  ./man3/        - manual pages for C API
  ./lab/         - for test and experiment
  ./bros/        - for comparison with other database managers
  ./misc/        - miscellaneous files


QDBM is released under the terms of the GNU Lesser General Public
License.  See the file `COPYING' for details.

QDBM was written by Mikio Hirabayashi.  You can contact the author
by e-mail to `mikio@fallabs.com'.


Thanks.



== END OF FILE ==