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.
18 lines
431 B
Text
18 lines
431 B
Text
# $NetBSD: Makefile.common,v 1.9 2020/12/11 07:57:26 jaapb Exp $
|
|
|
|
# used by devel/ocaml-lwt_ppx/Makefile
|
|
# used by devel/ocaml-lwt_react/Makefile
|
|
|
|
LWT_VERSION= 5.3.0
|
|
DISTNAME= lwt-${LWT_VERSION}
|
|
|
|
LICENSE= mit
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/}
|
|
GITHUB_PROJECT= lwt
|
|
GITHUB_TAG= ${LWT_VERSION}
|
|
|
|
OCAML_USE_DUNE= yes
|
|
|
|
DISTINFO_FILE= ${PKGDIR}/../../devel/ocaml-lwt/distinfo
|
|
PATCHDIR= ${PKGDIR}/../../devel/ocaml-lwt/patches
|