File: _oasis

package info (click to toggle)
ocaml-csv 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 476 kB
  • ctags: 831
  • sloc: ml: 7,411; makefile: 106
file content (65 lines) | stat: -rw-r--r-- 1,804 bytes parent folder | download
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
62
63
64
65
#								-*-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