[Pkg-ocaml-maint-commits] [cmdliner] branch upstream updated (42556c1 -> f035d5a)

Stéphane Glondu glondu at moszumanska.debian.org
Tue Jul 7 09:23:44 UTC 2015


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

glondu pushed a change to branch upstream
in repository cmdliner.

      from  42556c1   Imported Upstream version 0.9.3
      adds  1f707a3   Imported Upstream version 0.9.4
       new  bf08f94   Imported Upstream version 0.9.5
       new  0dcafb4   Imported Upstream version 0.9.6
       new  f035d5a   Imported Upstream version 0.9.7

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:
 .ocp-indent                 |    1 +
 CHANGES                     |   36 -
 CHANGES.md                  |   88 +
 README                      |   62 -
 README.md                   |   55 +
 TODO.md                     |    1 +
 _oasis                      |   90 -
 _tags                       |   34 +-
 doc/Cmdliner.Arg.html       |  249 +-
 doc/Cmdliner.Manpage.html   |   23 +-
 doc/Cmdliner.Term.html      |  111 +-
 doc/Cmdliner.html           |  324 +--
 doc/index_types.html        |    5 +
 doc/index_values.html       |   79 +-
 doc/style.css               |   11 +-
 doc/type_Cmdliner.Arg.html  |    3 +
 doc/type_Cmdliner.Term.html |   15 +-
 doc/type_Cmdliner.html      |   18 +-
 myocamlbuild.ml             |  491 ----
 opam                        |   16 +
 {src => pkg}/META           |    8 +-
 pkg/build.ml                |   17 +
 pkg/config.ml               |   11 +
 pkg/git.ml                  |   14 +
 pkg/topkg-ext.ml            |  272 ++
 pkg/topkg.ml                |  303 +++
 setup.ml                    | 5948 -------------------------------------------
 src/cmdliner.ml             | 1251 +++++----
 src/cmdliner.mli            |  606 +++--
 src/cmdliner.mllib          |    4 -
 test/chorus.ml              |   15 +-
 test/cp_ex.ml               |   42 +-
 test/darcs_ex.ml            |   94 +-
 test/revolt.ml              |    2 +-
 test/rm_ex.ml               |   20 +-
 test/tail_ex.ml             |   44 +-
 36 files changed, 2416 insertions(+), 7947 deletions(-)
 create mode 100644 .ocp-indent
 delete mode 100644 CHANGES
 create mode 100644 CHANGES.md
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 TODO.md
 delete mode 100644 _oasis
 delete mode 100644 myocamlbuild.ml
 create mode 100644 opam
 rename {src => pkg}/META (67%)
 create mode 100755 pkg/build.ml
 create mode 100644 pkg/config.ml
 create mode 100755 pkg/git.ml
 create mode 100644 pkg/topkg-ext.ml
 create mode 100644 pkg/topkg.ml
 delete mode 100644 setup.ml
 delete mode 100644 src/cmdliner.mllib

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



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