diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 00000000..1558cd87 --- /dev/null +++ b/meta/libraries.json @@ -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 " + ] +}