Definition at line 4 of file conanfile.py.
|
| str | name = "mcap" |
| |
| str | version = "2.1.0" |
| |
| str | url = "https://github.com/foxglove/mcap" |
| |
| str | homepage = "https://github.com/foxglove/mcap" |
| |
| str | description = "A C++ implementation of the MCAP file format" |
| |
| str | license = "MIT" |
| |
| tuple | topics = ("mcap", "serialization", "deserialization", "recording") |
| |
| tuple | settings = ("os", "compiler", "build_type", "arch") |
| |
| tuple | requires = ("lz4/1.9.4", "zstd/1.5.2") |
| |
| str | generators = "cmake" |
| |
◆ configure()
| conanfile.McapConan.configure |
( |
|
self | ) |
|
◆ package()
| conanfile.McapConan.package |
( |
|
self | ) |
|
◆ package_id()
| conanfile.McapConan.package_id |
( |
|
self | ) |
|
◆ validate()
| conanfile.McapConan.validate |
( |
|
self | ) |
|
◆ description
| str conanfile.McapConan.description = "A C++ implementation of the MCAP file format" |
|
static |
◆ generators
| str conanfile.McapConan.generators = "cmake" |
|
static |
◆ homepage
| str conanfile.McapConan.homepage = "https://github.com/foxglove/mcap" |
|
static |
◆ license
| str conanfile.McapConan.license = "MIT" |
|
static |
◆ name
| str conanfile.McapConan.name = "mcap" |
|
static |
◆ requires
| tuple conanfile.McapConan.requires = ("lz4/1.9.4", "zstd/1.5.2") |
|
static |
◆ settings
| tuple conanfile.McapConan.settings = ("os", "compiler", "build_type", "arch") |
|
static |
◆ topics
| tuple conanfile.McapConan.topics = ("mcap", "serialization", "deserialization", "recording") |
|
static |
◆ url
| str conanfile.McapConan.url = "https://github.com/foxglove/mcap" |
|
static |
◆ version
| str conanfile.McapConan.version = "2.1.0" |
|
static |
The documentation for this class was generated from the following file: