File: README

package info (click to toggle)
libvc 012-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 236 kB
  • sloc: ansic: 652; lex: 154; yacc: 131; sh: 28; makefile: 22
file content (26 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (6)
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>.