blob: 42d08f34a9f2ea2559993710aceeec789e5ef66f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = ctpg-git
pkgdesc = Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.
pkgver = 1.3.7.r12.g0482730
pkgrel = 1
url = https://github.com/peter-winter/ctpg
arch = any
license = MIT
makedepends = git
makedepends = cmake
makedepends = make
provides = ctpg
conflicts = ctpg
source = ctpg-git::git+https://github.com/peter-winter/ctpg.git#branch=master
sha256sums = SKIP
pkgname = ctpg-git
|