51b14943b6
Changes include: * Add let* and and* in Lwt.Syntax and Lwt_result.Syntax. * Also add let+ and and+. * Add Lwt_result.both. * Always use libev if detected.
15 lines
422 B
Makefile
15 lines
422 B
Makefile
# $NetBSD: buildlink3.mk,v 1.16 2020/12/11 07:57:26 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-lwt
|
|
|
|
.if !defined(OCAML_LWT_BUILDLINK3_MK)
|
|
OCAML_LWT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-lwt+= ocaml-lwt>=5.0.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-lwt+= ocaml-lwt>=5.3.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-lwt?= ../../devel/ocaml-lwt
|
|
|
|
#.include "../../devel/libev/buildlink3.mk"
|
|
.endif # OCAML_LWT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-lwt
|