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

glondu pushed a change to branch upstream
in repository ocaml-deriving-ocsigen.

      from  2c3d8cb   Imported Upstream version 0.3c
       new  78ab265   Imported Upstream version 0.5

The 1 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                          |   9 ++
 Makefile                         |   4 +-
 Makefile.config                  |  17 +++-
 Makefile.filelist                |   4 +-
 README => README.md              |  47 +++++----
 VERSION                          |   2 +-
 files/META.in                    |  27 +++---
 lib/.depend                      |  81 ++++++++--------
 lib/deriving_util.mli            |   2 -
 syntax/.depend                   |  80 ++++++++--------
 syntax/Makefile                  |   8 +-
 syntax/base.ml                   | 191 +++++++++++++++++++++++++++++-------
 syntax/base.mli                  | 113 ++++------------------
 syntax/classes/bounded_class.ml  |  13 ++-
 syntax/classes/dump_class.ml     |  13 ++-
 syntax/classes/enum_class.ml     |  14 ++-
 syntax/classes/eq_class.ml       |  21 ++--
 syntax/classes/functor_class.ml  |  14 +--
 syntax/classes/pickle_class.ml   |  13 ++-
 syntax/classes/show_class.ml     |  27 ++++--
 syntax/classes/typeable_class.ml |  13 +--
 syntax/clusters.ml               |  35 +++++--
 syntax/defs.mli                  | 120 ++++++++++++++++++++++-
 syntax/extend.ml                 |   2 +-
 syntax/pa_deriving_tc.ml         |   6 +-
 syntax/type.ml                   | 202 ++++++++++++++++++++++++++++++++++++---
 syntax/type.mli                  |  10 +-
 syntax/utils.ml                  |   5 +
 tests/.depend                    |  52 +++++-----
 tests/Makefile                   |  19 +++-
 tests/bounded_tests.ml           |   2 +-
 tests/dump_tests.ml              |   2 +-
 tests/enum_tests.ml              |   2 +-
 tests/eq_tests.ml                |   2 +-
 tests/functor_tests.ml           |   2 +-
 tests/pickle_tests.ml            |   2 +-
 tests/sigs.ml                    |   6 +-
 tests/tc.ml                      |   3 +
 tests/{defs.ml => tests_defs.ml} |  28 ++++++
 39 files changed, 833 insertions(+), 380 deletions(-)
 rename README => README.md (58%)
 delete mode 100644 lib/deriving_util.mli
 create mode 100644 tests/tc.ml
 rename tests/{defs.ml => tests_defs.ml} (91%)

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