[Pkg-ocaml-maint-commits] [sexplib310] branch master updated (b86387d -> dd84f1c)

Lifeng Sun lifengsun-guest at moszumanska.debian.org
Fri Jul 18 11:02:45 UTC 2014


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

lifengsun-guest pushed a change to branch master
in repository sexplib310.

      from  b86387d   Upgrade debian/changelog and prepare to upload to unstable.
       new  746424a   Imported Upstream version 7.0.5
       new  4c430d5   Imported Upstream version 109.20.00
       new  86a1753   Imported Upstream version 111.03.00
       new  8cc8c2f   Merge tag 'upstream/111.03.00'
       new  8f4682b   Upgrade debian/changelog and prepare to upload to unstable.
       new  c9a0aa8   Imported Upstream version 111.17.00
       new  05f5afa   Merge tag 'upstream/111.17.00'
       new  dd84f1c   Upgrade debian/changelog and prepare to upload to unstable.

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:
 CHANGES.md                                         | 511 +++++++++++++++++
 CHANGES.txt                                        | 267 ---------
 INSTALL.txt                                        |   6 +-
 _oasis                                             |  34 +-
 _tags                                              |  47 +-
 debian/changelog                                   |   5 +-
 debian/control                                     |   2 +-
 debian/libsexplib-camlp4-dev.ocamldoc              |   1 -
 lib/META                                           |  16 +-
 lib/conv.ml                                        |   7 -
 lib/macro.ml                                       |  89 ++-
 lib/macro.mli                                      |  18 +-
 lib/sexp_intf.ml                                   |   2 +-
 lib/{sexplib.mllib => sexplib.mldylib}             |   0
 lib/sexplib.odocl                                  |  19 -
 lib/std.ml                                         |   2 +-
 lib/type_with_layout.mli                           |   2 +-
 lib_test/pa_sexp_test.ml                           |  25 +-
 lib_test_ounit/test_macros.ml                      |  55 +-
 myocamlbuild.ml                                    | 153 ++++--
 num/lib/META                                       |   4 +-
 num/lib/sexplib_num.mldylib                        |   4 +
 setup.ml                                           | 602 ++++++++++++---------
 syntax/pa_sexp_conv.ml                             |  98 ++--
 .../{pa_sexp_conv.mllib => pa_sexp_conv.mldylib}   |   0
 top/{sexplib_top.mllib => sexplib_top.mldylib}     |   0
 unix/lib/META                                      |  12 +
 unix/lib/sexplib_unix.mldylib                      |   4 +
 unix/lib/sexplib_unix.mllib                        |   4 +
 unix/lib/sexplib_unix.mlpack                       |   4 +
 unix/lib/sexplib_unix_conv.ml                      |  18 +
 31 files changed, 1270 insertions(+), 741 deletions(-)
 create mode 100644 CHANGES.md
 delete mode 100644 CHANGES.txt
 delete mode 100644 debian/libsexplib-camlp4-dev.ocamldoc
 copy lib/{sexplib.mllib => sexplib.mldylib} (100%)
 delete mode 100644 lib/sexplib.odocl
 create mode 100644 num/lib/sexplib_num.mldylib
 copy syntax/{pa_sexp_conv.mllib => pa_sexp_conv.mldylib} (100%)
 copy top/{sexplib_top.mllib => sexplib_top.mldylib} (100%)
 create mode 100644 unix/lib/META
 create mode 100644 unix/lib/sexplib_unix.mldylib
 create mode 100644 unix/lib/sexplib_unix.mllib
 create mode 100644 unix/lib/sexplib_unix.mlpack
 create mode 100644 unix/lib/sexplib_unix_conv.ml

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



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