[Pkg-ocaml-maint-commits] [ppx-deriving] branch master updated (05bef42 -> 7e79f97)

Stéphane Glondu glondu at moszumanska.debian.org
Fri Aug 5 07:02:52 UTC 2016


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

glondu pushed a change to branch master
in repository ppx-deriving.

      from  05bef42   Update changelog and prepare upload to unstable
       new  f617800   Imported Upstream version 4.0
       new  9ffe200   Merge tag 'upstream/4.0'
       new  ea44afd   New upstream release
       new  de23e64   Update packaging
       new  7e79f97   Prepare upload to unstable

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:
 .merlin                                 |   2 +-
 CHANGELOG.md                            |  11 +++
 LICENSE.txt                             |   2 +-
 README.md                               |   8 +-
 _tags                                   |   5 +-
 debian/changelog                        |   6 ++
 debian/control                          |   2 +
 opam                                    |   7 +-
 pkg/META.in                             |  23 +++---
 src/ppx_deriving.cppo.ml                | 129 ++++++++++++++++++++++++--------
 src/ppx_deriving.mli                    |  75 +++++++++++++------
 src/ppx_deriving_main.cppo.ml           |  24 +++++-
 src/ppx_deriving_runtime.ml             |   1 +
 src/ppx_deriving_runtime.mli            |   5 ++
 src_plugins/ppx_deriving_create.cppo.ml |   2 +
 src_plugins/ppx_deriving_eq.cppo.ml     |  13 +++-
 src_plugins/ppx_deriving_fold.cppo.ml   |   8 +-
 src_plugins/ppx_deriving_iter.cppo.ml   |   6 ++
 src_plugins/ppx_deriving_make.cppo.ml   |   4 +-
 src_plugins/ppx_deriving_map.cppo.ml    |   6 ++
 src_plugins/ppx_deriving_ord.cppo.ml    |   8 ++
 src_plugins/ppx_deriving_show.cppo.ml   |  65 +++++++++++-----
 src_test/test_deriving_eq.cppo.ml       |  23 +++++-
 src_test/test_deriving_fold.cppo.ml     |  20 ++++-
 src_test/test_deriving_iter.cppo.ml     |  35 +++++++--
 src_test/test_deriving_map.cppo.ml      |   9 +++
 src_test/test_deriving_ord.cppo.ml      |  23 +++++-
 src_test/test_deriving_show.cppo.ml     |  22 +++++-
 28 files changed, 425 insertions(+), 119 deletions(-)

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



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