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.7.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.7-0-cp313-cp313-musllinux_1_2_x86_64.whl (363.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-musllinux_1_2_i686.whl (397.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-manylinux_2_28_x86_64.whl (362.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-manylinux_2_17_i686.whl (491.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-macosx_11_0_arm64.whl (281.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-macosx_10_9_x86_64.whl (290.0 kB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-musllinux_1_2_x86_64.whl (363.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-musllinux_1_2_i686.whl (397.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-manylinux_2_28_x86_64.whl (362.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-manylinux_2_17_i686.whl (491.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-macosx_11_0_arm64.whl (281.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-macosx_10_9_x86_64.whl (290.0 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-musllinux_1_2_x86_64.whl (363.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-musllinux_1_2_i686.whl (397.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-manylinux_2_28_x86_64.whl (362.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-manylinux_2_17_i686.whl (491.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-macosx_11_0_arm64.whl (281.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-macosx_10_9_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-musllinux_1_2_x86_64.whl (363.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-musllinux_1_2_i686.whl (397.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-manylinux_2_28_x86_64.whl (362.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-manylinux_2_17_i686.whl (491.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-macosx_11_0_arm64.whl (281.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-macosx_10_9_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-musllinux_1_2_x86_64.whl (363.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-musllinux_1_2_i686.whl (397.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-manylinux_2_28_x86_64.whl (362.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-manylinux_2_17_i686.whl (491.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-macosx_11_0_arm64.whl (281.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-macosx_10_9_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-musllinux_1_2_x86_64.whl (363.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-musllinux_1_2_i686.whl (397.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-manylinux_2_28_x86_64.whl (362.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-manylinux_2_17_i686.whl (491.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-macosx_11_0_arm64.whl (281.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-macosx_10_9_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rhoban_cmeel_jsoncpp-1.9.4.7.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.7.tar.gz
Algorithm Hash digest
SHA256 607e0ef02643eff7d01b465b4f576f9b4c436814f3eb366fe037192c29621bc1
MD5 17647ddf9998e76e44cb3d41c54328e9
BLAKE2b-256 2aad1044b13fc395bff66684b90de8ef95b78ca438fb41f7b82a83720f9349cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eb5acabb19ff524e40b8fba69ee783656cd05a2f1ce5ff8027999ba8e9b967aa
MD5 0b99967c14abc06f3ef41d98e7c97525
BLAKE2b-256 c3617aec2b844cbc135822e95024d72c45c2e7d45999433115383e295c56f47f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c2a9b7e358a9a01cab0a9b207e162adb0fc3310cadd1dc59bf6e46805aafefe6
MD5 a3ee2977f0f224dfa1d23d2bed054f36
BLAKE2b-256 f3870e8bd62f8a63e7934162a3ae8b9d4b5f77c6b446740b6fdd6ccba72ef0ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 978e23c928ce10b898f9b06b5c1532ba89094c6906a3a339c6dabffd3584f2ee
MD5 70c8603f8278d29cee6e2a895b3ed787
BLAKE2b-256 91418acbda8c0c45ae3268cfd60d6964779dbd41ad9f4568216befe5bd057a64

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-manylinux_2_28_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.7-0-cp313-cp313-manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 e126cc369d8228ffdc4cf801e40c4cf6df7e6b5fe534984b2721630f9b7f0170
MD5 74f059dc72bd5eda3201d9ecff81af89
BLAKE2b-256 7836581999c9b3d5a884816118023fd86c0724e06f47a760da7e72de26838797

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c2315ddcc78fc5e7538939ad3e8dd2288f5e27bf0d0767073a904bab0592ada
MD5 63fa3137bf2bc8c46f8bee42adb853fa
BLAKE2b-256 91c1cd777e8bf97b14d2f8764d6f9b9b9173131a97bc63a30269256a232de6ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f2c468f76fb87f4157e4fce407978b0f9a9235e47061dca977f535da97f71c6
MD5 918cdefddf68a8402bf45e5d89ff494a
BLAKE2b-256 d9be1288ec95c9f5e37e29cceba83a88d210cf1343d5a61169f05bd012d1a23c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08139f929310c0cec3521c5149a7c558ddf6585092375994bda6bf244d85f144
MD5 4e371a43834d5a9c176bb689768c0875
BLAKE2b-256 0af3550619345ab2755e47e7c46330f3323ab632325abc2b7fb6e9df71dfabb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b486269cce8d0f72d8659c7667a68529fa10bd7c850a6116cafee1489b84e65f
MD5 f6754d03fa8de8852909b2b38d888fa7
BLAKE2b-256 bd5eb6ee9c1a02548b369829366519a54944896567568b8722d7019f3f1a6fee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3ed84f635c652c4761f28996c4a5a84dfa481fcb6beff13996c5b3f8452081e
MD5 938317ae5dcff698c4d01d50a35854ef
BLAKE2b-256 9fe1f50df7fd4b87bd605e32a84db0b246e28d107cdaa0e261dfdcf04c296ddf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-manylinux_2_28_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.7-0-cp312-cp312-manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 409a3dc6fce41aec76756531889ee78ff526f5db534b9d1551c4dede49048a6b
MD5 efe9b0faf32e91fa445ddee096018c40
BLAKE2b-256 2235f61ccccdcc9e949ddf725fc58cb1aef6ca8760f2ef9bd238b6d245b9e1af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f315bb6dd111197b49cbdf0e69ddd7edea37b270e6c3e0221937acfbd946f8f8
MD5 57a56429515a97022da8b6ba71b82ac2
BLAKE2b-256 de9d639879dca99391a342f8580c6f90f0f79f3eae2d8fa832c1392b0bf01040

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9fe51d9755e1db3b16a673ad1e22acb0e71c4b85110c33d5f4ee91dc4e3d6563
MD5 e29a34bb85ada4daa4fc69eca098bdf9
BLAKE2b-256 6597a168446c9535cce480aeb366fc03260f6ee0b45bbc60d5fa0fe0fa687f0f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c73f3a055155ec7f0ee7e3171e6b066b793932af39312c38e7c18d45a9d80d42
MD5 e3edf0060665656c1c9faabcee102010
BLAKE2b-256 9cd38a266932b3d91c83f031210134e2d95028d24b3f78f570d5b8ca283d99b1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 11efc2d606211cd18a2dc6a4c8586905af99ac281366fad5d189fbf82b99e71a
MD5 0ac28473d21b2a537f87d5b9ae734b4e
BLAKE2b-256 99478bd160c6e31e7c4162abe2cb86a8987afbb398f0b8e66b8f7b15409c3446

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca2b1e747b2c385130f77af896925d6c2ad4e90f7984f7038195307c3c56596e
MD5 9fa4146f603fe73d300e2c638d6ea634
BLAKE2b-256 be40f66894b0e200d96347f2bcb5dbd12c1c86503d8a61194fab68f75699b8ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-manylinux_2_28_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.7-0-cp311-cp311-manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 d5455a400cb892df6fbabe8d7f7d6f8e3ce4e3393f84c872a66b55d188220da6
MD5 079d810abacec4b82b70af5e36e5ba1c
BLAKE2b-256 85795e74895093da9cced70caac540f3f24e5f25c9f58934d6f7e111afe02275

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01118a7d73d47056f04b3dc392bcd9fa84ca37ab5a25e015f60028445593572e
MD5 4c346886b5d9400e44ad6e40fd8ffc4f
BLAKE2b-256 4b75f6a6db44e18eb2a01b91e08a0143f4e05fb4dc02b837e21e197f5347e06b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de35c6fceacfd652be9f510ede9d8d24f664a92317c91d28d57e489dc466db86
MD5 43b11c7853553b1af61ed011ac44b9b7
BLAKE2b-256 095dcfe9f004454d4c2a71e174517aa25ce7af4cf1e291f4bff13305f011c4ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bbcb9bc090d0f745292838cb8f15fa3f3efeef7c09a68dad83c90d5090cf556
MD5 b1a199dbbe4e7aa1452a05f48860c78c
BLAKE2b-256 9e1d1bfb31e5e00a0abfd8d95e9e585102060fc2361af83127b88ce0d36e2101

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5b544af2ebb129f93acaef5c071d96b1d5f080bf8e1a9ba21ff8a7e3e7e3b996
MD5 bd3039f189de3b967987d2957b1a2246
BLAKE2b-256 92cee31290b61d314c6ad57e1ac64057729878207381f53cf06dd4480ef58b63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf206b634e4740d6fef1899de1c15da75a2855451515d506ee4a2c08323f394f
MD5 44bef3f84676e2520aa610e902c27179
BLAKE2b-256 daea34275eed334a401a59fc491c98b898b2c783ef5d88583c3ed79b3ee53daa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-manylinux_2_28_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.7-0-cp310-cp310-manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 80021ff3da3c05e932def7709c5ad14c90eac5bfbe2710e47852299d78997993
MD5 75959877dfc41cdf4c05433560c329b2
BLAKE2b-256 494bd701d6d1c43d3e2c6a85b108db361d8cf9425e736a3002177ffd1048c945

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 220763688c8e423a090f30cdb745d578670765faeea6deb591ce06b2a89d3610
MD5 92796733d01ea583f2d95b918966c063
BLAKE2b-256 dc4cb9c3217300e892b7bb265faf4e4436ccb76d24e920ba60b24550b9fe9d5a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ba7043e3640d9bcea65be9fe928e0d96b4999db6494a0d8e83b5b9e466c243af
MD5 aed03e35cb3348f1228d0c1bef59b189
BLAKE2b-256 855fae50b026e3146a94e4d3e412fa3fbecbf9914e4a1f22c2de0a69bd1aa3d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2be3d1171355537ebc4814e59810eea41ca5c56a2ff5f544a7f3c1eb78552a7
MD5 5711efa80d3957a9769865808aa5ab90
BLAKE2b-256 25cd9dcb791e9f981988ca8d047ef23b2730d51bc0108dfb84ae46d8e4ab2e11

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 06934b1c639c6192bf15e17822a2a50ede01d8ad5095e2abca1fbfde89afbbbf
MD5 e0618bae05c035f2bf0ed48550f9e6c2
BLAKE2b-256 12c20c124ab2ee738d48eb36e8a65e8d117136447713ed3526efe8f63b8d2e37

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 721c4c80d6bed077569d5ea0e247bb42f798b281374d45e19d0736950e97adcc
MD5 f9225b95d0c9f157d0e5e528a9cb8a78
BLAKE2b-256 85e43143ed0bf3843034deccfb897bf69d4c6d524a7d5cc906c6e2e834c72b2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-manylinux_2_28_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.7-0-cp39-cp39-manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 e5599bcb331d4d1775ae0362b282cb8cb7811a0ba580cd54225e434ecce7ab64
MD5 008616b93a6666ca53c593eddfd95756
BLAKE2b-256 dfee61ec5068ed252b768c7643945a1041f66ae259d31b7d3183869a54c1a075

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbd6230162ac09163af6370a6263bb4c50d5c1bff3d200085cf46076db880df4
MD5 e6ec0db3a364c82acaa6a7ba4cee04c6
BLAKE2b-256 f7bd6d2ab07056d2007c80d63440e5c94491ee4b86824f2d8255a2f4b616a35a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1cb75dc67ace455f0c5c5733f16627aabd2d6759b74354709fa908c8f90c0cf
MD5 1be2f3c7f2c9b386775c1cac09d8b5d9
BLAKE2b-256 e3a53f94fa161d892c1c10fdf087cab857d83d8858e7895e9ec2c32f1186a45f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dee65d65218229a4b2da61e48f05147f1c5ad89ed6d4c067926c9dbb534c0643
MD5 d0975c5d88ea3ba8da79fb7febd3b461
BLAKE2b-256 9b3c35cf0c19ed875b5574f2e3c7479da4006189dca625ee20ef8cf60a6d2c60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 db9548440c9bb49698bbcb6370670592e124ebf3517475aed27efee74f0b6736
MD5 48322f7fc614331382ec08b37c0d31a7
BLAKE2b-256 214a5aaae258b6b0e890b14c05d9acce3f424a2f1ddb6127c575619f71f5b3ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1e92b00cf3065ce1e5f86fe89256c83a3361484eba756418d48bbdf21f1e38d2
MD5 37df3d31f952707a35699a99bd49ae24
BLAKE2b-256 be3e82d3cac1ff561cd2b908a70d717269e3d2300799b02e7485c28a9f9e4c47

See more details on using hashes here.

Provenance

The following attestation bundles were made for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-manylinux_2_28_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.7-0-cp38-cp38-manylinux_2_17_i686.whl.

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-manylinux_2_17_i686.whl
Algorithm Hash digest
SHA256 b98b53f5e78b56feb9174e5a490de08d9e7009165b391c23de3fdd98323f57ed
MD5 05f89dee3a881e4add5e9c6fe97463e6
BLAKE2b-256 f129df0f5642dd9b6e9ba9060bd32d1513baa5751574074cc226fbb75fc673c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92f89f31589878d2c64adfe02335a4692f47a22ac0281ffad708f34c103f004d
MD5 c45d08d63259363ae826b2c0228fbba5
BLAKE2b-256 ffbe275b8c978aa421b83336921b8175b4438fc73c3ed0d9a7cd642d59ad4f52

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rhoban_cmeel_jsoncpp-1.9.4.7-0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ebda48e7369d30b13cc7fface40fc33ddf731fb7fe33c657a915bf1ff9c76218
MD5 aeda8f20ff7bdcb91d1503c25a99bac6
BLAKE2b-256 2c7c769c9e5535038a5b67fb12c4169aa8f0e2789a40b041f5f03bf868604cd5

See more details on using hashes here.

Provenance

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