easyconfigs-it4i/f/flex/flex-2.6.4.eb
2019-11-06 13:27:39 +01:00

17 lines
457 B
Plaintext

name = 'flex'
version = '2.6.4'
homepage = 'http://flex.sourceforge.net/'
description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner,
sometimes called a tokenizer, is a program which recognizes lexical patterns in text."""
toolchain = SYSTEM
toolchainopts = {'pic': True}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['https://sources.voidlinux.eu/flex-2.6.4/']
dependencies = [('Bison', '3.0.4')]
moduleclass = 'lang'