X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpackage.h;h=3d980f26ab19d501adf1486df69a25a6962a8943;hb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;hp=743a962f52e2750c429c6bd93299208729dde8e0;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/package.h b/source/package.h index 743a962..3d980f2 100644 --- a/source/package.h +++ b/source/package.h @@ -11,9 +11,16 @@ class Builder; +/** +A package is a distributable piece of software. They consist of one or more +Components and may depend on other packages. Packages also have configuration +to determine where files are installed and which features to include (features +NYI). +*/ class Package { public: + /// Loads a package from a file. class Loader: public Msp::Parser::Loader { public: