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

Lifeng Sun lifengsun-guest at moszumanska.debian.org
Fri Jan 10 15:07: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  41a0b6a   Prepare upload to unstable
       new  5bac642   Imported Upstream version 109.58.00
       new  73888a3   Merge tag 'upstream/109.58.00'
       new  b86387d   Upgrade debian/changelog and prepare to upload to unstable.

The 3 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:
 INSTALL.txt                    |    6 +-
 Makefile                       |    2 +-
 _oasis                         |   16 +-
 _tags                          |   62 +-
 configure                      |    4 +-
 debian/changelog               |    6 +
 lib/META                       |   14 +-
 lib/conv.ml                    |   58 +-
 lib/conv.mli                   |   32 -
 lib/macro.ml                   |  411 ++++++++++
 lib/macro.mli                  |  172 +++++
 lib/pre_sexp.ml                |   79 +-
 lib/sexp_with_layout.ml        |    2 +-
 lib/sexplib.mllib              |    4 +
 lib/sexplib.mlpack             |    3 +-
 lib/sexplib.odocl              |    3 +-
 lib/std.ml                     |   30 +-
 lib_test/newlines.expected     |   93 +++
 lib_test/newlines.ml           |   56 ++
 lib_test/nonrec_test.ml        |   75 ++
 lib_test/pa_sexp_test.ml       |   72 +-
 lib_test/parser_test.ml        |   19 +-
 lib_test_ounit/test_macros.ml  |  447 +++++++++++
 lib_test_ounit/test_macros.mli |   10 +
 myocamlbuild.ml                |  248 ++++--
 num/lib/META                   |   12 +
 num/lib/sexplib_num.mllib      |    1 +
 num/lib/sexplib_num.mlpack     |    5 +
 num/lib/sexplib_num_conv.ml    |   38 +
 num/lib/sexplib_num_conv.mli   |   31 +
 num/lib/std.ml                 |   28 +
 setup.ml                       | 1658 ++++++++++++++++++++++++++++++++--------
 syntax/pa_sexp_conv.ml         |   99 ++-
 33 files changed, 3186 insertions(+), 610 deletions(-)
 create mode 100644 lib/macro.ml
 create mode 100644 lib/macro.mli
 create mode 100644 lib/sexplib.mllib
 create mode 100644 lib_test/newlines.expected
 create mode 100644 lib_test/newlines.ml
 create mode 100644 lib_test_ounit/test_macros.ml
 create mode 100644 lib_test_ounit/test_macros.mli
 create mode 100644 num/lib/META
 create mode 100644 num/lib/sexplib_num.mllib
 create mode 100644 num/lib/sexplib_num.mlpack
 create mode 100644 num/lib/sexplib_num_conv.ml
 create mode 100644 num/lib/sexplib_num_conv.mli
 create mode 100644 num/lib/std.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