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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
# -*-conf-*-
OASISFormat: 0.2
Name: csv
Version: 1.2.2
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 — eg. quotes, newlines,
8 bit characters in fields, \"0 etc.
Authors: Richard Jones, Christophe Troestler
License: LGPL-2.1 with OCaml linking exception
Plugins: META (0.2), StdFiles (0.2)
Library csv
Path: src
BuildTools: ocamlbuild
Modules: Csv
Document API
Title: API reference for Csv
Type: OCamlbuild (0.2)
InstallDir: $docdir/api
BuildTools: ocamldoc, ocamlbuild
XOCamlbuildPath: .
XOCamlbuildLibraries: csv
# Examples
Executable csvtool
Path: examples/
MainIs: csvtool.ml
BuildDepends: csv
CompiledObject: best
BuildTools: ocamlbuild
Install: false
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
|