#								-*-conf-*-
OASISFormat: 0.3
Name:        csv
Version:     1.3.3
Synopsis:    A pure OCaml library to read and write CSV files.
Description: This is a pure OCaml library to read and write CSV files, 
  including all extensions used by Excel — e.g. quotes, newlines, 
  8 bit characters in fields, \"0 etc.  The library comes with a handy 
  command line tool called csvtool for handling CSV files from shell scripts.
Authors:     Richard Jones, Christophe Troestler
Maintainers: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Categories:  http://database, http://science
License:     LGPL-2.1 with OCaml linking exception
Homepage:    https://forge.ocamlcore.org/projects/csv/
Plugins:     META (0.3), StdFiles (0.3)

Library csv
  Path:       src
  BuildTools: ocamlbuild
  Modules:    Csv
  
Document API
  Title:           API reference for Csv
  Type:            OCamlbuild (0.3)
  InstallDir:      $docdir/api
  BuildTools:      ocamldoc, ocamlbuild
  XOCamlbuildPath: .
  XOCamlbuildLibraries: csv

# Examples
Executable csvtool
  Path:           examples/
  MainIs:         csvtool.ml
  BuildDepends:   csv
  CompiledObject: best
  BuildTools:     ocamlbuild
  Install:        true

Executable example
  Path:           examples/
  MainIs:         example.ml
  BuildDepends:   csv
  CompiledObject: best
  BuildTools:     ocamlbuild
  Install:        false

# Testing
Executable test
  Path:           tests/
  MainIs:         test.ml
  BuildDepends:   csv
  CompiledObject: best
  BuildTools:     ocamlbuild
  Install:        false

Test conformity
  WorkingDirectory: tests/
  Command: $test
  Run: true


SourceRepository trunk
  Type:       svn
  Location:   svn://svn.forge.ocamlcore.org/svn/csv/trunk
  Browser:    https://forge.ocamlcore.org/scm/browser.php?group_id=113
