/usr/share/doc/libvc0/README is in libvc0 003.dfsg.1-12.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | libvc - vCard library
release 003
Copyright (C) 2003 Andrew Hsu
This vCard library was written using `flex' and `bison'. The library
handles scanning a vCard file, parsing the vCard file into a data
storage structure, manipulating the data storage structure, and
writing back to file. It was originally written for `rolo', but
has been split-off as a generic library for general use.
Shared libraries and static libraries are produced upon a successful
build.
Directory contents:
doc/ ...... Documentation for libvc.
src/ ...... Source code of libvc.
This software is maintained on SourceForge:
http://rolo.sf.net/
See the `INSTALL' file for building and installation instructions.
See the `COPYING.LIB' file for copying conditions.
Send bugs, questions, or comments to Andrew Hsu <ahsu@users.sf.net>.
|