From 1c36adab776a900adc7325f412b1c8dd61b1a346 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Mar 2018 15:22:51 +0200 Subject: Setup compilation, command line handling --- manifest | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifest (limited to 'manifest') diff --git a/manifest b/manifest new file mode 100644 index 0000000..debfdce --- /dev/null +++ b/manifest @@ -0,0 +1,20 @@ +: 1 +name: bdep +version: 0.7.0-a.0.z +summary: build2 project dependency manager +license: MIT +tags: build2, c++, project, dependency, manager +description-file: README +changes-file: NEWS +url: https://build2.org +doc-url: https://build2.org/doc.xhtml +src-url: https://git.build2.org/cgit/bdep/tree/ +email: users@build2.org +build-email: builds@build2.org +requires: c++14 +depends: * build2 >= 0.7.0- +depends: * bpkg >= 0.7.0- +# @@ Should probably become conditional dependency. +requires: ? cli ; Only required if changing .cli files. +depends: libbutl [0.7.0-a.0.1 0.7.0-a.1) +depends: libbpkg [0.7.0-a.0.1 0.7.0-a.1) -- cgit v1.1