~ubuntu-branches/ubuntu/trusty/ocaml-csv/trusty

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-07-11 22:35:33 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110711223533-hvkx2p1qvmrr0weu
Tags: 1.2.2-1
* New upstream release
* Bump Standards-Version to 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(* OASIS_START *)
 
2
(* DO NOT EDIT (digest: 85740657a21ccd3aa9329963b4a1599c) *)
 
3
This is the README file for the csv distribution.
 
4
 
 
5
A pure OCaml library to read and write CSV files.
 
6
 
 
7
This is a pure OCaml library to read and write CSV files, including all
 
8
extensions used by Excel — eg. quotes, newlines, 8 bit characters in
 
9
fields, \"0 etc.
 
10
 
 
11
See the files INSTALL.txt for building and installation instructions. 
 
12
 
 
13
 
 
14
(* OASIS_STOP *)