[Pkg-ocaml-maint-commits] [findlib] branch upstream updated (ab72b87 -> 3826c7d)

Stéphane Glondu glondu at moszumanska.debian.org
Mon Dec 2 20:45:26 UTC 2013


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

glondu pushed a change to branch upstream
in repository findlib.

      from  ab72b87   Imported Upstream version 1.3.1
      adds  efd3099   Imported Upstream version 1.3.2
      adds  83f1a63   Imported Upstream version 1.3.3
      adds  3826c7d   Imported Upstream version 1.4

No new revisions were added by this update.

Summary of changes:
 Makefile                                  |   3 +
 configure                                 |  54 ++-
 doc/README                                |  49 ++-
 doc/README.xml                            |  62 +++-
 doc/ref-html/{c1023.html => c1024.html}   |  12 +-
 doc/ref-html/index.html                   |  12 +-
 doc/ref-html/lib/Findlib.html             |  15 +-
 doc/ref-html/lib/Fl_metascanner.html      |  35 +-
 doc/ref-html/lib/Fl_package_base.html     |  29 +-
 doc/ref-html/lib/Topfind.html             |  22 +-
 doc/ref-html/lib/index.html               |  20 +-
 doc/ref-html/lib/index_attributes.html    |   6 +-
 doc/ref-html/lib/index_class_types.html   |   6 +-
 doc/ref-html/lib/index_classes.html       |   6 +-
 doc/ref-html/lib/index_exceptions.html    |   6 +-
 doc/ref-html/lib/index_methods.html       |   6 +-
 doc/ref-html/lib/index_module_types.html  |   6 +-
 doc/ref-html/lib/index_modules.html       |   6 +-
 doc/ref-html/lib/index_types.html         |  10 +-
 doc/ref-html/lib/index_values.html        |  17 +-
 doc/ref-html/lib/type_Findlib.html        |   4 +-
 doc/ref-html/lib/type_Fl_metascanner.html |   3 +
 doc/ref-html/lib/type_Topfind.html        |   1 +
 doc/ref-html/{p1021.html => p1022.html}   |  16 +-
 doc/ref-html/{p678.html => p679.html}     |  14 +-
 doc/ref-html/r17.html                     |  57 +--
 doc/ref-html/{r680.html => r681.html}     |  34 +-
 doc/ref-html/{r774.html => r775.html}     |  26 +-
 doc/ref-html/{r963.html => r964.html}     |  26 +-
 doc/ref-man/ocamlfind.1                   |   7 +-
 doc/src/findlib_ocamlfind.mod             |   7 +-
 doc/src/findlib_reference.xml             |   6 +-
 itest-aux/remdir.ml                       |   2 +
 mini/ocamlfind-mini                       |   2 +-
 site-lib-src/camlp4.310/META.in           |  11 +
 site-lib-src/compiler-libs/META.in        |  39 +++
 src/findlib-toolbox/make_wizard.ml        |   2 +-
 src/findlib-toolbox/make_wizard.pattern   |   2 +-
 src/findlib/Makefile                      |  31 +-
 src/findlib/findlib.ml                    |  15 +-
 src/findlib/findlib.mli                   |   5 +-
 src/findlib/fl_args.ml                    |   6 +-
 src/findlib/fl_metascanner.ml             | 564 ++++++++++++++++++++++++++++++
 src/findlib/fl_metascanner.mli            |   6 +-
 src/findlib/fl_metascanner.src            | 206 ++++++++++-
 src/findlib/fl_metatoken.ml               |  19 +-
 src/findlib/fl_topo.ml                    |   2 +-
 src/findlib/fl_topo.mli                   |   2 +-
 src/findlib/frontend.ml                   |  67 ++--
 src/findlib/num_top.ml                    |   2 +-
 src/findlib/num_top.mli                   |   2 +-
 src/findlib/num_top_printers.ml           |   2 +-
 src/findlib/test_parser.ml                |  87 +++++
 src/findlib/topfind.ml                    |  10 +-
 src/findlib/topfind.mli                   |   4 +-
 src/findlib/{topfind.p => topfind_rd0.p}  |   2 +-
 src/findlib/{topfind.p => topfind_rd1.p}  |   7 +-
 tools/collect_files                       |   2 +-
 58 files changed, 1404 insertions(+), 278 deletions(-)
 rename doc/ref-html/{c1023.html => c1024.html} (93%)
 rename doc/ref-html/{p1021.html => p1022.html} (92%)
 rename doc/ref-html/{p678.html => p679.html} (94%)
 rename doc/ref-html/{r680.html => r681.html} (97%)
 rename doc/ref-html/{r774.html => r775.html} (98%)
 rename doc/ref-html/{r963.html => r964.html} (96%)
 create mode 100644 itest-aux/remdir.ml
 create mode 100644 site-lib-src/compiler-libs/META.in
 create mode 100644 src/findlib/fl_metascanner.ml
 create mode 100644 src/findlib/test_parser.ml
 copy src/findlib/{topfind.p => topfind_rd0.p} (94%)
 rename src/findlib/{topfind.p => topfind_rd1.p} (84%)

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



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