[Pkg-ocaml-maint-commits] [ocaml-ipaddr] branch upstream updated (f5c2cfe -> bcfa3eb)

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


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

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

      from  f5c2cfe   Imported Upstream version 1.0.0
       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

The 6 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 +-
 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 +
 24 files changed, 4116 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