This directory contains package manager-specific files organized by package manager.
packaging/
├── conan/
│ ├── test_package/ # Conan verification test
│ └── example/ # Complete usage example
└── README.md # This file
See docs/conan_usage.md for details.
conan create . --build=missing --test-folder=packaging/conan/test_packageJsonFusion is available in the official vcpkg registry. See docs/vcpkg_usage.md for details.
Uses library.json at the repository root.
See docs/PLATFORMIO.md for details.