# reproduce - An executable The `reproduce` executable is a . Note that the `reproduce` executable in this package provides `build2` metadata. ## Usage To start using `reproduce` in your project, add the following build-time `depends` value to your `manifest`, adjusting the version constraint as appropriate: ``` depends: * reproduce ^ ``` Then import the executable in your `buildfile`: ``` import! [metadata] = reproduce%exe{} ``` ## Importable targets This package provides the following importable targets: ``` exe{} ``` ## Configuration variables This package provides the following configuration variables: ``` [bool] config.reproduce. ?= false ```