pkgsrc/www/go-parse/buildlink3.mk
ryoon 092b33282c www/go-parse: import go-parse-2.3.5
This package contains several lexers and parsers written in Go.
All subpackages are built to be streaming, high performance and to
be in accordance with the official (latest) specifications.

The lexers are implemented using buffer.Lexer in
https://github.com/tdewolff/parse/buffer and the parsers work on
top of the lexers. Some subpackages have hashes defined (using
Hasher) that speed up common byte-slice comparisons.
2018-11-18 08:42:15 +00:00

15 lines
405 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:42:16 ryoon Exp $
BUILDLINK_TREE+= go-parse
.if !defined(GO_PARSE_BUILDLINK3_MK)
GO_PARSE_BUILDLINK3_MK:=
BUILDLINK_CONTENTS_FILTER.go-parse= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-parse?= build
BUILDLINK_API_DEPENDS.go-parse+= go-parse>=2.3.3
BUILDLINK_PKGSRCDIR.go-parse?= ../../www/go-parse
.endif # GO_PARSE_BUILDLINK3_MK
BUILDLINK_TREE+= -go-parse