1DESCRIPTION="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=dccf35ef30bf912bb07b01d469965293"
5
6SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
7SRCREV = "cf639f7f4ee125f68e1ccfba8d99ebc0de57b9fe"
8
9inherit cmake
10
11S = "${WORKDIR}/git"
12
13CXXFLAGS += " -Wno-error=type-limits"
14