blob: 73600c99d0468f4456a0c0366b71af8aec4258e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>shell-tools@gentoo.org</email>
<name>Gentoo Shell Tools Project</name>
</maintainer>
<use>
<flag name="agrep">Build agrep tool</flag>
<flag name="alloca">Enable if you want TRE to use alloca() instead of malloc() when allocating memory needed for regexec operations</flag>
<flag name="approx">Enable the approximate matching functionality</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|