07ea846edc
This is an industrial-strength monadic parser combinator library. Megaparsec is a feature-rich package that tries to find a nice balance between speed, flexibility, and quality of parse errors.
17 lines
590 B
Makefile
17 lines
590 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 15:01:24 pho Exp $
|
|
|
|
BUILDLINK_TREE+= hs-megaparsec
|
|
|
|
.if !defined(HS_MEGAPARSEC_BUILDLINK3_MK)
|
|
HS_MEGAPARSEC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-megaparsec+= hs-megaparsec>=8.0.0
|
|
BUILDLINK_ABI_DEPENDS.hs-megaparsec+= hs-megaparsec>=8.0.0
|
|
BUILDLINK_PKGSRCDIR.hs-megaparsec?= ../../textproc/hs-megaparsec
|
|
|
|
.include "../../textproc/hs-case-insensitive/buildlink3.mk"
|
|
.include "../../devel/hs-parser-combinators/buildlink3.mk"
|
|
.include "../../math/hs-scientific/buildlink3.mk"
|
|
.endif # HS_MEGAPARSEC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-megaparsec
|