From 720c5a33b6a49cf328fdd7611f49153cf8f60247 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 8 Apr 2020 14:51:57 +0300 Subject: Separate tests and examples into individual packages Also make cli module to be explicitly enabled via the config.cli configuration variable. --- cli/manifest | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cli/manifest (limited to 'cli/manifest') diff --git a/cli/manifest b/cli/manifest new file mode 100644 index 0000000..69c113b --- /dev/null +++ b/cli/manifest @@ -0,0 +1,21 @@ +: 1 +name: cli +version: 1.2.0-b.6.z +summary: Command line interface (CLI) compiler for C++ +license: MIT +topics: C++, command line interface, source code generation, \ + documentation generation +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 +email: cli-users@codesynthesis.com ; Mailing list +build-email: builds@codesynthesis.com +builds: all +requires: c++14 +depends: * build2 >= 0.13.0- +depends: * bpkg >= 0.13.0- +depends: libcutl ^1.11.0- +tests: cli-tests == $ +examples: cli-examples == $ -- cgit v1.1