aboutsummaryrefslogtreecommitdiff
blob: 1094bf3daec0f466ece77da7c071eba27fe55fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription lang="en">
		This OCaml-library interfaces two widely used mathematical FORTRAN-libraries:

		BLAS - Basic Linear Algebra Subroutines
		LAPACK - Linear Algebra PACKage

		This allows developers to write high-performance numerical code for applications that require linear algebra.
	</longdescription>
	<upstream>
		<remote-id type="bitbucket">mmottl/lacaml</remote-id>
	</upstream>
</pkgmetadata>