diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-06 23:32:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-08-12 12:33:41 +0300 |
commit | 768727f37afa6fbb5082833a4c14c8134ec42122 (patch) | |
tree | 8c7b3d85f9735d8585781a45f9e61b15fdaa3530 /manifest | |
parent | 4c61819dedbc3547bf3f352809ecfb6a95ab8753 (diff) |
Add implementation
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..ba271a5 --- /dev/null +++ b/manifest @@ -0,0 +1,21 @@ +: 1 +name: bdep-util +version: 0.14.0-a.0.z +project: build2 +summary: extra build2 project management utilities +license: MIT +topics: project dependency management, build toolchain +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-util/tree/ +email: users@build2.org +build-warning-email: builds@build2.org +builds: all +builds: -windows ; Requires bash. +builds: -macos ; Requires bash >= 4.3. +requires: bash >= 4.3 +depends: * build2 >= 0.13.0 +depends: * bpkg >= 0.13.0 +depends: libbutl.bash [0.14.0-a.0.1 0.14.0-a.1) |