[Pkg-ocaml-maint-commits] [findlib] branch upstream updated (fab6433 -> e0e36a3)

Stéphane Glondu glondu at moszumanska.debian.org
Wed Feb 18 09:21:36 UTC 2015


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

glondu pushed a change to branch upstream
in repository findlib.

      from  fab6433   Imported Upstream version 1.4.1
       new  92023a8   Imported Upstream version 1.5.1
       new  4c2c82c   Imported Upstream version 1.5.2
       new  6100607   Imported Upstream version 1.5.3
       new  e4dcf2c   Imported Upstream version 1.5.4
       new  e0e36a3   Imported Upstream version 1.5.5

The 5 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:
 Makefile                                  |  14 +-
 configure                                 |  65 +++-
 doc/README                                |  27 ++
 doc/README.xml                            |  39 +++
 doc/common.xml                            |   2 +-
 doc/guide-html/c380.html                  |   7 +-
 doc/guide-html/index.html                 |  13 +-
 doc/guide-html/x412.html                  |   5 +-
 doc/guide-html/x464.html                  |  54 +--
 doc/guide-html/{x464.html => x471.html}   |  18 +-
 doc/guide-html/{x468.html => x475.html}   |   8 +-
 doc/ref-html/{c1024.html => c1054.html}   |  12 +-
 doc/ref-html/index.html                   |  12 +-
 doc/ref-html/lib/Findlib.html             |  56 ++-
 doc/ref-html/lib/Fl_metascanner.html      |  40 ++-
 doc/ref-html/lib/Fl_package_base.html     |  54 +--
 doc/ref-html/lib/Topfind.html             |  39 ++-
 doc/ref-html/lib/type_Findlib.html        |   2 +-
 doc/ref-html/{p1022.html => p1052.html}   |  16 +-
 doc/ref-html/{p679.html => p698.html}     |  14 +-
 doc/ref-html/r17.html                     | 160 +++++----
 doc/ref-html/{r681.html => r700.html}     |  58 +++-
 doc/ref-html/{r775.html => r798.html}     |  50 ++-
 doc/ref-html/{r964.html => r994.html}     |  26 +-
 doc/ref-man/META.5                        |  44 +++
 doc/ref-man/findlib.conf.5                |  23 ++
 doc/ref-man/ocamlfind.1                   |  85 ++++-
 doc/src/findlib.sgml                      |  32 +-
 doc/src/findlib_conf.mod                  |  12 +
 doc/src/findlib_meta.mod                  |  25 ++
 doc/src/findlib_ocamlfind.mod             |  30 +-
 doc/src/findlib_reference.xml             |  65 +++-
 itest-aux/ppx.ml                          |   1 +
 site-lib-src/bytes/META.in                |   5 +
 site-lib-src/bytes/interfaces.in          |   2 +
 site-lib-src/bytes/interfaces.out         |   2 +
 src/bytes/META                            |   9 +
 src/bytes/Makefile                        |  39 +++
 src/bytes/README                          |   7 +
 src/bytes/bytes.ml                        |  36 ++
 src/findlib/Makefile                      |  21 +-
 src/findlib/findlib.ml                    |  10 +-
 src/findlib/findlib.mli                   |   6 +-
 src/findlib/fl_topo.ml                    |   6 +-
 src/findlib/frontend.ml                   | 542 +++++++++++++++++++++---------
 src/findlib/{topfind.ml => topfind.ml.in} |  86 ++++-
 46 files changed, 1445 insertions(+), 434 deletions(-)
 copy doc/guide-html/{x464.html => x471.html} (91%)
 rename doc/guide-html/{x468.html => x475.html} (97%)
 rename doc/ref-html/{c1024.html => c1054.html} (93%)
 rename doc/ref-html/{p1022.html => p1052.html} (92%)
 rename doc/ref-html/{p679.html => p698.html} (94%)
 rename doc/ref-html/{r681.html => r700.html} (90%)
 rename doc/ref-html/{r775.html => r798.html} (95%)
 rename doc/ref-html/{r964.html => r994.html} (96%)
 create mode 100644 itest-aux/ppx.ml
 create mode 100644 site-lib-src/bytes/META.in
 create mode 100644 site-lib-src/bytes/interfaces.in
 create mode 100644 site-lib-src/bytes/interfaces.out
 create mode 100644 src/bytes/META
 create mode 100644 src/bytes/Makefile
 create mode 100644 src/bytes/README
 create mode 100644 src/bytes/bytes.ml
 rename src/findlib/{topfind.ml => topfind.ml.in} (66%)

-- 
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