blob: 31604322e2821c5152b33f950771e8d46e66236c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Theano is a numerical computation library for the Python. In Theano,
computations are expressed using a NumPy-like syntax and compiled to
run efficiently on either CPU or GPU architectures.
</longdescription>
<upstream>
<remote-id type="pypi">Theano</remote-id>
<remote-id type="github">Theano/Theano</remote-id>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|