[Pkg-ocaml-maint-commits] [xmlm] branch upstream updated (5ea3b81 -> 3863f65)

Johannes Schauer josch-guest at moszumanska.debian.org
Tue Mar 25 12:19:56 UTC 2014


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

josch-guest pushed a change to branch upstream
in repository xmlm.

      from  5ea3b81   Imported Upstream version 1.1.1
       new  3863f65   Imported Upstream version 1.2.0

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:
 .ocamlinit             |    2 +-
 CHANGES => CHANGES.md  |   12 +
 README                 |   66 -
 README.md              |   48 +
 _oasis                 |   52 -
 _tags                  |   24 +-
 doc/Xmlm.Buffer.html   |    4 +-
 doc/Xmlm.Make.html     |   10 +-
 doc/Xmlm.S.html        |   10 +-
 doc/Xmlm.String.html   |    4 +-
 doc/Xmlm.html          |  171 +-
 doc/index.html         |    2 +-
 doc/index_modules.html |    2 +-
 doc/index_values.html  |    4 +-
 doc/style.css          |   23 +-
 myocamlbuild.ml        |  491 ----
 opam                   |   13 +
 {src => pkg}/META      |    7 +-
 pkg/build              |   29 +
 pkg/config             |    3 +
 pkg/pkg-builder        |   84 +
 pkg/pkg-git            |   16 +
 pkg/pkg-varsubsts      |   24 +
 setup.ml               | 5830 ------------------------------------------------
 src/xmlm.ml            | 1045 ++++-----
 src/xmlm.mli           |  188 +-
 src/xmlm.mllib         |    4 -
 test/examples.ml       |   25 +-
 test/tests.itarget     |    2 +-
 test/xmltrip.ml        |  113 +-
 30 files changed, 1065 insertions(+), 7243 deletions(-)
 rename CHANGES => CHANGES.md (78%)
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 _oasis
 delete mode 100644 myocamlbuild.ml
 create mode 100644 opam
 rename {src => pkg}/META (51%)
 create mode 100755 pkg/build
 create mode 100644 pkg/config
 create mode 100755 pkg/pkg-builder
 create mode 100755 pkg/pkg-git
 create mode 100755 pkg/pkg-varsubsts
 delete mode 100644 setup.ml
 delete mode 100644 src/xmlm.mllib

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



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