summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 7d2db40a37775cc312693b5ed272c322b5a40c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgbase = parsergen
	pkgdesc = LR1/GLR parser generator into Modern C++ code which must be built with bux library
	pkgver = VERSION
	pkgrel = 1
	url = https://github.com/buck-yeh/parsergen.git
	arch = x86_64
	license = MIT
	makedepends = cmake
	makedepends = make
	makedepends = gcc
	makedepends = git
	makedepends = binutils
	makedepends = fakeroot
	makedepends = sed
	makedepends = gawk
	depends = fmt
	optdepends = bux: To build the generated code with

pkgname = parsergen