tree: 1de8c35360887470847adf7602f1953b13fc43df
  1. overlay/
  2. patches/
  3. MODULE.bazel
  4. presubmit.yml
  5. README.md
  6. source.json
modules/behaviortree_cpp/4.7.0.bcr.3/README.md

Notes to help generating patch files

To create the no_contrib_deps.patch file, run the following commands:

rg -l behaviortree_cpp/contrib/json.hpp | xargs sed -i -e 's;behaviortree_cpp/contrib/json.hpp;nlohmann/json.hpp;g'
rg -l behaviortree_cpp/contrib/magic_enum.hpp | xargs sed -i -e 's;behaviortree_cpp/contrib/magic_enum.hpp;magic_enum/magic_enum.hpp;g'