diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 13:57:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 13:57:32 +0200 |
commit | 662a8429b65583190ef8c88bc3d42884c72a7426 (patch) | |
tree | 8387a4ae4152059e2de11a1979b138785d1016db /manifest | |
parent | 7a0b7fd30e78b997990d22eb39e729572bebbf5d (diff) |
Add manifest
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..348b0d6 --- /dev/null +++ b/manifest @@ -0,0 +1,14 @@ +: 1 +name: libbpkg +version: 0.1.0 +summary: build2 package manager library +license: MIT +tags: build2, bpkg, package, manager +description-file: README +changes-file: NEWS +url: http://build2.org +email: build2-users@build2.org +requires: c++11 +requires: build2 >= 0.1.0 +# @@ Need libbutl [0.1.0 0.2.0-]. +depends: libbutl == 0.1.0 |