{"id":44332401,"url":"https://github.com/bringauto/package-tracker","last_synced_at":"2026-02-11T10:09:57.811Z","repository":{"id":133624149,"uuid":"471430672","full_name":"bringauto/package-tracker","owner":"bringauto","description":"CMake-lib and BringAuto Packager together!","archived":false,"fork":false,"pushed_at":"2025-04-02T14:45:45.000Z","size":43,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T14:49:21.701Z","etag":null,"topics":["bacpack-system","cmakelib","packager"],"latest_commit_sha":null,"homepage":"","language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bringauto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-18T15:58:16.000Z","updated_at":"2025-04-02T14:45:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"221de668-df9f-46f8-b5a1-20594cc0c6e2","html_url":"https://github.com/bringauto/package-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bringauto/package-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fpackage-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fpackage-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fpackage-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fpackage-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bringauto","download_url":"https://codeload.github.com/bringauto/package-tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringauto%2Fpackage-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29331747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bacpack-system","cmakelib","packager"],"created_at":"2026-02-11T10:09:56.808Z","updated_at":"2026-02-11T10:09:57.805Z","avatar_url":"https://github.com/bringauto.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# BringAuto Package Tracker\n\nBringAuto package tracker based on [BringAuto Packager] and [CMake-lib]\n\n## Usage\n\n```\n# Add package - download, cache and populate\nBA_PACKAGE_LIBRARY(nlohmann-json v3.10.5 PLATFORM_STRING_MODE any_machine)\n# Find package as described in the library manual \nFIND_PACKAGE(nlohmann_json 3.2.0 REQUIRED)\n```\n\nFull example: [example/]\n\n## Requirements\n\n- [CMake-lib] with STORAGE component enabled. One of the storage entry must points to this repo.\n- Package repository that is complain with [BringAuto Packager] package repository structure.\n\n\n## Macros\n\n- `BA_PACKAGE_LIBRARY` downloads and init package build by [BringAuto Packager]\n- `BA_PACKAGE_DEPS_IMPORTED` installs all imported linked dependencies for a given target\n- `BA_PACKAGE_DEPS_SET_TARGET_RPATH` update R/RUNPATH for a given target\n\n## Settings\n\n- `REVISION` - git revision to use when accessing Package repository. Default: master\n```cmake\n# Set REVISION to revision_update\nBA_PACKAGE_VARS_SET(REVISION deps_update)\n# Obtain nlohmanjson not from default branch but from deps_update branch\nBA_PACKAGE_LIBRARY(nlohmann-json v3.10.5 PLATFORM_STRING_MODE any_machine)\n```\n\n## FAQ\n\n### Q: Package not found even if it exists in the remote repository\n\nMake sure you choosed correct `PLATFORM_STRING_MODE`.\n\nIf package is not bound to the architecture or Linux distro this context info must be passed down by the `PLATFORM_STRING_MODE`.\n\n### Q: Package conflict if I want to build my project by second build type\n\nIf you want to use same cache path for Release and Debug build type\nyou must ensure that the package differ between Debug/Release build config\nand does not have files with the same path.\n\nIf you have a package that has a same content for Debug and Release you need to\nuse `NO_DEBUG ON` in `BA_PACKAGE_LIBRARY` otherwise the conflict occure.\n\n(Look at [example/] for quick overview)\n\n\n\n[BringAuto Packager]: https://github.com/bringauto/packager\n[CMake-lib]: https://github.com/cmakelib/cmakelib\n[example/]: example/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbringauto%2Fpackage-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbringauto%2Fpackage-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbringauto%2Fpackage-tracker/lists"}