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.3.tar.gz (220.8 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.3-0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (491.7 kB view details)

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

rhoban_cmeel_jsoncpp-1.9.4.3-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (491.7 kB view details)

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

rhoban_cmeel_jsoncpp-1.9.4.3-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (291.0 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp313-cp313-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (491.7 kB view details)

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

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp313-cp313-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-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.3-0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp312-cp312-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (491.7 kB view details)

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

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp312-cp312-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-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.3-0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp311-cp311-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (491.7 kB view details)

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

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp311-cp311-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp311-cp311-macosx_10_9_x86_64.whl (291.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp310-cp310-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (491.7 kB view details)

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

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp310-cp310-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp310-cp310-macosx_10_9_x86_64.whl (291.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp39-cp39-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (491.7 kB view details)

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

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp39-cp39-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp39-cp39-macosx_10_9_x86_64.whl (291.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (458.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp38-cp38-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl (491.7 kB view details)

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

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp38-cp38-macosx_11_0_arm64.whl (282.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.3-0-cp38-cp38-macosx_10_9_x86_64.whl (291.0 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rhoban_cmeel_jsoncpp-1.9.4.3.tar.gz
  • Upload date:
  • Size: 220.8 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.3.tar.gz
Algorithm Hash digest
SHA256 37d1caa7d2588716116664dab00ea5439ada806c243bb489bf80d24c23fe5b58
MD5 a42ccbf738164d010dcd2fe14940a9a3
BLAKE2b-256 39ea71630637e924a55b117460d852f306cf96e6ce5e77c5cfbf1ae6ebc9d396

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3.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.3-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.3-0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 accfdcec054de3811cb940f36691d00c16b91757d783cb94fce6be5f7f4ec7df
MD5 8f26719789aab6ef780f375c879f51ff
BLAKE2b-256 f45ac456e388a7630a62907c0a85e75f360dd25dc2a05a40552e161df667045e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0f6c2d9073c254c489a2805b109a9c8093edcbcd8cf563880e3bd2c4b57f8993
MD5 1b74a578a417c5e81615bd25e5387c7c
BLAKE2b-256 8786e7785626d58620d4dae0790d46e3a907a82b2a47050f9048a0cfedcf08d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f710d3ee00db2aa2d7d037396524884cfcdb38cd9d55d456d2fe3234cbc246c
MD5 5245cc6383c3eb2314a9b6c72b4d1555
BLAKE2b-256 021969cfd41e8138471c193ec6f7d9dc4b9fd61b3b8ba92b25a2aacad82d4721

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2cea9e829460ae19541cac1e757bf1947017825f35405f9e51c2d7c08e788511
MD5 53f1b6f6c0ba6905c784fe38af5832e8
BLAKE2b-256 e986a8050ccdf56e986201428942c85256cee86c969ae3335815a6dc55263cd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6be41e5b77915a0583f27e99dffbfb5203392dc9934e00e29860696a17142010
MD5 7a7a6f53c0d835ee355d93a106850f09
BLAKE2b-256 d4e8a227edf09e82e23281dfc0cabd5fccc54498ec9bbf774cbf461e23c20cb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 380818adb5a86c5fa1de76567bf7857f46d974c71149df8b8e0b7f595f3b1c5b
MD5 00a9b926cd7d53a79dbad4f64d0192ac
BLAKE2b-256 fa44377fd28cdbef36cb0153c9008a5fddbf864542c3c3db2dcc9c6b4f6fd6cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ae47eca05d00accfde9371a66f81ce29eb626eb1b19ba5267c19ca46de252fb
MD5 ae6171aca719eed5d748fe6d5eccaf2e
BLAKE2b-256 c14e459424d27eb436ddb64f3d7f9881cbcaa078c39127c644b8a484de5e33e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6c597b55d0576c7ef91efd16245cd5cf2ac4961b74362ca4f4a2ae28ef25b525
MD5 d5330d653f5b5939a122de889dd80941
BLAKE2b-256 3dc06d46d402e636a8feb09e61ad5d775ef74f3fe6fef1fe919a64b2a672e9bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 faf5ab9f0277d783758087372945654b673567710ae34e585a91d05048d57ad6
MD5 32e2920e59112fc11420e718fe6ba58e
BLAKE2b-256 c1dfa2df8ecb0150085c7ceeb0911fc2dc98ee9fa76b48bb6cccfc7155dfe4d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 07ab407946dd1ec8c417454b7dd3adb49757342cc79a447e0dd981f8adc45edf
MD5 6bfbb1111353a108c070ad3470093e82
BLAKE2b-256 9508344df91e002f4d637ca08d5d9242bdc81f09ec20453b88f6778e6f1195ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68342828f7fe6b00105c5879131425e1140c0ba013eb6628133ebc025f774ee6
MD5 8745feacd90f1a0b1937d661bf8f17a0
BLAKE2b-256 ada428ff1eee9134120ee9818b6d8e6732528142a8cf278b836bf06e9dd18fae

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8468e6cf2a18d8984a9ff10b3c85bcf525edb05b8c1aaad4cf5a18a4de8d9657
MD5 1054992d6faaec2e0b607e4aedeeb1a7
BLAKE2b-256 ad5f2616d72b4331b4991ae745e895e1b34d7a9ed4fbf5b4917629fa638566d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d3d838139253ec3958cf346afb309e0a6fbf190f0e7b89973026a48255ad9c6
MD5 c8868da9d3500afac4f309ba4b6f13f6
BLAKE2b-256 ca9024617cdf6b26318234794d52d2a54c2ef0fed14b3714490615943502ce03

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 18bfe1ec2fc2cf35430dec77083450d9f9161d4dd47aca8340621db7e112b07e
MD5 f2eb5f959488c3496e9f50fce8d3d851
BLAKE2b-256 a90ffb90d09c6bc247357b72e538ddb1a31ae9041929de242de5faaad7292f60

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 322cf1486701a98fac74ecd600a3abea0e477e00138b13bcfd75d4c1ec1a4886
MD5 98d182305f4a0deff1e2d3b7582fe83f
BLAKE2b-256 d69d7e35f0a562b8cc1026d129088446232e443e7d2ac8f0b986c30d244c07fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5c750f9cc1fad45eb7fe6d8bc96e63ea95791b1fbc17ba07fb4a11fe6d483acb
MD5 648d4ff3677109b0b8f64f2a6c34a8be
BLAKE2b-256 d16e7da1943578cebe110ca4a2cd6b2d8c71ae89d85a1da0b4507988f6c3823b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6a4c8b790e819cd88ddf3cbbfd47f27036e4b95c2762f2b8fdc1f8a345bc8f1
MD5 7b6f75e086dc212fa4446d026dcc7cd1
BLAKE2b-256 cf8855172f655ec2d8352f75f20bf5bbfad1b29e9159ba6090c4f8b5519a8e09

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 373fa8e7e68e1134df3ea757218b2466c96a9fc2cd9fdf49f64cf1308928d452
MD5 050c5045840e1562573a5a1acff177f2
BLAKE2b-256 76f7a3b23a82ae967f01b04f5e707ac39912fb9307fe07df899fd47d286fb703

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0395189dd64811448331f1c66ee619706af749144678af64349b9efb3c9b527b
MD5 5fe9f6beb3faaa7adde2b19c44e5c2cb
BLAKE2b-256 174308ac6f017982505a63b42abb05e21bde0a045ad1f56e7afc02369bb86089

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp313-cp313-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc520685d22a3ec8b395d1104b5d4c89c3dc501fddc6394811c9ff372e787900
MD5 2dddddd6165740cb125da185b801189d
BLAKE2b-256 aa8be7cbed5e05c5b99e1175dc2148c1afde10d01eb2d600de359d96196d300a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 844ad16ed97a57f93f2105bbf1810407a75b02eed29e40e134a2801f9b1c0666
MD5 2a91768c3ec841797da739eb85d678ce
BLAKE2b-256 a81a863fe8bd384c7e898c78d258127bca8d97aa0d8ce8ef82e558c63b1d690c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d6ac041c6492fee2f5c05e4694de0c4a5b5a89519e9614e96edea6f0b3794ac1
MD5 8e52d9d3f59ccc0f3f7ce20aaf6fee98
BLAKE2b-256 96f71b6488b2cf9b3baf0ab01905b8756caa9ab94b2b6aea3190257a997067aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36c19cd56a5b9935eb0ae0d234447403360d6aedac4fb8213a2dd65e7bc21fc0
MD5 6532b3a7f080d34168c6f2db93bde0e0
BLAKE2b-256 e9e7311b226b24ec7868de88639895943a6564172f29a5ae8c75dcf8d32304f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fbef9acd405d0477e15ca8638272f5b49267ecc4385aab854a38ac20cd95e331
MD5 7bd18f10e616766d2d8c93077d8a23f5
BLAKE2b-256 2f42fda56527a71aecc8184aeca0ad7abb2e58f88dc04e6913346a6d10c05f19

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fe5f8ff3a74c470d8b03544cbbfd3090ad45cfef6b6b1bedfbab298fda95b30
MD5 e5f3cefc6ced7538d15a362926bc21d3
BLAKE2b-256 007de95cb373994c80f7d02819cf19e3b62adea4c6da9e5d1df442458ddcc7d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp312-cp312-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 831e7faafdb7eb72971ecae8aa82d0c57ec24c8ab2ee79a9deb74b4f42395a0d
MD5 fd0e24979572fa3a47d7861279bcfcef
BLAKE2b-256 aae1b84e0ce335599830c598d23fa6b4c7981ba024350518ab881a95781b4161

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ed1953796e24883ed39186f52042d09c1c37e5eed1c69161074fa0bff3c2f81
MD5 e14fdac94fe29022b3ce1f5caa0deb30
BLAKE2b-256 24c8721632a7c4ac56ecb548af7373bbf997be19b51c05da07180c8fbf64a8ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dbec57413d3813b50e828a3ac7a25677b57c4ef90769edeb6ab329b945ded598
MD5 1c60f45593ae2cfe472c2128e8cad83f
BLAKE2b-256 d7d64514124c63cab2741019967135bcffe762a3ace7d576dcbc6620b928b2d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e687209541728275ee0cbd796a6f0aaca57437ee5e42fcc39b63a98940bf3e1b
MD5 9ca5112c972c97d68a931017f4106d96
BLAKE2b-256 96323cf26f42e322b2325fa5b4b024417a4906bfb090c23cefed5e7fde26f4fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f8d702ccec50e6ea66cb73733dd4906fc548b9f75a9b4b1d8bd1cd26dd05b04b
MD5 8afe0a461b77a28ec1c62f1cd95f85e1
BLAKE2b-256 c0869c424c65d463491d7b2d1975444566b51208b007ea1d5449f2ef5274ce03

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7122531fb38f584fe5cbeb694e4ecfdd447781b1165184373953b5f3eaed8142
MD5 7d54edb48fcdc4a56b5c6b2b85dc326f
BLAKE2b-256 1d04f0d72ad2efffcad2c4bd35cd322576b0d6f99f47f37c0fd05831cd1055b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp311-cp311-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 243ea64bc291d97db1fb8b8ab49b9045548ebcd75535a545a20ab17c84efaf08
MD5 7bf92959bebb3454f7b136c36a1b1df5
BLAKE2b-256 af5fd560c328c259fa3ac55e0e2e5c78e0f7e6f7805f23f87284e98fede575e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8677d99e8d2ae47914ab4def3217c78eca3706fb20fb248399e2caab68423dd5
MD5 4ac5736d948fc24a53bc262644f829ac
BLAKE2b-256 107a3dfbc0902fa9fcc509c282a2ab082ebf0177f3e41483f417e87cbd8b3f28

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f7d1ffd63532f9193a2f32bc2791e1dccd4475a1c619484f326c347a8c3faafd
MD5 d56039f7dd6341249dcb6394a629cc89
BLAKE2b-256 53696cb133efed771b1ee616edb39533f07ffa55272ce892db4d5b766dd7eb40

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b4a0fcaafbf36711ffefa856dc46c972134eb377656555fd17eb1461c868135
MD5 a121207481c37459d49a5c4630a78153
BLAKE2b-256 7720b41e5b3c1ac310547e4f59011ead128a467d0f7f9c5894dfd4cd1b068445

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 09e913137e01c4f566353f79e1ce721b8340a20a718fe4e77c147f678cb5f84e
MD5 6647d2df56acaf889108660c0f6b6579
BLAKE2b-256 500bf2c1c0ff1521817ee3f9199985a6c75b644ec96d27f4f6cc6bfcaa578360

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4235132563ff1e467800161ceb399793aae1f5f8bc51195d9a520ac1b598be0e
MD5 be268b14a34a848908b54fee90a6e91e
BLAKE2b-256 e5e22a137b61a13b5d2d0b429b2cfe7bc94afa1a40fc143939ade400cceeaf97

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp310-cp310-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 979ee91e8598c580af33b1ccafeb76d596ad35f3260afa7bed5e6b6b6068014c
MD5 77649ba652eebcc8c3c5299f54165e8b
BLAKE2b-256 21574b2e3a0be3034e4253e2c869160e94ca285a6b67bd06884a618ab881aef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee87556e0266d1c882e17d6488aa89d5dd55bfe42417980229139865d0170de1
MD5 d3d0f42a26dce157d3cdca5b6401dc89
BLAKE2b-256 7c1b35862e0676c2aa15439636c7717a2bdca1a5bd4aab687c0d9d6a20e3da4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b0d4b9011146721cbb7e5b575683c5f70d0234ac632f5a8ed6554f1a08f1d4a1
MD5 6ebb4358e64f495ed6e1db2f8a46fdb6
BLAKE2b-256 e7f6b553b9163228e098713d4150550364560ea6ca2940425f0e41b72143f93a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 273c90d893035e6f728772b6384f32b733a065fe28ce7e6bfb57e015f1f17964
MD5 d6d8bf5758745a51247f75f3f17b33e3
BLAKE2b-256 410679c86a9324d10f6d8618b16c797f3f36d55872cc9d294bbfbdd88c7f5b32

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3488b5d34cb9d60c23b0f515c1151ad4679e439814e4ca9b4bbed2cad26e1abf
MD5 665f50130fb19afa64f1ad7d578d6375
BLAKE2b-256 ec02b83bab9326d257dd17210fab5a3a4d3e01da197e648414703ba5d41856dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dfe2025c976b46df39d8a59543df1f825adf805f941130a1037809d71dff7c16
MD5 7d74dcb610233e22d276b05163d542c4
BLAKE2b-256 79f2678ed434e8d712771160ad1b5be36b66ea2162cd607c68af02298bef7dfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp39-cp39-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34f123bf8ce6a095d4fd98bc614cdcc397ac8a7434357e41cf65761f562af0cd
MD5 ed3ac988e717f93224e1c9cf0da709c9
BLAKE2b-256 815b0b09739a11531c23a80a7f3fd1e209accc90bbc5fd64b29a7e940540b3a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dfac3a1ad9e786c85d1decba8bbb98907b3567232cc26d3a042d664cf985cf3c
MD5 fad2b2341658779c9d816315e1c941a1
BLAKE2b-256 6c26911f23b0b4f1c0894a010205546ff85e175d3b4ac19aceb82e557cb25b87

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b79d39716d249ff9e18da6c9c21eb3345b42123ce37d06c60a17d876ab0caedc
MD5 a1596e05ee5c09374e38abadda11abc0
BLAKE2b-256 203ac24c580a92c41b632ed9e8e202afc8a450d9613f50d61feac1dd3e349005

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f9ad0429f9138b6fc768ac89c5e5eb9e32676045c9c48a5210b65e55cd54aac
MD5 04e548e784eae0b472bb7255dd870815
BLAKE2b-256 2eb7a73b2a52991975569fd9db777a8bd46af28393a7c324e9f03113deb124a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 46157ed7a49843395fd35fbe56abfd0f93f75c4814d720b57defeaacc6ceda13
MD5 ead4f547eaa435813d295bb3f1adb28f
BLAKE2b-256 5c43f6468fdda6ba2762eed073da036750cfc8cb0fccedc8b137bcb65cc54aff

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ccbd964c1fe0a6b474e19ce36cb0cdfde54161d39a81ee8b28d6a61e5a2cebda
MD5 c902d4cafbe54ae86745ff91e1e73c61
BLAKE2b-256 c2aae207658f6d5781a0d01bee055df4eb1ee334e3aea58457910f8e7db157e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-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.3-0-cp38-cp38-manylinux_2_17_i686.manylinux_2_12_i686.manylinux2010_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1886acfc722fc4979cc16624eff5310fa435c711f905c8a0439c10b417c8f999
MD5 55b47ce7436a25ade75a5e8847ae5862
BLAKE2b-256 f1842090de0977a4dc7274a31709b7daeae27d2d54e9ef1ca6a882245f59f783

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c0dfa6a2ce1a88ccfdbd2d663b3c80bd0f50eb3fa8a18c734171843af8aef21
MD5 52eeb08a1c3eb93f98c6c94403bff6af
BLAKE2b-256 b05e02d9b48e931e33d133cf9bb3ef887ad9a2aed227fed6d70912e67f29556b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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.3-0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.3-0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4fc36d3482b63c6566ceae014f6b78914a2a2ed7db4b34e6bf18e1c10fea5af6
MD5 c900cd39b01eaddadb9d4e387ac32559
BLAKE2b-256 6e0536ba83cf38212be899ce76577c8fba71172c4d0f5222c290dc08f6ffd258

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.3-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