[Pkg-ocaml-maint-commits] [ocaml-data-notation] branch master updated (25ea63b -> 2bb3a3e)
Stéphane Glondu
glondu at moszumanska.debian.org
Sat Dec 7 11:57:50 UTC 2013
This is an automated email from the git hooks/post-receive script.
glondu pushed a change to branch master
in repository ocaml-data-notation.
from 25ea63b Update changelog and prepare upload to experimental
new b9f599c Imported Upstream version 0.0.11
new 3ac769a Merge tag 'upstream/0.0.11'
new f43d73a New upstream release
new 2bb3a3e Prepare upload to unstable
The 4 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:
.boring | 5 +-
CHANGES.txt | 21 +-
COPYING.txt | 2 +-
INSTALL.txt | 6 +-
Makefile | 96 ++-
_headache.config | 61 +-
_header | 3 +-
_oasis | 20 +-
_tags | 24 +-
ardivink.lua | 19 +
bootstrap.lua | 38 -
ci-main.lua | 27 -
configure | 4 +-
debian/changelog | 8 +
myocamlbuild.ml | 214 +++---
setup.ml | 894 +++++++++++++++-------
src/META | 34 +-
src/ODN.ml | 138 ++--
src/odn.mllib | 21 -
src/odn.odocl | 25 -
src/pa_noodn.ml | 45 +-
src/pa_noodn.mllib | 21 -
src/pa_odn.ml | 131 ++--
src/pa_odn.mllib | 21 -
test/TestCommon.ml | 28 +
test/TestConf.ml.ab | 23 +
{tests => test}/data/oasis-examples/OASISTypes.ml | 95 +--
{tests => test}/data/oasis-examples/PropList.ml | 153 ++--
test/data/oasis-examples/main.ml | 56 ++
test/data/polyvariants.ml | 31 +
test/data/tuples.ml | 25 +
test/data/variant.ml | 27 +
test/test.ml | 186 +++++
tests/TestCommon.ml | 27 -
tests/TestConf.ml.ab | 22 -
tests/data/oasis-examples/main.ml | 55 --
tests/data/polyvariants.ml | 30 -
tests/data/tuples.ml | 24 -
tests/data/variant.ml | 26 -
tests/test.ml | 182 -----
40 files changed, 1582 insertions(+), 1286 deletions(-)
create mode 100644 ardivink.lua
delete mode 100644 bootstrap.lua
delete mode 100644 ci-main.lua
delete mode 100644 src/odn.odocl
create mode 100644 test/TestCommon.ml
create mode 100644 test/TestConf.ml.ab
rename {tests => test}/data/oasis-examples/OASISTypes.ml (71%)
rename {tests => test}/data/oasis-examples/PropList.ml (68%)
create mode 100644 test/data/oasis-examples/main.ml
create mode 100644 test/data/polyvariants.ml
create mode 100644 test/data/tuples.ml
create mode 100644 test/data/variant.ml
create mode 100644 test/test.ml
delete mode 100644 tests/TestCommon.ml
delete mode 100644 tests/TestConf.ml.ab
delete mode 100644 tests/data/oasis-examples/main.ml
delete mode 100644 tests/data/polyvariants.ml
delete mode 100644 tests/data/tuples.ml
delete mode 100644 tests/data/variant.ml
delete mode 100644 tests/test.ml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml-data-notation.git
More information about the Pkg-ocaml-maint-commits
mailing list