blob: f0ae229414e1d5cd169e02db32057a7148f969c6 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
2HOMEPAGE="https://github.com/taocpp/PEGTL"
3LICENSE="MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5b6701671289d12b7ffa69138832c006"
5
6SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=main"
7SRCREV = "6d03c8decc22b4ddd51115e2170e0e82413c7104"
8
9inherit cmake
10
11S = "${WORKDIR}/git"
12
13CXXFLAGS += " -Wno-error=type-limits"