diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 17:11:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 17:11:54 +0200 |
commit | 161d105204eb66148c28ef2615f1a12d3ba33136 (patch) | |
tree | 16e7541ffd0ddc182e8f05d19a14ecfcb80d7dbe /bpkg/manifest.cxx | |
parent | f4660720e3ab0dc70d31fd39d48199590810ab03 (diff) |
Manifest object model, take 1
Diffstat (limited to 'bpkg/manifest.cxx')
-rw-r--r-- | bpkg/manifest.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bpkg/manifest.cxx b/bpkg/manifest.cxx new file mode 100644 index 0000000..40c7a32 --- /dev/null +++ b/bpkg/manifest.cxx @@ -0,0 +1,11 @@ +// file : bpkg/manifest.cxx -*- C++ -*- +// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +#include <bpkg/manifest> + +using namespace std; + +namespace bpkg +{ +} |