blob: 01233699a51e9b05b9a81b9d4951bb05fe82e30d [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -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=6a5195f720a8d436a4148e0cb8660400"
5
6SRCREV = "47e878ad4fd72c91253c9d47b6f17e001ca2dfcf"
7SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \
8 "
9
10inherit cmake
11
12S = "${WORKDIR}/git"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050013
14CXXFLAGS += " -Wno-error=type-limits"