aboutsummaryrefslogtreecommitdiff
blob: 24157e1f0f7e4fa3436ee784458a27c7f78e6448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>
		<remote-id type="github">mmottl/lacaml</remote-id>
	</upstream>
</pkgmetadata>