[Pkg-ocaml-maint-commits] [tyxml] branch upstream updated (1d896fe -> 6984fda)
Mehdi Dogguy
mehdi at moszumanska.debian.org
Sun Oct 18 09:55:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
mehdi pushed a change to branch upstream
in repository tyxml.
from 1d896fe Imported Upstream version 3.0.0
new b995f67 Imported Upstream version 3.1.1
new 0a6fde2 Imported Upstream version 3.2.0
new ab1334f Imported Upstream version 3.2.1
new f36354d Imported Upstream version 3.3.0
new 64b54d3 Imported Upstream version 3.4.0
new 6984fda Imported Upstream version 3.5.0
The 6 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 | 13 +
.merlin | 7 +
.ocp-indent | 1 +
CHANGES | 61 ++
Makefile | 76 +-
README.md | 6 +-
RELEASE.md | 15 +
_oasis | 49 +-
_tags | 26 +-
configure | 7 +-
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 +-
67 files changed, 2111 insertions(+), 4910 deletions(-)
create mode 100644 .gitignore
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