Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.2.2 |
README
libyaml_vendor
CMake wrapper downloading and building libyaml
Quality Declaration files
Quality declaration for this package: libyaml_vendor QD.
Quality declaration of external dependency libyaml.
CONTRIBUTING
Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
Contributors must sign-off each commit by adding a Signed-off-by: ...
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
Developer Certificate of Origin (DCO).
Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2023-02-13 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.5.0 |
README
libyaml_vendor
CMake wrapper to provide libyaml.
The CMake script in this package checks if a libyaml
that has exactly the version required by ROS 2 is available in the system.
If such libyaml
is available in the system, it only installs a Findyaml.cmake
CMake find module,
to ensure that the library can be always found via:
find_package(yaml REQUIRED)
and linked via:
target_link_libraries(<target> PRIVATE yaml)
even if no CMake config file for yaml
is installed in the system.
If a libyaml
that has exactly the version required by ROS 2 is not available in the system, then it downloads and installs
libyaml
as part of this package thanks to CMake’s ExternalProject module.
The FORCE_BUILD_VENDOR_PKG
CMake option (that by default is OFF
) is provided to allow forcing a libyaml
build, regardless
of what can be found in the system.
Quality Declaration files
Quality declaration for this package: libyaml_vendor QD.
Quality declaration of external dependency libyaml.
CONTRIBUTING
Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
Contributors must sign-off each commit by adding a Signed-off-by: ...
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
Developer Certificate of Origin (DCO).
Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-04-16 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.6.3 |
README
libyaml_vendor
CMake wrapper to provide libyaml.
The CMake script in this package checks if a libyaml
that has exactly the version required by ROS 2 is available in the system.
If such libyaml
is available in the system, it only installs a Findyaml.cmake
CMake find module,
to ensure that the library can be always found via:
find_package(yaml REQUIRED)
and linked via:
target_link_libraries(<target> PRIVATE yaml)
even if no CMake config file for yaml
is installed in the system.
If a libyaml
that has exactly the version required by ROS 2 is not available in the system, then it downloads and installs
libyaml
as part of this package thanks to CMake’s ExternalProject module.
The FORCE_BUILD_VENDOR_PKG
CMake option (that by default is OFF
) is provided to allow forcing a libyaml
build, regardless
of what can be found in the system.
Quality Declaration files
Quality declaration for this package: libyaml_vendor QD.
Quality declaration of external dependency libyaml.
CONTRIBUTING
Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
Contributors must sign-off each commit by adding a Signed-off-by: ...
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
Developer Certificate of Origin (DCO).
Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2024-10-04 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.7.0 |
README
libyaml_vendor
CMake wrapper to provide libyaml.
The CMake script in this package checks if a libyaml
that has exactly the version required by ROS 2 is available in the system.
If such libyaml
is available in the system, it only installs a Findyaml.cmake
CMake find module,
to ensure that the library can be always found via:
find_package(yaml REQUIRED)
and linked via:
target_link_libraries(<target> PRIVATE yaml)
even if no CMake config file for yaml
is installed in the system.
If a libyaml
that has exactly the version required by ROS 2 is not available in the system, then it downloads and installs
libyaml
as part of this package thanks to CMake’s ExternalProject module.
The FORCE_BUILD_VENDOR_PKG
CMake option (that by default is OFF
) is provided to allow forcing a libyaml
build, regardless
of what can be found in the system.
Quality Declaration files
Quality declaration for this package: libyaml_vendor QD.
Quality declaration of external dependency libyaml.
CONTRIBUTING
Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
Contributors must sign-off each commit by adding a Signed-off-by: ...
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
Developer Certificate of Origin (DCO).
Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | bouncy |
Last Updated | 2018-06-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.0.0 |
README
libyaml_vendor
CMake wrapper downloading and building libyaml
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | crystal |
Last Updated | 2018-06-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.0.0 |
README
libyaml_vendor
CMake wrapper downloading and building libyaml
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | eloquent |
Last Updated | 2018-06-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.0.0 |
README
libyaml_vendor
CMake wrapper downloading and building libyaml
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | dashing |
Last Updated | 2018-06-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.0.0 |
README
libyaml_vendor
CMake wrapper downloading and building libyaml
CONTRIBUTING
Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2021-04-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.2.0 |
README
libyaml_vendor
CMake wrapper downloading and building libyaml
Quality Declaration files
Quality declaration for this package: libyaml_vendor QD.
Quality declaration of external dependency libyaml.
CONTRIBUTING
Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
Contributors must sign-off each commit by adding a Signed-off-by: ...
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
Developer Certificate of Origin (DCO).
Repository Summary
Checkout URI | https://github.com/ros2/libyaml_vendor.git |
VCS Type | git |
VCS Version | foxy |
Last Updated | 2021-04-14 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
libyaml_vendor | 1.0.4 |
README
libyaml_vendor
CMake wrapper downloading and building libyaml
Quality Declaration files
Quality declaration for this package: libyaml_vendor QD.
Quality declaration of external dependency libyaml.
CONTRIBUTING
Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
Contributors must sign-off each commit by adding a Signed-off-by: ...
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
Developer Certificate of Origin (DCO).