mirror of
https://github.com/nlohmann/json.git
synced 2026-07-29 15:13:04 +04:00
e0f8cdfb7f
* build2 integration doc update Signed-off-by: Joël Lamotte <mjklaim@gmail.com> Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com> * completed build2 instructions and examples Signed-off-by: Joël Lamotte <mjklaim@gmail.com> Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com> * added missing build2 buildfile Signed-off-by: Joël Lamotte <mjklaim@gmail.com> Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com> * improvments/simplifications on build2 examples Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com> * removed just (rebase issue) Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com> * fixed removed trailing whitespace from the rebase Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com> * fixed typo and improved wording Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com> * fixed indentation/formatting and typos Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com> --------- Signed-off-by: Joël Lamotte <mjklaim@gmail.com> Signed-off-by: Klaim (Joël Lamotte) <142265+Klaim@users.noreply.github.com>
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
|