summaryrefslogtreecommitdiff
path: root/cli/manifest
diff options
context:
space:
mode:
Diffstat (limited to 'cli/manifest')
-rw-r--r--cli/manifest14
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/manifest b/cli/manifest
index 95300b4..a90072b 100644
--- a/cli/manifest
+++ b/cli/manifest
@@ -1,6 +1,6 @@
: 1
name: cli
-version: 1.2.0-b.7.z
+version: 1.2.0
summary: Command line interface (CLI) compiler for C++
license: MIT
topics: C++, command line interface, source code generation, \
@@ -9,13 +9,13 @@ description-file: README
changes-file: NEWS
url: https://www.codesynthesis.com/projects/cli/
doc-url: https://www.codesynthesis.com/projects/cli/doc/guide/
-src-url: https://git.codesynthesis.com/cgit/cli/cli/tree/cli
+src-url: https://git.codesynthesis.com/cgit/cli/cli/tree/cli/
email: cli-users@codesynthesis.com ; Mailing list
build-warning-email: builds@codesynthesis.com
-builds: all
requires: c++14
-depends: * build2 >= 0.13.0
-depends: * bpkg >= 0.13.0
+requires: host
+depends: * build2 >= 0.16.0
+depends: * bpkg >= 0.16.0
depends: libcutl ^1.11.0-
-tests: cli-tests == $
-examples: cli-examples == $
+tests: * cli-tests == $
+examples: * cli-examples == $