diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-19 13:08:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-19 13:08:25 +0200 |
commit | 0d1dcfe61f15b43c6640330662b47b5f160bd47d (patch) | |
tree | 41ec04c86bec3b17ae0ad1c27828ad8ace75a6db | |
parent | 2fb96c3432e6826ee76d97587449fc5cec0123fc (diff) |
Replace tags with topics, bump required build2 version
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ name: libstudxml version: 1.1.0-b.7.z summary: Streaming XML pull parser/serializer for modern C++ license: MIT -tags: c++, xml, parser, serializer, streaming, pull, conforming +topics: C++, XML, XML parser, XML serializer description-file: README changes-file: NEWS url: https://www.codesynthesis.com/projects/libstudxml/ @@ -13,5 +13,5 @@ email: studxml-users@codesynthesis.com ; Mailing list build-email: builds@codesynthesis.com builds: all requires: c++11 -depends: * build2 >= 0.9.0 -depends: * bpkg >= 0.9.0 +depends: * build2 >= 0.11.0 +depends: * bpkg >= 0.11.0 |