[Pkg-ocaml-maint-commits] [ocaml-ipaddr] branch master updated (a4dc7ec -> 002c208)

Stéphane Glondu glondu at moszumanska.debian.org
Thu Jun 26 13:48:14 UTC 2014


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

glondu pushed a change to branch master
in repository ocaml-ipaddr.

      from  a4dc7ec   Prepare upload to unstable
       new  db9d452   Imported Upstream version 2.0.0
       new  35487fa   Imported Upstream version 2.1.0
       new  508cb9f   Imported Upstream version 2.2.0
       new  724757d   Imported Upstream version 2.3.0
       new  005a26e   Imported Upstream version 2.4.0
       new  bcfa3eb   Imported Upstream version 2.5.0
       new  1a59915   Merge tag 'upstream/2.5.0'
       new  99c32b3   New upstream release
       new  ec5c7f1   Update packaging
       new  002c208   Prepare upload to unstable

The 10 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:
 .travis-ci.sh                         |    4 +-
 CHANGES                               |   44 +
 Makefile                              |   11 +-
 README.md                             |   18 +-
 _oasis                                |   38 +-
 _tags                                 |   17 +-
 debian/changelog                      |    6 +
 debian/control                        |    1 +
 debian/libipaddr-ocaml-dev.install.in |    1 +
 lib/META                              |   27 +-
 lib/ipaddr.ml                         |  874 ++++++++++++--
 lib/{ipaddr.mllib => ipaddr.mldylib}  |    0
 lib/ipaddr.mli                        |  504 +++++++-
 lib/ipaddr_unix.ml                    |   48 +
 lib/ipaddr_unix.mldylib               |    4 +
 lib/ipaddr_unix.mli                   |   59 +
 lib/ipaddr_unix.mllib                 |    4 +
 lib/macaddr.ml                        |   97 +-
 lib/macaddr.mli                       |    8 +-
 lib_test/Makefile                     |    6 +-
 lib_test/test_ipaddr.ml               |  767 ++++++++++---
 lib_test/test_macaddr.ml              |   19 +-
 myocamlbuild.ml                       |  373 ++++--
 setup.ml                              | 2036 ++++++++++++++++++++++++++-------
 top/ipaddr_top.ml                     |   24 +
 top/ipaddr_top.mldylib                |    4 +
 top/ipaddr_top.mllib                  |    4 +
 27 files changed, 4124 insertions(+), 874 deletions(-)
 copy lib/{ipaddr.mllib => ipaddr.mldylib} (100%)
 create mode 100644 lib/ipaddr_unix.ml
 create mode 100644 lib/ipaddr_unix.mldylib
 create mode 100644 lib/ipaddr_unix.mli
 create mode 100644 lib/ipaddr_unix.mllib
 create mode 100644 top/ipaddr_top.ml
 create mode 100644 top/ipaddr_top.mldylib
 create mode 100644 top/ipaddr_top.mllib

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



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