summaryrefslogtreecommitdiff
path: root/dev-db/clickhouse/metadata.xml
blob: bb224e97f7c53f8a9e3bdb6c5153830df6c97a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<upstream>
		<remote-id type="github">yandex/Clickhouse</remote-id>
	</upstream>
	<use>
		<flag name="client">Build CLI client.</flag>
		<flag name="server">Build server.</flag>
		<flag name="kafka">Enables support for kafka consumer.</flag>
		<flag name="mongodb">Enabled support for MongoDB-based dictionaries</flag>
		<flag name="tools">Build various tools, like benchmark, copier, etc.</flag>
		<flag name="zookeeper">Enable support for clustering (based on Zookeeper).</flag>
	</use>
</pkgmetadata>