pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ocaml-reactiveData



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Sat Feb  6 11:23:41 UTC 2016

Modified Files:
        pkgsrc/devel/ocaml-reactiveData: Makefile buildlink3.mk distinfo

Log Message:
Updated version to 0.2 and changed master Github repository. Changes
include:

  * Add `from_signal`, which converts React signals to ReactiveData
    containers. `from_signal` uses a diffing algorithm to detect what
    changes, thus minimizing the updates needed downstream.
  * Optimize common cases of `merge`.
  * Provide documentation and make the naming more consistent.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ocaml-reactiveData/Makefile \
    pkgsrc/devel/ocaml-reactiveData/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ocaml-reactiveData/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index