[Pkg-ocaml-maint-commits] [atdgen] branch master updated (1e25f62 -> 8ff9f4a)

Stéphane Glondu glondu at moszumanska.debian.org
Thu Aug 4 09:37:57 UTC 2016


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

glondu pushed a change to branch master
in repository atdgen.

      from  1e25f62   Update changelog and prepare upload to unstable
       new  2bb1730   Imported Upstream version 1.8.0
       new  62b0b8c   Imported Upstream version 1.9.0
       new  f74d058   Imported Upstream version 1.9.1
       new  208e738   Merge tag 'upstream/1.9.1'
       new  45fbfc4   New upstream release
       new  4bda77c   Update packaging
       new  9edb7fb   Bump Standards-Version to 3.9.8
       new  c525c3c   Update Vcs-*
       new  8ff9f4a   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:
 Makefile                              |   6 ++
 LICENSE => atdgen-cppo/LICENSE        |   2 +-
 atdgen-cppo/Makefile                  |  38 ++++++++++
 atdgen-cppo/README.md                 |  81 ++++++++++++++++++++++
 atdgen-cppo/atdgen-cppo               |  74 ++++++++++++++++++++
 atdgen-cppo/cppo-json                 |  56 +++++++++++++++
 atdgen-cppo/example.ml                |   5 ++
 atdgen.install                        |   6 +-
 debian/changelog                      |   9 +++
 debian/control                        |   6 +-
 debian/libatdgen-ocaml-dev.install.in |   2 +
 src/Makefile                          |   2 +-
 src/ag_main.ml                        |  25 +++++--
 src/ag_ob_emit.ml                     |  77 ++++++++++++---------
 src/ag_ocaml.ml                       |  28 ++++----
 src/ag_oj_emit.ml                     |  21 ++++--
 src/ag_ov_emit.ml                     |   5 +-
 src/ag_ox_emit.mli                    |  32 +++++++++
 test/test_atdgen_main.ml              | 127 +++++++++++++++++++++++++++++++++-
 19 files changed, 538 insertions(+), 64 deletions(-)
 copy LICENSE => atdgen-cppo/LICENSE (97%)
 create mode 100644 atdgen-cppo/Makefile
 create mode 100644 atdgen-cppo/README.md
 create mode 100755 atdgen-cppo/atdgen-cppo
 create mode 100755 atdgen-cppo/cppo-json
 create mode 100644 atdgen-cppo/example.ml
 create mode 100644 src/ag_ox_emit.mli

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



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