ocaml-csv 1.3.2-1 source package in Ubuntu

Changelog

ocaml-csv (1.3.2-1) unstable; urgency=medium


  * New upstream release
  * Bump Standards-Version to 3.9.5 (no changes)

 -- Stéphane Glondu <email address hidden>  Sun, 26 Jan 2014 15:10:59 +0100

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
any
Section:
ocaml
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
ocaml-csv_1.3.2-1.dsc 2.1 KiB 796061821792a626d158f149b732d7eded71aee253eb56b408272b9bc2896771
ocaml-csv_1.3.2.orig.tar.gz 70.9 KiB f333de65a522449e86a3511eae7e5784c6a4479314f0b2b2cc7c6ba4f4064f46
ocaml-csv_1.3.2-1.debian.tar.xz 4.8 KiB 0f0ac9d9d995f73e0f4d244d614380fb8d43cd89ae65e41fd75d13c08242f7c9

No changes file available.

Binary packages built by this source

csvtool: handy command line tool for handling CSV files

 OCaml CSV is a library to read and write CSV (comma-separated values)
 files. It also supports all extensions used by Excel - eg. quotes,
 newlines, 8 bit characters in fields, etc.
 .
 This package contains csvtool, a handy command line tool for handling
 CSV files from shell scripts.

libcsv-ocaml-dev: library to read and write CSV files in OCaml

 OCaml CSV is a library to read and write CSV (comma-separated values)
 files. It also supports all extensions used by Excel - eg. quotes,
 newlines, 8 bit characters in fields, etc.
 .
 This package contains all the development stuff you need to develop
 OCaml programs which use OCaml CSV.