[Pkg-ocaml-maint-commits] [camlpdf] branch upstream updated (c62a1a2 -> deda162)

Nicolas Braud-Santoni nicolas at braud-santoni.eu
Sun Jul 24 02:23:33 UTC 2016


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

nicoo-guest pushed a change to branch upstream
in repository camlpdf.

      from  c62a1a2   Imported Upstream version 1.7.2+1
      adds  deda162   Imported Upstream version 2.1.1

No new revisions were added by this update.

Summary of changes:
 Changes                     |   17 +
 LICENCE => LICENSE          |   36 +
 Makefile                    |   13 +-
 OCamlMakefile               |    4 +-
 introduction_to_camlpdf.pdf |  Bin 106133 -> 106133 bytes
 introduction_to_camlpdf.tex |    4 +-
 logo.pdf                    |  Bin 0 -> 2126 bytes
 mkinstall                   |    3 +
 pdf.ml                      |  269 +++++---
 pdf.mli                     |   16 +-
 pdfafm.ml                   |   17 +-
 pdfafm.mli                  |   10 +-
 pdfafmdata.ml               |   23 +-
 pdfannot.ml                 |   22 +-
 pdfcodec.ml                 |  129 +++-
 pdfcodec.mli                |    6 +
 pdfcrypt.ml                 | 1530 ++++++++++---------------------------------
 pdfcrypt.mli                |   20 +-
 pdfcryptprimitives.ml       |  255 ++++++++
 pdfcryptprimitives.mli      |   33 +
 pdfdest.ml                  |   25 +-
 pdfflate.mli                |    4 +-
 pdfgenlex.ml                |   41 +-
 pdfmerge.ml                 |   21 +-
 pdfmerge.mli                |   19 +-
 pdfops.ml                   |  403 +++++++-----
 pdfpage.ml                  |  107 ++-
 pdfpage.mli                 |    2 +-
 pdfpagelabels.ml            |   69 +-
 pdfpagelabels.mli           |    7 +-
 pdfread.ml                  |  858 ++++++++++++------------
 pdfread.mli                 |    2 -
 pdfstandard14.ml            |   36 +-
 pdfstandard14.mli           |   13 +
 pdfutil.ml                  |   26 +-
 pdfutil.mli                 |    5 +-
 pdfwrite.ml                 |  994 +++++++---------------------
 pdfwrite.mli                |   38 +-
 rijndael-alg-fst.c          | 1400 +++++++++++++++++++++++++++++++++++++++
 rijndael-alg-fst.h          |   47 ++
 sha2.c                      |  949 +++++++++++++++++++++++++++
 sha2.h                      |  108 +++
 stubs-aes.c                 |   69 ++
 stubs-sha2.c                |   34 +
 utop/Makefile               |   29 +
 utop/pdfutop.ml             |    2 +
 46 files changed, 4850 insertions(+), 2865 deletions(-)
 rename LICENCE => LICENSE (93%)
 mode change 100644 => 100755 OCamlMakefile
 create mode 100644 logo.pdf
 create mode 100755 mkinstall
 create mode 100644 pdfcryptprimitives.ml
 create mode 100644 pdfcryptprimitives.mli
 create mode 100644 rijndael-alg-fst.c
 create mode 100644 rijndael-alg-fst.h
 create mode 100644 sha2.c
 create mode 100644 sha2.h
 create mode 100644 stubs-aes.c
 create mode 100644 stubs-sha2.c
 create mode 100644 utop/Makefile
 create mode 100644 utop/pdfutop.ml

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



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