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

glondu pushed a commit to branch master
in repository ocaml-deriving-ocsigen.

commit cebceac32e0b67f9d690d919fe9635786edd8c2a
Merge: 8537302 7ab67a2
Author: Stephane Glondu <st...@glondu.net>
Date:   Thu Jun 12 10:08:49 2014 +0200

    Merge tag 'upstream/0.6.2'
    
    Upstream version 0.6.2

 .gitignore                                        |  30 ++--
 CHANGES                                           |   6 +
 Makefile                                          | 135 +++++++++--------
 Makefile.config                                   |  27 ----
 Makefile.dist                                     |  40 +++++
 Makefile.filelist                                 |  51 -------
 README.md                                         |  24 ++-
 VERSION                                           |   1 -
 _oasis                                            |  90 ++++++++++++
 _tags                                             |   9 ++
 configure                                         |  22 +++
 files/META.in                                     |  48 ------
 lib/.depend                                       |  46 ------
 lib/META.ab                                       |  96 ++++++++++++
 lib/Makefile                                      |  79 ----------
 lib/deriving_Default.ml                           |  65 +++++++++
 lib/deriving_Default.mli                          |  18 +++
 lib/deriving_Functor.ml                           |   2 +-
 myocamlbuild.ml                                   |  30 ++++
 opam/descr                                        |   1 +
 opam/opam                                         |  16 ++
 opam/url                                          |   1 +
 setup.ml                                          |  37 +++++
 syntax/.depend                                    |  42 ------
 syntax/Makefile                                   | 170 ----------------------
 syntax/classes/default_class.ml                   |  94 ++++++++++++
 syntax/classes/functor_class.ml                   |   2 +-
 syntax/{ => common}/base.ml                       |  15 +-
 syntax/{ => common}/base.mli                      |   0
 syntax/{ => common}/clusters.ml                   |   0
 syntax/{ => common}/clusters.mli                  |   0
 syntax/common/defs.ml                             |   1 +
 syntax/{ => common}/defs.mli                      |   0
 syntax/{ => common}/extend.ml                     |   0
 syntax/{ => common}/extend.mli                    |   0
 syntax/common/id.ml.ab                            |   2 +
 syntax/{ => common}/type.ml                       |  37 +++--
 syntax/{ => common}/type.mli                      |   2 +-
 syntax/{ => common}/utils.ml                      |   0
 syntax/{ => common}/utils.mli                     |   0
 syntax/id.mlp                                     |   2 -
 syntax/{pa_deriving.ml => std/pa_deriving_std.ml} |   0
 syntax/{ => tc}/pa_deriving_tc.ml                 |   0
 tests/.depend                                     |  26 ----
 tests/Makefile                                    |  65 ---------
 tests/show_tests.ml                               |   0
 tests/{ => std}/bimap.ml                          |   0
 tests/{ => std}/bounded_tests.ml                  |   0
 tests/{ => std}/dump_tests.ml                     |   0
 tests/{ => std}/enum_tests.ml                     |   0
 tests/{ => std}/eq_tests.ml                       |   0
 tests/{ => std}/exp.ml                            |   0
 tests/{ => std}/functor_tests.ml                  |   0
 tests/{ => std}/inline.ml                         |   0
 tests/std/notc.ml                                 |  12 ++
 tests/{ => std}/pickle_tests.ml                   |   0
 tests/std/show_tests.ml                           |  20 +++
 tests/{ => std}/sigs.ml                           |   0
 tests/{ => std}/tests_defs.ml                     |   0
 tests/{ => std}/typeable_tests.ml                 |   0
 tests/{ => tc}/tc.ml                              |   0
 61 files changed, 687 insertions(+), 677 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-deriving-ocsigen.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