diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-11 22:16:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-11 22:16:32 +0300 |
commit | 5708799931ac78bf5c3bd3211a857edd78d78880 (patch) | |
tree | f994381a41a6a745627f79e02d13b881548898d9 | |
parent | 91a46b635194a386ad52015d8a864790cecb1c10 (diff) |
Add project manifest value
-rw-r--r-- | manifest | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,9 +5,10 @@ name: libmysqlclient # version: 5.7.20+1 +project: mysql summary: MySQL C API client library license: GPLv2 with FOSS License Exception -tags: mysql, database, client, connector, library, c, api, interface +tags: database, client, connector, library, c, api, interface description-file: README url: https://www.mysql.com doc-url: https://dev.mysql.com/doc/refman/5.7/en/c-api.html |