[Pkg-ocaml-maint-commits] [ocaml-re2] branch upstream updated (acfb7bb -> 51d5777)
Hilko Bengen
bengen at moszumanska.debian.org
Mon Feb 1 22:34:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to branch upstream
in repository ocaml-re2.
from acfb7bb Imported Upstream version 113.00.00+dfsg
new 51d5777 Imported Upstream version 113.24.00+dfsg
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:
.gitignore | 7 +
CHANGES.md | 19 +-
INSTALL.txt | 48 -
META.ab | 7 +
Makefile | 55 +-
_oasis | 85 +-
_prebuild | 7 +-
_tags | 42 +-
configure | 24 +-
descr | 1 +
js-utils/gen_install.ml | 102 +
js-utils/install_tags.ml | 14 +
myocamlbuild.ml | 649 +----
opam | 29 +
setup.ml | 6823 +---------------------------------------------
src/META | 12 -
src/Makefile | 7 +-
src/jbuild-ignore | 1 +
src/parser.ml | 955 +++----
src/parser.mli | 135 +-
src/parser_intf.ml | 150 +
src/re2.mldylib | 4 -
src/re2.mllib | 4 -
src/re2.mlpack | 9 -
src/re2_internal.ml | 24 +-
src/re2_internal_intf.ml | 8 +-
src/stubs.cpp | 2 +-
test/test.ml | 321 ---
28 files changed, 952 insertions(+), 8592 deletions(-)
create mode 100644 .gitignore
delete mode 100644 INSTALL.txt
create mode 100644 META.ab
create mode 100644 descr
create mode 100644 js-utils/gen_install.ml
create mode 100644 js-utils/install_tags.ml
create mode 100644 opam
delete mode 100644 src/META
create mode 100644 src/jbuild-ignore
create mode 100644 src/parser_intf.ml
delete mode 100644 src/re2.mldylib
delete mode 100644 src/re2.mllib
delete mode 100644 src/re2.mlpack
delete mode 100644 test/test.ml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-re2.git
More information about the Pkg-ocaml-maint-commits
mailing list