[Pkg-ocaml-maint-commits] [react] branch upstream updated (714ae23 -> 4e3b2a5)

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


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

glondu pushed a change to branch upstream
in repository react.

      from  714ae23   Imported Upstream version 0.9.4
       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

The 4 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 +-
 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 +-
 65 files changed, 4807 insertions(+), 8573 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
 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