]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/bcp/README.md
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / bcp / README.md
1 BCP Tool [![Build Status](https://travis-ci.org/boostorg/bcp.svg?branch=develop)](https://travis-ci.org/boostorg/bcp)
2 ==================
3
4 The bcp utility is a tool for extracting subsets of Boost, it's useful for Boost authors who want to distribute
5 their library separately from Boost, and for Boost users who want to distribute a subset of Boost with their application.
6
7 bcp can also report on which parts of Boost your code is dependent on, and what licences are used by those dependencies.
8
9 The full documentation is available on [boost.org](http://www.boost.org/doc/libs/release/tools/bcp).
10
11 | | Master | Develop |
12 |------------------|----------|-------------|
13 | Travis | [![Build Status](https://travis-ci.org/boostorg/bcp.svg?branch=master)](https://travis-ci.org/boostorg/bcp) | [![Build Status](https://travis-ci.org/boostorg/bcp.svg)](https://travis-ci.org/boostorg/bcp) |
14
15
16
17 ## Support, bugs and feature requests ##
18
19 Bugs and feature requests can be reported through the [Gitub issue tracker](https://github.com/boostorg/bcp/issues)
20 (see [open issues](https://github.com/boostorg/bcp/issues) and
21 [closed issues](https://github.com/boostorg/bcp/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed)).
22
23 You can submit your changes through a [pull request](https://github.com/boostorg/bcp/pulls).
24