[Pkg-ocaml-maint-commits] [ocaml-text] branch upstream updated (d897ba0 -> 113c765)

Stéphane Glondu glondu at moszumanska.debian.org
Tue Jul 18 09:25:12 UTC 2017


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

glondu pushed a change to branch upstream
in repository ocaml-text.

      from  d897ba0   Imported Upstream version 0.6
       new  e19dc70   New upstream version 0.7
       new  f582c3d   New upstream version 0.7.1
       new  113c765   New upstream version 0.8

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:
 .gitignore                                         |    5 +
 CHANGES                                            |   10 +
 CHANGES.darcs                                      |  351 --
 Makefile                                           |   32 +-
 _oasis                                             |   38 +-
 _tags                                              |   45 +-
 text-api.odocl => api.odocl                        |    0
 configure                                          |    6 +-
 dist.sh                                            |    8 +
 manual/manual.pdf                                  |  Bin 175412 -> 0 bytes
 myocamlbuild.ml                                    |  594 ++--
 opam                                               |   11 +
 predist.sh                                         |   17 +
 setup.ml                                           | 3542 +++++++++++++-------
 src/META                                           |   45 +
 src/META.ab                                        |   27 -
 src/{text-bigarray.mllib => bigarray.mldylib}      |    0
 src/{text-bigarray.mllib => bigarray.mllib}        |    0
 ...-bigarray_stubs.clib => libbigarray_stubs.clib} |    0
 src/ml_text.c                                      |    5 +-
 src/ml_text_bigarray.c                             |    5 +-
 src/{text-pcre.mllib => pcre.mldylib}              |    0
 src/{text-pcre.mllib => pcre.mllib}                |    0
 src/{text-bigarray.mllib => text-bigarray.mldylib} |    0
 src/{text-pcre.mllib => text-pcre.mldylib}         |    0
 src/text.ml                                        |   42 +-
 src/{text.mllib => text.mldylib}                   |    0
 ...{text-pcre-syntax.mllib => pcre-syntax.mldylib} |    0
 .../{text-pcre-syntax.mllib => pcre-syntax.mllib}  |    0
 ...-pcre-syntax.mllib => text-pcre-syntax.mldylib} |    0
 30 files changed, 2922 insertions(+), 1861 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 CHANGES.darcs
 copy text-api.odocl => api.odocl (100%)
 create mode 100755 dist.sh
 delete mode 100644 manual/manual.pdf
 create mode 100644 opam
 create mode 100755 predist.sh
 create mode 100644 src/META
 delete mode 100644 src/META.ab
 copy src/{text-bigarray.mllib => bigarray.mldylib} (100%)
 copy src/{text-bigarray.mllib => bigarray.mllib} (100%)
 copy src/{libtext-bigarray_stubs.clib => libbigarray_stubs.clib} (100%)
 copy src/{text-pcre.mllib => pcre.mldylib} (100%)
 copy src/{text-pcre.mllib => pcre.mllib} (100%)
 copy src/{text-bigarray.mllib => text-bigarray.mldylib} (100%)
 copy src/{text-pcre.mllib => text-pcre.mldylib} (100%)
 copy src/{text.mllib => text.mldylib} (100%)
 copy syntax/{text-pcre-syntax.mllib => pcre-syntax.mldylib} (100%)
 copy syntax/{text-pcre-syntax.mllib => pcre-syntax.mllib} (100%)
 copy syntax/{text-pcre-syntax.mllib => text-pcre-syntax.mldylib} (100%)

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



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