mirror of
https://github.com/nlohmann/json.git
synced 2025-06-08 00:12:36 +08:00
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
name: example
|
|
version: 0.1.0-a.0.z
|
|
language: c++
|
|
summary: example C++ executable
|
|
license: other: proprietary ; Not free/open source.
|
|
description-file: README.md
|
|
url: https://example.org/example
|
|
email: your@emailprovider.com
|
|
#build-error-email: your@emailprovider.com
|
|
depends: * build2 >= 0.16.0
|
|
depends: * bpkg >= 0.16.0
|
|
#depends: libhello ^1.0.0
|
|
|
|
depends: nlohmann-json
|