diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 09:27:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 09:27:29 +0200 |
commit | 0cc94c57428eca76e7c16120feebc46e917f38df (patch) | |
tree | b8447a4a152f62c40891207a83aab981b968b220 | |
parent | 724835208af97f027815e77f5c9ac3bc8bc13dc3 (diff) |
Minor terminology update (package/project dependency manager)
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ This package contains the build2 package dependency manager. build2 is an open source, cross-platform toolchain for building and packaging -C++ code. Its aim is a modern build system and package manager for the C++ +C++ code. Its aim is a modern build system and dependency manager for the C++ language that provide a consistent, out of the box interface across multiple platforms and compilers. For more information see: |