[Pkg-ocaml-maint-commits] [menhir] branch master updated (2a1b613 -> 5c189c5)

Mehdi Dogguy mehdi at moszumanska.debian.org
Mon Mar 24 21:41:06 UTC 2014


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

mehdi pushed a change to branch master
in repository menhir.

      from  2a1b613   Prepare upload to unstable
       new  f3abd71   Imported Upstream version 20130911.dfsg
       new  a291464   Merge tag 'upstream/20130911.dfsg'
       new  60d84e4   New upstream release.
       new  eea916f   Add ocaml-findlib to Build-Depends.
       new  0b357ba   Use native/byte targets instead of $(OCAML_BEST)
       new  9f23a91   Adapt install steps to new build system.
       new  5c189c5   Release to unstable

The 7 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:
 AUTHORS                                |   1 +
 CHANGES                                |   8 +
 INSTALLATION                           |   4 +-
 Makefile                               |  42 ++-
 Makefile.arch                          |  10 -
 debian/changelog                       |   9 +
 debian/control                         |   1 +
 debian/libmenhir-ocaml-dev.install.in  |   4 +-
 debian/rules                           |   9 +-
 demos/calc/.omakedb                    | Bin 4347 -> 0 bytes
 demos/calc/.omakedb.lock               |   1 -
 demos/calc/OMakefile.omc               | Bin 9720 -> 0 bytes
 demos/calc/OMakeroot.omc               | Bin 9370 -> 0 bytes
 demos/calc/stratified.ml               | 627 ---------------------------------
 demos/calc/stratified.mli              |  28 --
 src/IO.ml                              |   3 +
 src/META                               |   2 +-
 src/Makefile                           | 303 ++++------------
 src/_tags                              |  27 ++
 src/codeBackend.ml                     |  51 ++-
 src/coqBackend.ml                      |  12 +-
 src/front.ml                           |   2 +
 src/grammar.ml                         |   3 +-
 src/grammar.mli                        |   5 +
 src/{stringSet.mli => installation.ml} |   6 +-
 src/interface.ml                       |   2 +-
 src/invariant.ml                       |   2 +-
 src/kmp.ml                             | 304 ----------------
 src/lr1.ml                             |   2 +-
 src/{stringSet.mli => menhir.ml}       |   6 +-
 src/menhirLib.mlpack                   |  10 +
 src/myocamlbuild.ml                    |  62 ++++
 src/patricia.ml                        |  42 +--
 src/printer.ml                         |  19 +-
 src/reductionGraphs.ml                 |  48 ++-
 src/settings.ml                        |   7 +
 src/settings.mli                       |   8 +
 src/tokenType.mli                      |   2 -
 src/version.ml                         |   2 +-
 src/{parser.mly => yacc-parser.mly}    |   0
 40 files changed, 340 insertions(+), 1334 deletions(-)
 delete mode 100644 Makefile.arch
 delete mode 100644 demos/calc/.omakedb
 delete mode 100644 demos/calc/.omakedb.lock
 delete mode 100644 demos/calc/OMakefile.omc
 delete mode 100644 demos/calc/OMakeroot.omc
 delete mode 100644 demos/calc/stratified.ml
 delete mode 100644 demos/calc/stratified.mli
 create mode 100644 src/_tags
 copy src/{stringSet.mli => installation.ml} (93%)
 delete mode 100644 src/kmp.ml
 copy src/{stringSet.mli => menhir.ml} (93%)
 create mode 100644 src/menhirLib.mlpack
 create mode 100644 src/myocamlbuild.ml
 rename src/{parser.mly => yacc-parser.mly} (100%)

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



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