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 | a3efc1e15842ea1ebbf45437d75bbb7204cf32d8 (patch) | |
tree | f94236ea7a3262901c940525e025edda229d082b | |
parent | 7f5bcc495495b6a4d4fbd4e6bceea26f560d9f7b (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 utility library. 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: |