[Pkg-ocaml-maint-commits] [cppo] branch master updated (32ea48f -> 4b36140)
Stéphane Glondu
glondu at moszumanska.debian.org
Thu Sep 3 12:38:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
glondu pushed a change to branch master
in repository cppo.
from 32ea48f Update packaging
new 887514d Imported Upstream version 1.0.0
new d41800a Imported Upstream version 1.0.1
new 4c9b4f2 Imported Upstream version 1.1.0
new 1bdb8f4 Imported Upstream version 1.1.1
new 10c7f02 Imported Upstream version 1.1.2
new 45bf01e Merge tag 'upstream/1.1.2'
new 2b6d1f2 New upstream release
new 97e7bb7 Bump Standards-Version to 3.9.6
new 4b36140 Update changelog and prepare upload to unstable
The 9 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 | 18 +
.ocp-indent | 22 ++
Makefile | 17 +-
README.md | 81 +++--
cppo_command.ml | 2 -
cppo_eval.ml | 659 +++++++++++++++++++----------------
cppo_lexer.mll | 500 +++++++++++++-------------
cppo_main.ml | 156 ++++++---
cppo_parser.mly | 131 +++----
cppo_types.ml | 15 +-
debian/changelog | 7 +-
debian/control | 2 +-
examples/french.ml | 4 +-
examples/lexer.mll | 2 +-
ocamlbuild_plugin/ocamlbuild_cppo.ml | 6 +-
test.cppo | 1 -
test/Makefile | 26 ++
test/comments.cppo | 7 +
test/comments.ref | 8 +
test/cond.cppo | 47 +++
{testdata => test}/ext.cppo | 0
{testdata => test}/ext.ref | 0
{testdata => test}/incl.cppo | 0
{testdata => test}/incl2.cppo | 0
{testdata => test}/source.sh | 0
test/tuple.cppo | 38 ++
test/version.cppo | 30 ++
testdata/Makefile | 7 -
28 files changed, 1084 insertions(+), 702 deletions(-)
create mode 100644 .gitignore
create mode 100644 .ocp-indent
create mode 100644 test/Makefile
create mode 100644 test/comments.cppo
create mode 100644 test/comments.ref
create mode 100644 test/cond.cppo
rename {testdata => test}/ext.cppo (100%)
rename {testdata => test}/ext.ref (100%)
rename {testdata => test}/incl.cppo (100%)
rename {testdata => test}/incl2.cppo (100%)
rename {testdata => test}/source.sh (100%)
create mode 100644 test/tuple.cppo
create mode 100644 test/version.cppo
delete mode 100644 testdata/Makefile
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/cppo.git
More information about the Pkg-ocaml-maint-commits
mailing list