[Pkg-ocaml-maint-commits] [ocaml-textutils] branch upstream updated (c5fcd0f -> 52de5a1)
Hilko Bengen
bengen at moszumanska.debian.org
Mon Feb 1 22:36:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to branch upstream
in repository ocaml-textutils.
from c5fcd0f Imported Upstream version 112.17.00
new 52de5a1 Imported Upstream version 113.24.00
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 | 15 +
INSTALL.txt | 41 -
META.ab | 7 +
Makefile | 55 +-
_oasis | 70 +-
_tags | 35 +-
configure | 24 +-
descr | 1 +
js-utils/gen_install.ml | 102 +
js-utils/install_tags.ml | 9 +
lib/META | 12 -
lib/textutils.mldylib | 4 -
lib/textutils.mllib | 4 -
lib/textutils.mlpack | 8 -
myocamlbuild.ml | 649 +---
opam | 29 +
setup.ml | 6796 +-----------------------------------------
{lib => src}/ascii_table.ml | 23 +-
{lib => src}/ascii_table.mli | 8 +-
{lib => src}/console.ml | 0
{lib => src}/console.mli | 0
{lib => src}/std.ml | 0
{lib => src}/text_block.ml | 0
{lib => src}/text_block.mli | 0
{lib => src}/text_graph.ml | 18 +-
{lib => src}/text_graph.mli | 0
27 files changed, 301 insertions(+), 7616 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
delete mode 100644 lib/META
delete mode 100644 lib/textutils.mldylib
delete mode 100644 lib/textutils.mllib
delete mode 100644 lib/textutils.mlpack
create mode 100644 opam
rename {lib => src}/ascii_table.ml (98%)
rename {lib => src}/ascii_table.mli (97%)
rename {lib => src}/console.ml (100%)
rename {lib => src}/console.mli (100%)
rename {lib => src}/std.ml (100%)
rename {lib => src}/text_block.ml (100%)
rename {lib => src}/text_block.mli (100%)
rename {lib => src}/text_graph.ml (74%)
rename {lib => src}/text_graph.mli (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-textutils.git
More information about the Pkg-ocaml-maint-commits
mailing list