diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-07 15:22:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-07 15:22:51 +0200 |
commit | 1c36adab776a900adc7325f412b1c8dd61b1a346 (patch) | |
tree | 0227b8c5697d24a862aedd59b9bfe28cc84e91b4 /manifest | |
parent | 2e2c3a81b47c650334f5767ddb4ebb2746ef98f1 (diff) |
Setup compilation, command line handling
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 20 |
1 files changed, 20 insertions, 0 deletions
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) |