Skip to main content

Rhoban JsonCPP fork

Project description

JsonCpp

badge badge badge Coverage Status

JSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs.

JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.

Documentation

JsonCpp documentation is generated using Doxygen.

A note on backward-compatibility

  • 1.y.z is built with C++11.
  • 0.y.z can be used with older compilers.
  • 00.11.z can be used both in old and new compilers.
  • Major versions maintain binary-compatibility.

Special note

The branch 00.11.zis a new branch, its major version number 00 is to show that it is different from 0.y.z and 1.y.z, the main purpose of this branch is to make a balance between the other two branches. Thus, users can use some new features in this new branch that introduced in 1.y.z, but can hardly applied into 0.y.z.

Using JsonCpp in your project

The vcpkg dependency manager

You can download and install JsonCpp using the vcpkg dependency manager:

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install jsoncpp

The JsonCpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository.

Amalgamated source

https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated-(Possibly-outdated)

The Meson Build System

If you are using the Meson Build System, then you can get a wrap file by downloading it from Meson WrapDB, or simply use meson wrap install jsoncpp.

Other ways

If you have trouble, see the Wiki, or post a question as an Issue.

License

See the LICENSE file for details. In summary, JsonCpp is licensed under the MIT license, or public domain if desired and recognized in your jurisdiction.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rhoban_cmeel_jsoncpp-1.9.4.4.tar.gz (220.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (292.2 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (292.2 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (493.0 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (292.2 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (493.0 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (290.9 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (460.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (493.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-macosx_10_13_x86_64.whl (291.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (460.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (493.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-macosx_10_13_x86_64.whl (291.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (460.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (493.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-macosx_10_9_x86_64.whl (290.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (460.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (493.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-macosx_10_9_x86_64.whl (290.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (460.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (493.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-macosx_10_9_x86_64.whl (290.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (460.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (493.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-macosx_11_0_arm64.whl (282.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-macosx_10_9_x86_64.whl (290.9 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4.tar.gz.

File metadata

  • Download URL: rhoban_cmeel_jsoncpp-1.9.4.4.tar.gz
  • Upload date:
  • Size: 220.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4.tar.gz
Algorithm Hash digest
SHA256 90fb2831f751981c5d84c92e1155f7bf78065367a94324641a76b1c16a97d7c1
MD5 23d98fefdfe3b39d33d4afcfa53ad33d
BLAKE2b-256 a44d74218cc66f477d1986330861a6a2ac001559c2bcf6604712bddf59a00f9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4.tar.gz:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f7c5e964366b1a8c1049e57ba16dcf8ab37ed8fde857b5d99c341a27cb339a8
MD5 a10797707593dd8b7f7c320d010e43ef
BLAKE2b-256 f06a3362901fa1ad8c28df87a2cdc8925e3bb63d2ab477fcf6f39ea0b51c801e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 12bcafedd4a2b135c7f5f3a44e14cd8b0b3aa095d2dabc858a72c71aed4a0134
MD5 f86524faa9c1afef8574814f91f6546b
BLAKE2b-256 40fbc22ebe140524aa7c096da4fe7ecb874e36a5064656082ac76881f0677165

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66c77b0a82a61c6228a353f06ec1acc7db767072e7bb70f8149c0e327cd19107
MD5 23cadb9982cdf4515b01f9fc0bd18fc1
BLAKE2b-256 bb1b0e519193746597ebf2ff04cb9d693c02f6e179ec822d60c3659e4e916922

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0685afc507a97c81b5eb3986821490dfb5dc24362bd718c9573e3fbacb835622
MD5 62428ab69d3739fb7a8be06905779fa5
BLAKE2b-256 cdad4fb6c7dd2482d31be4a0696f18da268dd8a23dacddf09d47be21210a4f3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64bb52ffbf375c225c5458aad785621a82b3859d172b0c493040b56a0dbc045e
MD5 32c71760e39e2b9ee3be3d317c7e06a0
BLAKE2b-256 324d778d2998aa3702d8992291880baafa331b801793856e1b39113c23c78c06

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad313d4d25ea5675eb2358fbd633ad3b3ad4e63ee36f4faac32865a90b823a32
MD5 a2f72dfb42f68bdffb62380b59b4b3af
BLAKE2b-256 8359af8f04ddbb987e6b1f83d670e8b4073ec8d986ca38f6ed0d493944f769c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e70662345b808f9d6ae1291c45a502e0f0fa138b676ad6f4cf71287df2ee24a6
MD5 693d315bb6c8bc9b439094c66d965270
BLAKE2b-256 7c5fb8a0ba01efd2dde4c8953d05d9f41242fbf7b609d76fdda90dd8587ea5f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a468747152359608c41ef4230f611f010557e902cfd7ad4a4610629c798c54ea
MD5 cb9614f2e26ca29a82782b000d2bb109
BLAKE2b-256 3db25f3d7ac5c427fc8b7ec8e22202538efd1978a8ac2da9c03fa452af481540

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9487765a2ff6bb15cdc0703189f80ea553393a9ea8b8856d57731800f57a30d
MD5 20a93a36fcf00fa311a62b647c4a7547
BLAKE2b-256 badd95cd3cae4d79c72d70ef93e5b7e2dece9ce089bf04dacf009a629c91203b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed1ad1a9ee9ccd46b32d1c270c70fb0afebcc6323a6644563b42e964e8560623
MD5 34fb45da781b5de775a905bf3e129cd6
BLAKE2b-256 3f42230467f1d8d09c03db9761bc76b9b90f8f3f851b9574e6a8bbc095f88586

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 230637569f1ce57a769b076c8e184ce2bd7072613dc5fb3df57eaf2ec87c66c4
MD5 314f20d3255da34bfef1bd829e4561f5
BLAKE2b-256 31c3f412720c21a0cee9e5e206b3be66c697c2c23c1843ab9baf7831ff0f99b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 22abdf9c2ce61c4f21d6297932ee0ad52963c2aa5efa3a6ce1c90cb25da723e3
MD5 9480dd336f6d0a55353357c435261f20
BLAKE2b-256 d3914a6a970e8c7edbe83fe08c4e60229cc4abbc3d2844dc4cd08b153567be23

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b9f5fd6ce7ec0cd43ffed9d9a4442a242b716249057355907ff88fb8544d017
MD5 17649361eb0ac1c44b900e438c4b2bf6
BLAKE2b-256 3eb89a27e2cc85db8970cc67a0026ee2241b4eec1b3666efa3603f250263b15c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3f23831c57a2798cc85f0e695e0efbfa9b107435aa61bb77c8fbfc83f890c7d0
MD5 76b32febe6d676c4be327ace6d37b087
BLAKE2b-256 ba939bd7b09b07b479242abb4bfff4f6db4adaa6dbaee11a95578d6018b4e3b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5535c240e53c43fe1ea2f699534228b8e6dc65840e92a9d24b8c974f9c9a3320
MD5 ebf14103432807322f00f331e081c469
BLAKE2b-256 15bcab5f2a850669b93f48aa058cba41540885a66de9a70e8211b99e8bc9ee6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ade30bc4e2c524a527e96a0bb11e70d35db6bc67810e01dd1251bce8ffa172aa
MD5 bc02a72feea6659d712c36f2c3343756
BLAKE2b-256 7de7a0ccb5a1e3cfafcf4f8344390756d2853e9e58258559218f7fd9783916d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd5ad31390f8a14bdfa25fc52ee4a05f6a730dc2e2a93ad05fd05a871a0b9dc6
MD5 9db077e480a872ed2243df3be735f722
BLAKE2b-256 d68665e52c356bf727c5887960e396f41580ada8d5218ad73124dad13bfbf24d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0f7992358699b0a42202d887bad1c69204f4e469d4bfc36ca5d59b23ccfeedfb
MD5 d0abe2e100471d85bedc5ec24cae28a9
BLAKE2b-256 1d1899a28bb5a57926dc300692e3cc46fd84f186b474ae8c1b2b3bd587977115

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3df66071a3f766f26269ee9543a3d7abc1f646ed6e7e6117993ac0f5dcc1b891
MD5 76151f85735557a38641910569b0d71d
BLAKE2b-256 c79d4349ae830d9d604b44fa213af605defd38b8d86a39dcb8573b16e7a70560

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c1410a1604b9c79af6bca6538e8857c5be38b190924f0cda8b9b1eeb3860794b
MD5 6b52b85cdfc0ae030f16819b242b0fa1
BLAKE2b-256 fcae8714b871030aa28722fa6c74110e504117c000d5b66e56dfc168073013be

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f1aa3603bae10f53f19c64fe091c1e66eefcc9291575d0d77974905a0e6017f
MD5 577fc4aa648d55d37240fe12c9cb5e03
BLAKE2b-256 f4f892087cbb7a21c81b425e218977a0ee65478a85f78aa23bd1e0888043ea50

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 85172bd31180f3b7bec8dcbdfa613cc470e62e37dc264e32ded3f233b899fd73
MD5 badc60035ae2362f0f6eb240d9956176
BLAKE2b-256 cc8cbebb5cb9a6d447d20f5aec8c9a76892ff0ef7435db75564593fb4f01167a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5fa414d052b7ad3f245fa3c4d0d75264343c8adf600888110c8dfb9a0a0d4d66
MD5 97454b6221468c1cac4d9acfe1f212e7
BLAKE2b-256 0900435bd035b6e21a485c6452839209d9a374ed25b59918031325c39366d544

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d0610e2f321c167fe7ed450b15053d0a4ce91ff24f20bd7b84faf81805c89fbe
MD5 a83c890291e70bf37b1e30cc87ced9fb
BLAKE2b-256 cb9260eaaa745772915e3c96f4cb3ebabe6428185ede9c50fbe2c8de32bd744b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67877baf82ac22acfe44e4672754fa7d3c1fea66211921e908ce95e06079afac
MD5 4dc8c67bef576000e9dde045ec1b15f8
BLAKE2b-256 b50f4b48555e03e3567d054c5351593ee125e3246411dedac123af199a0cfdb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7a149ea46e0a17981b92f58df6a4ecc181eb4d3999376faad5f3ffc363f2738
MD5 eb450210db3789dd2d7226f6a07845b4
BLAKE2b-256 8863f48a2fdc6cb68d2bd5ca3702f6391858c91a70bcb42378070a0955898574

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73c657cebb3f5851174c341d181368f76b895d2263b5c6e52cb3197a34dbe3a7
MD5 36267b7d6f6151b10c37f5c78761781f
BLAKE2b-256 af6da3b4172620d214f5992e5f8793442144d1ad37b782b69fc99d46b5c670a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1042830b29287b7e64c5ae101d0830b5a32522ed4235577cb640d5e71df8f8dd
MD5 4ffc92f4f056d8e73db63a7e08f3174d
BLAKE2b-256 d6f088829133c598b4704a00c55045176ffa7a642f8769aa342562d0d81273ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1181556a97d2ce78193aa89d264378964a91129572fb3900796696a27eb0c7af
MD5 74d821bcdc7034cc49ea73cecae47a29
BLAKE2b-256 ba27eb17e9dd080f5cee321d02e2976802d9d987bd897932cb601abc2e31c06e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 83e1454c2fe217748af98fd6439f4028452e07714a51bf1417d46d60700a8d39
MD5 de3f72e052387ca60e159c4eee3aa22a
BLAKE2b-256 44549292c7f572149ccd9690e48ebe62a3e844fb6a30b5d6ad5b8c837efa807c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07b837d3be0d6d268e11a140773fd587e5811529529b624bd8c1520577a9685a
MD5 7df1e27b1e3403b9c053197df44225b6
BLAKE2b-256 f3747445f80736c158438d1f57bea2415296c93b5fda3f1db33b1e5f45dad38c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f3cf6e8af16ed5bc64d7faf842386bdbdba11d25e85c2e29d819e7d78932740c
MD5 ee4c7b6a7c1f076bdac92fd73d4eacad
BLAKE2b-256 1925a895ebe89b5130dd106ef85de07e292c75e24d21fdd2893e5630f400f9eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 772387155c78ca5de416be90bdbefe1acd8d6b6d841986feb4b3933515c43d0c
MD5 48c8ca0113004df7f5f6b52c88ee7187
BLAKE2b-256 a93a81ccb3f040f94fd73162ac7c25816c13a6f16dfed7cca8417dc19c25b0fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b6ddf62cef2dd354f40047748f94bb47001ecc005e21f7708336fceaf917acee
MD5 db6c6536b2591ab3d33e238838d76d41
BLAKE2b-256 3ecb11e082ef3b043d0881340d7348f9a45bb8bd5bc08982e4f423b79c1e9eda

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0fa6894a23473cce9c48a6d7b0dbad64943a5c93fd1b06f672907bf6a93c0091
MD5 8a263e24cbb1f7569c5f2162c2e6e6d7
BLAKE2b-256 d261d59e1f3899b05fe68cf5122252a7d7f2780b83f27e8d0a4f57801d161158

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b2c7e2bc0c85f454788031736b92a3c8e694f89e1ec285ddf5bbbe2bbbbb6992
MD5 bb6cf169542fd588520d8251b39fc595
BLAKE2b-256 7a12c32d4897bbaece95fdc085ddb9a01e5e18370beff6b11edc5f56b6034094

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d97ace5fcb4b992be7cb6536a241387d9d72428096aec3d2738ee1d4a4353859
MD5 6bba5859113532d45748de262c5161fd
BLAKE2b-256 abbe1e514ad3d1847b5a33e60d603a3e4203e7545ab5de10fdb4a390ca8789c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6191aab4bcd3b4b929fada623847e960b73c86c55dbe409f8259c5c00a4a8c43
MD5 b49dd0f5c0ab1d685711699b65b627f1
BLAKE2b-256 250a2b54da726e09ac929c1322290bd9b8ab3579ead64d9d1eff891a97c8e4cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85c3ac512febf2a2641db3c94e71512d16b6aefa8ec31806f6d9617d2faacca5
MD5 717782762658e64f1ede1166587f8e17
BLAKE2b-256 45251a22d30dd12161821c9e47c784818a4afe3a6e976a5c5d888f903a741650

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dce2b8656fc7023751e7f96e20274bc1be2bf4b5b6369d48b82eab1c30be6612
MD5 117c9f0a9c12041d856c36ffd965a4dc
BLAKE2b-256 4c19647233cf65ca8f9bf2a5cf540fd51293bd7060aac72147817e2f3b0d368b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e218585616b1bb2f4d850d2c073f045d134da74c0a80522123ae4ad0d1fd89f2
MD5 cb26c911f24a6b8478ee4f78cd20b1aa
BLAKE2b-256 484f145d9bc3953fbf98af846b29395d9e12320c4960a708d1dc8e7618dbc793

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a462abe14a230d6fa25d9a7f5caf708a502425ec532a88e70d0d4987e1c40dbb
MD5 228bd06a85be85d1da3f7ce2e385c0c3
BLAKE2b-256 d686600c6ccc981ba852a6c20040707c5c5a6ee943950595866d60c8b48a46af

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a42344375d00b6afaec07962c3a6800d3c37fd7767416ffdac316d6cfa48e079
MD5 cb5da8d373ed3854289d64248e0f6f89
BLAKE2b-256 3e81f3feb12ae8934648952f0472b38758655a6239c97d7c622b3a355eea74f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e808dc2858098ec3197b51480df5649629d26e439a0e53eb7c439a0de8b520d
MD5 4dd518159db79237ff18dd45432a5be0
BLAKE2b-256 156652966f684d86989309000bac7a3b8d36e29d71b4bf468497cfd1a24a09d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ed24fcc31f5f5f3f53236178b7d1fad9239b981447919d6de3c5f779fda8131
MD5 349af1ce1849d3f033feac27a3c0f034
BLAKE2b-256 233c4e9292e1cf8cef0c1cbacc51bb5f59d8515bab75b955a9f5349f2b763c66

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c3632bfda17216d5916e4635a970d3b8ffc2e0d9eabf25e32f8e840ce6989729
MD5 3c9ced037c1668b673ac7ab2dfbf8e9e
BLAKE2b-256 19273e6fde7b5fd7eb6dff8fe056d5b086ca1b0485fc3da6eceaf312156e895f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6dd08d12f9f1ced98fad0f1d2a9d814df7ce82f3d5c998ca6fb7a2db6ea79095
MD5 71ca3848e3f50226b79d5cf5c53ab461
BLAKE2b-256 757d107629ece0f3e6426869231632b389070de11b9e1f3995f8208a98c5fd7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5615e24b7f45c136e2df43c0c5433eee3d7d0a16b18dcd02d1c13044fc1c414c
MD5 c35e7d65e1162bfec5bd7142232eae4b
BLAKE2b-256 df99826ae7d7f543b42685d2c4e53405dba2d67204427e32349d7bb4a91c78cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a41cabc701aeb389bfcc70fe7b18d6790cf964df7f315ed14990709cafa0eeff
MD5 701fca623aa053296691914eaa859fa1
BLAKE2b-256 14e548c013130d095744b5b681d8eff7ba40a26cdd17184795e5fbb6b6144be6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd19e81febd6533cc06b93367d12dfb89c470991ae9c89d8cfdcd84669b7cb8a
MD5 6a753d3f5c18be4a21a93605a6839fce
BLAKE2b-256 df549105ebb99c37513d19ebeab8ce5f58dd92e59673145e3f0c544cb63081c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe5c3762d613bb45bb185f194bb96832ed2135feb9ecd29a4b00b29cdd01d2f8
MD5 8dfb2508305101a83c95470f571c2315
BLAKE2b-256 a7f27e5ef7dcdd0ea2223447fec00da9a5072bc53109356761826afd584ef96f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6d0513545a54964d2bbd2e766fa9021e66f7bcb78766b511c8a8069f0089e814
MD5 a858ed0ecf76e04143264d1308576fb1
BLAKE2b-256 71763ff9fa3e206fd12f971055bf90ccb61b8ed024122387850db3d676f39ec5

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.4-0-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on RhobanDeps/jsoncpp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page