[Pkg-ocaml-maint-commits] [extlib] branch master updated (7474ecf -> 8625408)

Andy Li andyli-guest at moszumanska.debian.org
Tue Nov 28 07:24:54 UTC 2017


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

andyli-guest pushed a change to branch master
in repository extlib.

      from  7474ecf   update Vcs-{Git,Browser}
       new  71669a6   Imported Upstream version 1.7.2
       new  e429e96   Merge tag 'upstream/1.7.2'
       new  6229cda   Update ocamldoc generation.
       new  7bf5de8   standards-version 4.1.1 (no change)
       new  78aaee6   README is now in md
       new  0108270   Add dh_missing --fail-missing
       new  b912c8f   Add autopkgtest support.
       new  8625408   update changelog

The 8 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                           |    3 -
 .travis.yml                          |   13 +
 CHANGES                              |    7 +
 Makefile                             |   10 +-
 README => README.md                  |   78 ++-
 appveyor.yml                         |   13 +
 debian/changelog                     |   11 +
 debian/control                       |    2 +-
 debian/docs                          |    2 +-
 debian/libextlib-ocaml-dev.ocamldoc  |    3 +-
 debian/rules                         |    3 +
 debian/tests/byte-code               |   22 +
 debian/tests/control                 |    2 +
 debian/tests/native-code             |   27 +
 opam                                 |   35 ++
 src/IO.ml                            | 1126 +++++++++++++++++-----------------
 src/IO.mli                           |   88 +--
 src/Makefile                         |   18 +-
 src/base64.ml                        |  154 ++---
 src/base64.mli                       |   14 +-
 src/bitSet.ml                        |  150 ++---
 src/configure.ml                     |    3 +
 src/dllist.ml                        |  412 ++++++-------
 src/dynArray.ml                      |  658 ++++++++++----------
 src/dynArray.mli                     |  212 +++----
 src/enum.ml                          |  566 ++++++++---------
 src/enum.mli                         |   20 +-
 src/extArray.ml                      |   31 +-
 src/extArray.mli                     |   55 +-
 src/{extBuffer.mlpp => extBuffer.ml} |    0
 src/extBuffer.mli                    |    6 +
 src/{extBytes.mlpp => extBytes.ml}   |    0
 src/extHashtbl.ml                    |  166 +++++
 src/extHashtbl.mli                   |  227 +++++--
 src/extHashtbl.mlpp                  |  159 -----
 src/extLib.ml                        |   20 +-
 src/extList.ml                       |  779 ++++++++++++-----------
 src/extList.mli                      |  384 ++++++------
 src/extString.ml                     |  334 ++++++++++
 src/extString.mli                    |  252 ++++----
 src/extString.mlpp                   |  285 ---------
 src/global.ml                        |    6 +-
 src/global.mli                       |    6 +-
 src/install.ml                       |  347 ++++++-----
 src/option.ml                        |   28 +-
 src/option.mli                       |   10 +-
 src/pMap.ml                          |   22 +-
 src/pMap.mli                         |    4 +-
 src/refList.ml                       |  122 ++--
 src/refList.mli                      |   38 +-
 src/std.ml                           |  146 ++---
 src/std.mli                          |    8 +-
 src/unzip.ml                         |  660 ++++++++++----------
 src/unzip.mli                        |   16 +-
 test/Makefile                        |   19 +-
 test/std.ml                          |   24 +
 test/test_ExtArray.ml                |    2 +-
 57 files changed, 4133 insertions(+), 3675 deletions(-)
 create mode 100644 .travis.yml
 rename README => README.md (50%)
 create mode 100644 appveyor.yml
 create mode 100755 debian/tests/byte-code
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/native-code
 create mode 100644 opam
 rename src/{extBuffer.mlpp => extBuffer.ml} (100%)
 rename src/{extBytes.mlpp => extBytes.ml} (100%)
 create mode 100644 src/extHashtbl.ml
 delete mode 100644 src/extHashtbl.mlpp
 create mode 100644 src/extString.ml
 delete mode 100644 src/extString.mlpp
 create mode 100644 test/std.ml

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



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