1BCP Tool [![Build Status](https://travis-ci.org/boostorg/bcp.svg?branch=develop)](https://travis-ci.org/boostorg/bcp) 2================== 3 4The bcp utility is a tool for extracting subsets of Boost, it's useful for Boost authors who want to distribute 5their library separately from Boost, and for Boost users who want to distribute a subset of Boost with their application. 6 7bcp can also report on which parts of Boost your code is dependent on, and what licences are used by those dependencies. 8 9The 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 19Bugs 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 23You can submit your changes through a [pull request](https://github.com/boostorg/bcp/pulls). 24 25