diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-01 22:32:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-05-15 17:36:01 +0300 |
commit | 8f9a80a9ac8f353ce2cdafa23f0e5163d30d5800 (patch) | |
tree | edb89ce300c831897cbe80b9e4e2000b0807acff /tests/load/1/math/packages.manifest | |
parent | 038ba04cc0e5a6b933254813c34108d6e3fd4a38 (diff) |
Add support for description-type package manifest value
Diffstat (limited to 'tests/load/1/math/packages.manifest')
-rw-r--r-- | tests/load/1/math/packages.manifest | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/load/1/math/packages.manifest b/tests/load/1/math/packages.manifest index d1c972d..1bb1c57 100644 --- a/tests/load/1/math/packages.manifest +++ b/tests/load/1/math/packages.manifest @@ -8,6 +8,7 @@ summary: The exponent license: MIT tags: mathlab, c++, exponent description: The exponent math function. +description-type: text/plain url: http://exp.example.com email: users@exp.example.com build-email: builds@exp.example.com @@ -50,10 +51,11 @@ A modern C++ library with easy to use linear algebra and lot of optimization tools. There are over 100 functions in total with an extensive test suite. The API is -similar to MATLAB. +similar to ~~mathlab~~ **MATLAB**. Useful for conversion of research code into production environments. \ +description-type: text/markdown changes: \ 1.2.4+1 * applied patch for critical bug-219 @@ -76,7 +78,7 @@ requires: c++11 requires: ? ; libc++ standard library if using Clang on Mac OS X. requires: ? vc++ >= 12.0; Only if using VC++ on Windows. location: libfoo-1.2.4+1.tar.gz -sha256sum: c5e593d8efdc34a258f8c0b8cc352dc7193ea4a1d666bcf8d48708c7dd82d0d6 +sha256sum: 92eb89770be390cbac9e0113763e0c10c43a4530667f5572571895617368369a : name: libpq version: 0 @@ -105,6 +107,7 @@ The packaging of PostgreSQL for build2 is tracked in a Git repository at: https://git.build2.org/cgit/packaging/postgresql/ \ +description-type: text/plain url: https://www.postgresql.org/ package-url: https://git.build2.org/cgit/packaging/postgresql/ email: pgsql-general@postgresql.org; Mailing list. |