[Pkg-ocaml-maint-commits] [bin-prot] branch master updated (4db50f1 -> 0ac7e23)

Hilko Bengen bengen at moszumanska.debian.org
Sat Jan 2 16:58:16 UTC 2016


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

bengen pushed a change to branch master
in repository bin-prot.

      from  4db50f1   111.03.00-1
       new  d5f7f24   Imported Upstream version 113.00.00
       new  4417c99   Merge tag 'upstream/113.00.00' into debian
       new  db06fbf   Bump Standards-Version
       new  00245ef   Generate API documentation using dh_ocamldoc(1)
       new  0ac7e23   113.00.00-1

The 5 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:
 CHANGES.md                                        | 258 +++++++++
 CHANGES.txt                                       |  99 ----
 COPYRIGHT.txt                                     |   2 +-
 INSTALL.txt                                       |   4 +-
 README.md                                         | 105 ++--
 _oasis                                            |  20 +-
 _tags                                             |  83 +--
 bench/bench.ml                                    |  66 +++
 debian/changelog                                  |   8 +
 debian/control                                    |   2 +-
 debian/libbin-prot-camlp4-dev.ocamldoc            |   6 +
 lib/META                                          |  12 +-
 lib/{bin_prot.mllib => bin_prot.mldylib}          |   0
 lib/binable.ml                                    |   7 +
 lib/blob.ml                                       | 132 +++++
 lib/blob.mli                                      |  77 +++
 lib/common.ml                                     |   5 +-
 lib/common.mli                                    |   7 +-
 lib/config.h                                      |   0
 lib/float_stubs.c                                 |   7 +
 lib/libbin_prot_stubs.clib                        |   3 +-
 lib/read.ml                                       | 168 +++---
 lib/read.mli                                      |   1 -
 lib/size.ml                                       |  45 +-
 lib/size.mli                                      |   2 +-
 lib/std.ml                                        |  10 +
 lib/type_class.ml                                 |   2 +-
 lib/type_class.mli                                |   6 +-
 lib/utils.ml                                      |  59 +-
 lib/utils.mli                                     |  20 +
 lib/write.ml                                      | 125 ++--
 lib/write.mli                                     |   4 +-
 lib_test/microbench.ml                            |  22 -
 myocamlbuild.ml                                   | 219 ++++---
 setup.ml                                          | 670 +++++++++++++---------
 syntax/pa_bin_prot.ml                             |  49 +-
 syntax/{pa_bin_prot.mllib => pa_bin_prot.mldylib} |   0
 {lib_test => test}/bin_prot_test.ml               |  38 +-
 {lib_test => test}/bin_prot_test_nonrec.ml        |   0
 test/blob_test.ml                                 | 101 ++++
 {lib_test => test}/example.ml                     |   0
 {lib_test => test}/mac_test.ml                    |   0
 test/microbench.ml                                |  76 +++
 {lib_test => test}/qtest.ml                       |   0
 {lib_test => test}/test.ml                        |   1 +
 {lib_test => test}/test_runner.ml                 |   0
 46 files changed, 1724 insertions(+), 797 deletions(-)
 create mode 100644 CHANGES.md
 delete mode 100644 CHANGES.txt
 create mode 100644 bench/bench.ml
 create mode 100644 debian/libbin-prot-camlp4-dev.ocamldoc
 copy lib/{bin_prot.mllib => bin_prot.mldylib} (100%)
 create mode 100644 lib/blob.ml
 create mode 100644 lib/blob.mli
 create mode 100644 lib/config.h
 create mode 100644 lib/float_stubs.c
 delete mode 100644 lib_test/microbench.ml
 copy syntax/{pa_bin_prot.mllib => pa_bin_prot.mldylib} (100%)
 rename {lib_test => test}/bin_prot_test.ml (95%)
 rename {lib_test => test}/bin_prot_test_nonrec.ml (100%)
 create mode 100644 test/blob_test.ml
 rename {lib_test => test}/example.ml (100%)
 rename {lib_test => test}/mac_test.ml (100%)
 create mode 100644 test/microbench.ml
 rename {lib_test => test}/qtest.ml (100%)
 rename {lib_test => test}/test.ml (82%)
 rename {lib_test => test}/test_runner.ml (100%)

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



More information about the Pkg-ocaml-maint-commits mailing list