diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-13 22:46:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-24 11:23:30 +0200 |
commit | 75825230abcc5f303a29f1f74b29c36e6140a064 (patch) | |
tree | 00083fcb5bc44706fdaf85153f2a115f70a5c8c3 /tests/loader/internal | |
parent | 7747dde9fa64fe0b5838d730a1d892f3f49d2d5d (diff) |
Implement package details page
Diffstat (limited to 'tests/loader/internal')
-rw-r--r-- | tests/loader/internal/1/math/packages | 10 | ||||
-rw-r--r-- | tests/loader/internal/1/stable/packages | 8 |
2 files changed, 16 insertions, 2 deletions
diff --git a/tests/loader/internal/1/math/packages b/tests/loader/internal/1/math/packages index f2d7024..cbd8165 100644 --- a/tests/loader/internal/1/math/packages +++ b/tests/loader/internal/1/math/packages @@ -12,10 +12,16 @@ location: libexp-1+1.2.tar.gz name: libfoo version: 1.2.4-1 summary: The Foo Math Library -description: Very good math library. -license: MIT +description: A modern C++ library with easy to use linear algebra and \ +optimization tools. There are over 100 functions in total with an extensive \ +test suite. The API is similar to MATLAB. +license: LGPLv2, MIT; If using with GNU TLS. +license: BSD; If using with OpenSSL. +priority: high tags: c++, foo, math url: http://www.example.com/foo/ email: foo-users@example.com +package-url: http://www.example.com/foo/pack +package-email: pack@example.com depends: libmisc >= 2.3.0 location: libfoo-1.2.4-1.tar.gz diff --git a/tests/loader/internal/1/stable/packages b/tests/loader/internal/1/stable/packages index b95aa62..d5f1551 100644 --- a/tests/loader/internal/1/stable/packages +++ b/tests/loader/internal/1/stable/packages @@ -51,3 +51,11 @@ depends: libmisc >= 2.0.0 changes: some changes 1 changes: some changes 2 location: libfoo-1.2.4.tar.gz +: +name: libfoo +version: 1.0 +summary: The Foo Library +license: MIT +url: http://www.example.com/foo/ +email: foo-users@example.com +location: libfoo-1.0.tar.gz |