2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 03:22:14 +00:00

Merge pull request #7 from danieljames/metadata

Create metadata file.
This commit is contained in:
David Bellot
2014-09-13 10:25:36 +01:00

16
meta/libraries.json Normal file
View File

@@ -0,0 +1,16 @@
{
"key": "numeric/ublas",
"name": "uBLAS",
"authors": [
"Joerg Walter",
"Mathias Koch"
],
"description": "uBLAS provides matrix and vector classes as well as basic linear algebra routines. Several dense, packed and sparse storage schemes are supported.",
"documentation": "doc/index.htm",
"category": [
"Math"
],
"maintainers": [
"Michael Stevens <michael -at- michael-stevens.de>"
]
}