reproduce/README.md

45 lines
814 B
Markdown
Raw Permalink Normal View History

2024-10-14 07:00:24 +00:00
# reproduce - An executable
The `reproduce` executable is a <SUMMARY-OF-FUNCTIONALITY>.
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 ^<VERSION>
```
Then import the executable in your `buildfile`:
```
import! [metadata] <TARGET> = reproduce%exe{<TARGET>}
```
## Importable targets
This package provides the following importable targets:
```
exe{<TARGET>}
```
<DESCRIPTION-OF-IMPORTABLE-TARGETS>
## Configuration variables
This package provides the following configuration variables:
```
[bool] config.reproduce.<VARIABLE> ?= false
```
<DESCRIPTION-OF-CONFIG-VARIABLES>