aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-07 14:53:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-07 14:53:25 +0200
commitf6089b165093a7c05af69da2abbd24b29ec60b8a (patch)
treed9a96d272ee298774b7f228b98b86a675a375e3d
parent6e04a1e8a6b38b123bbb98e38ff236b4a27d62cb (diff)
Initial manifest
-rw-r--r--buildfile2
-rw-r--r--manifest11
2 files changed, 12 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index 5a6bc11..e2c6810 100644
--- a/buildfile
+++ b/buildfile
@@ -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