37e0e82bc1
(BSD3 to ISC) that was not mentioned in changelog. Changes include: - Allow signals to be created and `S.stop`ped instantaneously (#18) Previously this could lead to failed assertions in updates (e.g. `S.bind` trying to switch to an uninitialized signal). Thanks to Arthur Wendling for the report. - Fix implementation of `S.Bool.flip`, its initial value on creation could be wrong in dynamic creation (#17). Thanks to Arthur Wendling for the report. - Fix bug in `S.Option.value` with `` `Always`` on `S.const None` (#19). Thanks to Arthur Wendling for the report.
13 lines
400 B
Makefile
13 lines
400 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2017/07/11 11:02:44 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-react
|
|
|
|
.if !defined(OCAML_REACT_BUILDLINK3_MK)
|
|
OCAML_REACT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-react+= ocaml-react>=1.2.0nb1
|
|
BUILDLINK_ABI_DEPENDS.ocaml-react+= ocaml-react>=1.2.1
|
|
BUILDLINK_PKGSRCDIR.ocaml-react?= ../../devel/ocaml-react
|
|
.endif # OCAML_REACT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-react
|