blob: 40c7a32f57af6cd420bf54ca4f97d4fa336c4286 (
plain)
1
2
3
4
5
6
7
8
9
10
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
{
}
|