This is an automated email from the git hooks/post-receive script.

glondu pushed a change to branch upstream
in repository ocaml-csv.

      from  c7a55e5   Imported Upstream version 1.3.3
       new  111a846   Imported Upstream version 1.4
       new  8cf4d72   Imported Upstream version 1.4.1
       new  825a995   Imported Upstream version 1.4.2

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore           |   29 +
 .travis-ci.sh        |   22 +
 .travis.yml          |   20 +
 API.odocl            |    4 -
 AUTHORS.txt          |    9 -
 INSTALL.txt          |    6 +-
 Makefile             |   15 +-
 README.md            |   35 +-
 README.txt           |   17 -
 _oasis               |   52 +-
 _tags                |   27 +-
 examples/csvtool.ml  |  179 +-
 myocamlbuild.ml      |  569 ----
 setup.ml             | 6977 --------------------------------------------------
 src/META             |   11 -
 src/csv.ml           |  676 +++--
 src/csv.mli          |  287 ++-
 src/csv.mllib        |    4 -
 tests/test.ml        |   28 +-
 tests/test_header.ml |   40 +
 tests/test_write.ml  |   16 +
 tests/testcsv10.csv  |    1 +
 tests/testcsv11.csv  |    2 +
 23 files changed, 1030 insertions(+), 7996 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis-ci.sh
 create mode 100644 .travis.yml
 delete mode 100644 API.odocl
 delete mode 100644 AUTHORS.txt
 delete mode 100644 README.txt
 delete mode 100644 myocamlbuild.ml
 delete mode 100644 setup.ml
 delete mode 100644 src/META
 delete mode 100644 src/csv.mllib
 create mode 100644 tests/test_header.ml
 create mode 100644 tests/test_write.ml
 create mode 100644 tests/testcsv10.csv
 create mode 100644 tests/testcsv11.csv

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-csv.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to