[Pkg-ocaml-maint-commits] [bin-prot] 11/14: Merge tag 'upstream/113.00.00' into debian

Hilko Bengen bengen at moszumanska.debian.org
Sun Jan 3 15:07:35 UTC 2016


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

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

commit 6ff72f771a7e71240a203d43544b51adbc598b16
Merge: 8b94607 cb506b2
Author: Hilko Bengen <bengen at debian.org>
Date:   Sat Jan 2 17:52:56 2016 +0100

    Merge tag 'upstream/113.00.00' into debian
    
    Upstream version 113.00.00

 CHANGES.md                                 | 258 +++++++++++
 CHANGES.txt                                |  99 -----
 COPYRIGHT.txt                              |   2 +-
 INSTALL.txt                                |   4 +-
 README.md                                  | 105 +++--
 _oasis                                     |  20 +-
 _tags                                      |  83 ++--
 bench/bench.ml                             |  66 +++
 lib/META                                   |  12 +-
 lib/bin_prot.mldylib                       |   4 +
 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.mldylib                 |   4 +
 {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
 43 files changed, 1717 insertions(+), 796 deletions(-)

-- 
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