f68d9370d9
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.
14 lines
453 B
Makefile
14 lines
453 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2016/02/06 11:23:41 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-reactiveData
|
|
|
|
.if !defined(OCAML_REACTIVEDATA_BUILDLINK3_MK)
|
|
OCAML_REACTIVEDATA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-reactiveData+= ocaml-reactiveData>=0.2
|
|
BUILDLINK_PKGSRCDIR.ocaml-reactiveData?= ../../devel/ocaml-reactiveData
|
|
|
|
.include "../../devel/ocaml-react/buildlink3.mk"
|
|
.endif # OCAML_REACTIVEDATA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-reactiveData
|