[Pkg-ocaml-maint-commits] [tyxml] branch master updated (ad9d71e -> f0a6bf8)

Mehdi Dogguy mehdi at moszumanska.debian.org
Sun Oct 18 09:55:47 UTC 2015


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

mehdi pushed a change to branch master
in repository tyxml.

      from  ad9d71e   Release to unstable
       new  b995f67   Imported Upstream version 3.1.1
       new  765aa0a   Merge tag 'upstream/3.1.1'
       new  0a6fde2   Imported Upstream version 3.2.0
       new  d2b5c40   Merge tag 'upstream/3.2.0'
       new  ab1334f   Imported Upstream version 3.2.1
       new  cc11edf   Merge tag 'upstream/3.2.1'
       new  f36354d   Imported Upstream version 3.3.0
       new  e51476a   Merge tag 'upstream/3.3.0'
       new  64b54d3   Imported Upstream version 3.4.0
       new  18cd699   Merge tag 'upstream/3.4.0'
       new  6984fda   Imported Upstream version 3.5.0
       new  50eebf1   Merge tag 'upstream/3.5.0'
       new  e546f62   New upstream release
       new  adcd167   Build-Depend on camlp4 instead of camlp4-extrac
       new  736f7a8   Add libuutf-ocaml-dev to Build-Depends
       new  5de3f5c   Adapt d/rules to upstream's new build system
       new  ac82bad   Do not install .ml files, .mli are provided
       new  a085dab   Install new files in appropriate packages
       new  f0a6bf8   Release to unstable

The 19 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:
 .gitignore                             |   14 +-
 .merlin                                |    7 +
 .ocp-indent                            |    1 +
 CHANGES                                |   61 ++
 Makefile                               |   76 +-
 README.md                              |    6 +-
 RELEASE.md                             |   15 +
 _oasis                                 |   49 +-
 _tags                                  |   26 +-
 configure                              |    7 +-
 debian/changelog                       |   12 +
 debian/control                         |    3 +-
 debian/libtyxml-ocaml-dev.install.in   |    4 +-
 debian/libtyxml-ocaml.install.in       |    2 +
 debian/rules                           |   14 +-
 apiref-intro => doc/indexdoc           |    3 -
 doc/manual-wiki/functors.wiki          |   41 +-
 {manual => doc/manual-wiki}/intro.wiki |    9 +-
 {manual => doc/manual-wiki}/menu.wiki  |    0
 format.sh                              |    6 -
 lib/META                               |   34 +-
 lib/Makefile                           |  101 ---
 lib/html5.ml                           |    2 +-
 lib/html5.mli                          |   18 +-
 lib/html5_f.ml                         |  576 +++++---------
 lib/html5_f.mli                        |   40 +-
 lib/html5_sigs.mli                     |  445 +++++------
 lib/html5_types.mli                    |  170 ++--
 lib/svg.ml                             |    2 +-
 lib/svg.mli                            |   15 +-
 lib/svg_f.ml                           |  174 ++--
 lib/svg_f.mli                          |   30 +-
 lib/svg_sigs.mli                       |  184 +++--
 lib/svg_types.mli                      |   47 +-
 lib/tyxml.mldylib                      |    4 +-
 lib/tyxml.mllib                        |    4 +-
 lib/tyxml_f.mldylib                    |    3 +-
 lib/tyxml_f.mllib                      |    3 +-
 lib/xhtml.ml                           |   30 -
 lib/xhtml.mli                          |   79 --
 lib/xhtml_f.ml                         |  849 --------------------
 lib/xhtml_f.mli                        |   38 -
 lib/xhtml_sigs.mli                     |  637 ---------------
 lib/xhtml_types.mli                    | 1371 --------------------------------
 lib/xml.ml                             |   57 +-
 lib/xml.mli                            |   28 +-
 lib/xml_iter.ml                        |  136 ++--
 lib/xml_iter.mli                       |   19 +-
 lib/xml_print.ml                       |  251 ++++--
 lib/xml_print.mli                      |   73 +-
 lib/xml_sigs.mli                       |   11 +-
 lib/xml_wrap.ml                        |   33 +-
 lib/xml_wrap.mli                       |   19 +-
 myocamlbuild.ml                        |  203 ++---
 opam/descr                             |    2 -
 opam/opam                              |   12 -
 opam/url                               |    1 -
 setup.ml                               |  611 +++++++++-----
 syntax/Makefile                        |   71 --
 syntax/{xhtmlsyntax.ml => pa_tyxml.ml} |  173 ++--
 syntax/pa_tyxml.mldylib                |    6 +-
 syntax/pa_tyxml.mli                    |    6 +-
 syntax/pa_tyxml.mllib                  |    6 +-
 syntax/pa_tyxml.mlpack                 |    8 -
 syntax/xhtmlparser.ml                  |    7 +-
 syntax/xmllexer.mll                    |    2 +-
 tools/autoname.ml                      |   21 +
 tools/tyxml_name.ml                    |   46 ++
 tools/tyxml_name.mli                   |   23 +
 tools/tyxml_tools.mldylib              |    4 +
 tools/tyxml_tools.mllib                |    4 +
 tyxml-api.odocl                        |   12 +-
 72 files changed, 2137 insertions(+), 4920 deletions(-)
 create mode 100644 .merlin
 create mode 100644 RELEASE.md
 rename apiref-intro => doc/indexdoc (93%)
 rename {manual => doc/manual-wiki}/intro.wiki (72%)
 rename {manual => doc/manual-wiki}/menu.wiki (100%)
 delete mode 100755 format.sh
 delete mode 100644 lib/Makefile
 delete mode 100644 lib/xhtml.ml
 delete mode 100644 lib/xhtml.mli
 delete mode 100644 lib/xhtml_f.ml
 delete mode 100644 lib/xhtml_f.mli
 delete mode 100644 lib/xhtml_sigs.mli
 delete mode 100644 lib/xhtml_types.mli
 delete mode 100644 opam/descr
 delete mode 100644 opam/opam
 delete mode 100644 opam/url
 delete mode 100644 syntax/Makefile
 rename syntax/{xhtmlsyntax.ml => pa_tyxml.ml} (67%)
 delete mode 100644 syntax/pa_tyxml.mlpack
 create mode 100644 tools/autoname.ml
 create mode 100644 tools/tyxml_name.ml
 create mode 100644 tools/tyxml_name.mli
 create mode 100644 tools/tyxml_tools.mldylib
 create mode 100644 tools/tyxml_tools.mllib

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



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