fmt/9.1.0

A safe and fast alternative to printf and IOStreams.

#format#iostream#printf

Using fmt

Loading usage information…

Packages

(header-only)
package IDda39a3ee5e6b4b0d3255bfef95601890afd80709
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

options(none)
Linuxx86_64Release

package ID7c510d3b8d583cd1d18866c5110e14caaca99469
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilergcc
compiler.cppstd17
compiler.version11

optionsheader_only=False shared=True with_os_api=True
Linuxx86_64Release

package IDab63c9a7d02c6c3c8452b305f3a53c2446c7322d
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilergcc
compiler.cppstd17
compiler.version11

optionsfPIC=True header_only=False shared=False with_os_api=True
Macosarmv8Release

package ID4fdda554b6962eb1f6f9670734529ce775cb1463
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilerapple-clang
compiler.cppstd17
compiler.version13

optionsheader_only=False shared=True with_os_api=True
Macosarmv8Release

package ID68b828d3053f9c175b9f47998436b980173ae474
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilerapple-clang
compiler.cppstd17
compiler.version13

optionsfPIC=True header_only=False shared=False with_os_api=True
Macosx86_64Release

package ID4acdd27be9a6ebb29be3eb499a61c16bf33e5528
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilerapple-clang
compiler.cppstd17
compiler.version13

optionsfPIC=True header_only=False shared=False with_os_api=True
Macosx86_64Release

package ID67386db0dda200150da32967ba37eccb68574353
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilerapple-clang
compiler.cppstd17
compiler.version13

optionsheader_only=False shared=True with_os_api=True
Windowsx86_64Release

package ID088513498a222f7887c0aea66fa15afa2536dc20
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilermsvc
compiler.cppstd14
compiler.version193
compiler.runtimedynamic
compiler.runtime_typeRelease

optionsheader_only=False shared=True with_os_api=True
Windowsx86_64Release

package ID31af49c57f22376679c3dfe0701a4ef767d42fd4
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilermsvc
compiler.cppstd14
compiler.version192
compiler.runtimedynamic
compiler.runtime_typeRelease

optionsheader_only=False shared=False with_os_api=True
Windowsx86_64Release

package ID7d74b9c250e0130bbd32407dbac6a3ddad8b2368
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilermsvc
compiler.cppstd14
compiler.version192
compiler.runtimedynamic
compiler.runtime_typeRelease

optionsheader_only=False shared=True with_os_api=True
Windowsx86_64Release

package IDbed280a9c51d41820ca64294cf373083ad852aa8
Recipe revisiona1cc1c1ad7c209390807709eaa0fb590

compilermsvc
compiler.cppstd14
compiler.version193
compiler.runtimedynamic
compiler.runtime_typeRelease

optionsheader_only=False shared=False with_os_api=True

Dependencies

Loading dependencies…

MIT50abab23274d56bb8f42c94b3b9a40c7
MITdc7de7f3968e5d6b377f27b7d0f33916
MIT579bb2cdf4a7607621beea4eb4651e0f
MIT1fb24f082fabe20d28606d615ba93dfb
MIT8364f0feb23ee32e4b870455edb552ae
MIT9d84ca70128ab4b84d80140b45d76b21
MIT7b5e2770c1ccb3d4af9b4f6762135645
MIT80610fd7bcc74d4d7832ea90cae58bc8
MITc598b9c28e1f7eec80ee07216bd7fb41
MIT25441914a1da0c98628fb50c865639f8
MIT3c4332eaa7b11a34f5236d6a2fa9b8d0
MIT0b3c12f6cbfe1a2e9c5fbc3d37edbba3
MITbbbe8680898cc333ad2227c77a09538f
MITe54472ce6b7063fdf7ad522701b9953c
MITa1cc1c1ad7c209390807709eaa0fb590
MIT55a689e8dd9dc27d3046e27e5042b7b8
MITd66420384a943dbf1f292d34ef34c11c
MITbc9b33b87f5b788eadd298a1d490f825
!7754cbf7c590947c4f022a25a2c9e72a
MIT7a5de0bea11e21212f3931c4318252fc
!0f4e303432c59ec767ae8e94657f8fbd
!ee3d1e687b96799bb621b45b91814b91
!3f76963453e500d2f3d8c4af6e829db6
!31bade33eefdb289bfb42e14e05f1998
!7c8c4e82f35511b6ea0ec6b6316cc74a
!3ff182c8d2c755dbf48b4154ebc099a9
MIT6655cb6e173b15ab129a6d4675c02faa
!9c37d822227eac052094887f206980c9
!92f9bffa9d7c26e669c8f2c092307685
!f1b766d39d8c39ab13ab3f88b7dcf0d5
!62317901324a4a23487e2ee2ee90f1e0
!866adde48c099682ab8b96004e1b40a4
MIT62e4018068cae6a8831fd7f493addffa

🔍 Ready to secure your dependencies in seconds?

  1. Register for free at audit.conan.io/register.
  2. Save your token and activate it via the confirmation email you receive.
  3. Configure Conan to use your token:
    conan audit provider auth conancenter --token=<token>
  4. Scan for vulnerabilities:
    # Check a specific reference
    conan audit list fmt/9.1.0
    # Scan the entire dependency graph
    conan audit scan --requires=fmt/9.1.0

Note: For more details on the Conan Audit command, please read this post.

Tip: To avoid exposing your token in shell history, authenticate using an environment variable (e.g. CONAN_AUDIT_PROVIDER_TOKEN_CONANCENTER=<token>). For more info, see the documentation.

conanv9.1.0
[![Conan Center](https://img.shields.io/conan/v/fmt)](https://conan.io/center/recipes/fmt)