diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 14:53:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 14:53:25 +0200 |
commit | f6089b165093a7c05af69da2abbd24b29ec60b8a (patch) | |
tree | d9a96d272ee298774b7f228b98b86a675a375e3d | |
parent | 6e04a1e8a6b38b123bbb98e38ff236b4a27d62cb (diff) |
Initial manifest
-rw-r--r-- | buildfile | 2 | ||||
-rw-r--r-- | manifest | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -3,5 +3,5 @@ # license : MIT; see accompanying LICENSE file d = butl/ tests/ -./: $d doc{LICENSE} file{version} +./: $d doc{LICENSE} file{manifest version} include $d diff --git a/manifest b/manifest new file mode 100644 index 0000000..3fb56a3 --- /dev/null +++ b/manifest @@ -0,0 +1,11 @@ +: 1 +name: libbutl +version: 0.1.0 +summary: build2 utility library +license: MIT +tags: build2, utility +description-file: README +changes-file: NEWS +url: http://build2.org +email: build2-users@build2.org +requires: c++11 |