aboutsummaryrefslogtreecommitdiff
blob: df4524e1fe9e17d393ec365cfc9a1e4b8606e0da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>pavel.a.denisov@gmail.com</email>
		<name>Pavel Denisov</name>
	</maintainer>
	<longdescription lang="en">
Kaldi is a toolkit for speech recognition written
in C++ and licensed under the Apache License v2.0.
Kaldi is intended for use by speech recognition researchers.
</longdescription>
	<upstream>
		<remote-id type="github">kaldi-asr/kaldi</remote-id>
	</upstream>
	<use>
		<flag name="cuda">
Build with CUDA support.
</flag>
		<flag name="double-precision">
Build in double precision mode.
</flag>
	</use>
</pkgmetadata>