[Pkg-ocaml-maint-commits] [react] branch master updated (f18afb2 -> e20943b)

Stéphane Glondu glondu at moszumanska.debian.org
Wed Oct 28 14:54:10 UTC 2015


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

glondu pushed a change to branch master
in repository react.

      from  f18afb2   Prepare upload to unstable
       new  acd60db   Imported Upstream version 1.0.0
       new  96085d3   Imported Upstream version 1.0.1
       new  b7dc0e7   Imported Upstream version 1.1.0
       new  4e3b2a5   Imported Upstream version 1.2.0
       new  71edc56   Merge tag 'upstream/1.2.0'
       new  e7c9db3   New upstream release
       new  e20943b   Update packaging

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:
 .ocamlinit                           |    2 +-
 CHANGES                              |   31 -
 CHANGES.md                           |   78 +
 README                               |   63 -
 README.md                            |   53 +
 TODO.md                              |   52 +
 _oasis                               |   68 -
 _tags                                |   39 +-
 debian/changelog                     |    6 +
 debian/control                       |    1 +
 debian/libreact-ocaml-dev.docs       |    1 -
 debian/libreact-ocaml-dev.examples   |    1 -
 debian/libreact-ocaml-dev.install.in |    3 +
 debian/rules                         |   32 +-
 doc/React.E.Option.html              |   40 +
 doc/React.E.html                     |  203 +-
 doc/React.S.Bool.html                |   32 +-
 doc/React.S.Compare.html             |   16 +-
 doc/React.S.EqType.html              |    7 +-
 doc/React.S.Float.html               |   44 +-
 doc/React.S.Int.html                 |   23 +-
 doc/React.S.Make.html                |   29 +-
 doc/React.S.Option.html              |   54 +
 doc/React.S.Pair.html                |   10 +-
 doc/React.S.S.html                   |   29 +-
 doc/React.S.Special.Sb.html          |   29 +-
 doc/React.S.Special.Sf.html          |   29 +-
 doc/React.S.Special.Si.html          |   29 +-
 doc/React.S.Special.html             |    8 +-
 doc/React.S.html                     |  218 +-
 doc/React.Step.html                  |   55 +
 doc/React.html                       |  321 +-
 doc/index_modules.html               |   13 +
 doc/index_types.html                 |   10 +
 doc/index_values.html                |  128 +-
 doc/style.css                        |   56 +-
 doc/type_React.E.Option.html         |   16 +
 doc/type_React.E.html                |   32 +-
 doc/type_React.S.Bool.html           |    6 +
 doc/type_React.S.Float.html          |    3 +
 doc/type_React.S.Int.html            |    3 +
 doc/type_React.S.Make.html           |    5 +-
 doc/type_React.S.Option.html         |   19 +
 doc/type_React.S.S.html              |   10 +-
 doc/type_React.S.Special.Sb.html     |    5 +-
 doc/type_React.S.Special.Sf.html     |    5 +-
 doc/type_React.S.Special.Si.html     |    5 +-
 doc/type_React.S.Special.html        |   15 +-
 doc/type_React.S.html                |   65 +-
 doc/type_React.Step.html             |   16 +
 doc/type_React.html                  |  105 +-
 myocamlbuild.ml                      |  491 ---
 opam                                 |   17 +
 pkg/META                             |   22 +
 pkg/build.ml                         |   16 +
 pkg/config.ml                        |   11 +
 pkg/git.ml                           |   14 +
 pkg/topkg-ext.ml                     |  272 ++
 pkg/topkg.ml                         |  303 ++
 setup.ml                             | 6073 ----------------------------------
 src/META                             |   11 -
 src/react.ml                         | 1785 ++++++----
 src/react.mli                        |  727 ++--
 src/react.mllib                      |    4 -
 src/react_top.ml                     |   48 +
 test/breakout.ml                     |  289 +-
 test/clock.ml                        |   10 +-
 test/js_test.html                    |   22 +
 test/js_test.ml                      |   49 +
 test/test.ml                         | 1135 +++++--
 test/tests.itarget                   |    2 +-
 71 files changed, 4832 insertions(+), 8592 deletions(-)
 delete mode 100644 CHANGES
 create mode 100644 CHANGES.md
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 TODO.md
 delete mode 100644 _oasis
 delete mode 100644 debian/libreact-ocaml-dev.docs
 delete mode 100644 debian/libreact-ocaml-dev.examples
 create mode 100644 doc/React.E.Option.html
 create mode 100644 doc/React.S.Option.html
 create mode 100644 doc/React.Step.html
 create mode 100644 doc/type_React.E.Option.html
 create mode 100644 doc/type_React.S.Option.html
 create mode 100644 doc/type_React.Step.html
 delete mode 100644 myocamlbuild.ml
 create mode 100644 opam
 create mode 100644 pkg/META
 create mode 100755 pkg/build.ml
 create mode 100644 pkg/config.ml
 create mode 100755 pkg/git.ml
 create mode 100644 pkg/topkg-ext.ml
 create mode 100644 pkg/topkg.ml
 delete mode 100644 setup.ml
 delete mode 100644 src/META
 delete mode 100644 src/react.mllib
 create mode 100644 src/react_top.ml
 create mode 100644 test/js_test.html
 create mode 100644 test/js_test.ml

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



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