{"id":20129287,"url":"https://github.com/openframeworks/packages","last_synced_at":"2026-05-13T19:32:32.328Z","repository":{"id":179929459,"uuid":"656872066","full_name":"openframeworks/packages","owner":"openframeworks","description":"testing space for possible apothecary replacement ","archived":false,"fork":false,"pushed_at":"2024-04-21T09:38:42.000Z","size":47,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":23,"default_branch":"main","last_synced_at":"2025-03-02T21:32:25.557Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/openframeworks.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":"2023-06-21T20:23:31.000Z","updated_at":"2024-12-23T15:28:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"5400a701-fd52-42f9-9e2d-2e0da89554df","html_url":"https://github.com/openframeworks/packages","commit_stats":null,"previous_names":["openframeworks/packages"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/openframeworks/packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openframeworks%2Fpackages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openframeworks%2Fpackages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openframeworks%2Fpackages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openframeworks%2Fpackages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openframeworks","download_url":"https://codeload.github.com/openframeworks/packages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openframeworks%2Fpackages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32997584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":[],"created_at":"2024-11-13T20:33:17.392Z","updated_at":"2026-05-13T19:32:32.312Z","avatar_url":"https://github.com/openframeworks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openFrameworks packages\n\nThis repository is the successor to [apothecary](https://github.com/openframeworks/apothecary). It is the central place where all [openFrameworks](https://github.com/openframeworks/openframeworks) dependencies are built and managed, and downloaded on-demand by openFrameworks projects.\n\nAll packages are built and served completely automated with CI, so all you have to do is commit something and wait. The package is automatically built and uploaded into the latest Release.\n\n# Overview about architectures\n\nFollowing architectures are supported:\n\n|Architecture|Description|\n|-|-|\n|x64|Your typical PC architecture, synonymous to `x86_64` or `amd64`|\n|armv7|Typical 32-bit ARM architecture with Hardware-Float, synonymous to `aarch32`. Most RPI's use this, except for RPI Zero, which uses `armv6` and does not support Hardware-Float|\n|aarch64|64-bit ARM architecture, synonymous to `armv8`. RPI 4 and onwards support this architecture (with the correct OS).|\n\nCurrently, `armv6` is not provided as it is unlikely that anyone would want to run OpenFrameworks on a Raspberry PI Zero, as it has very limited processing power and is unlikely to be enough for an OpenFrameworks application anyways.\n\nSee: https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads  \nhttps://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.1\n\nAlso, cross-compiled packages like `armv7` and `aarch64` are only available for GCC compilers.\n\n## Hosted packages\n\n|                  |     Status     |\n|-----------------:|:--------------:|\n| Windows 64       |      Done      |\n| Windows ARM64    |      Done      |\n| Windows ARM64EC  |                |\n| Linux x86_64     |      Done      |\n| Linux armv6      |  Not Planned   |\n| Linux armv7      |      Done      |\n| Linux aarch64    |      Done      |\n| MacOS 64         |                |\n| MacOS ARM64      |                |\n| Emscripten       |                |\n| iOS ARM64        |                |\n| iOS X86_64 SIM   |                |\n| iOS ARM64 SIM    |                |\n| tvOS ARM64       |                |\n| tvOS X86_64 SIM  |                |\n| tvOS ARM64 SIM   |                |\n| XROS ARM64       |                |\n| XROS X86_64 SIM  |                |\n| XROS ARM64 SIM   |                |\n| MAC CATOS ARM64  |                |\n| MAC CATOS x86_64 |                |\n| Android ARM64    |                |\n| Android X86_64   |                |\n| Android X86      |                |\n| Android ARMV7    |                |\n\nAll prebuilt binary packages can be found at:  \nhttps://github.com/openframeworks/packages/releases/tag/latest\n\nThey are intended to be downloaded by scripts, not users.\n\n## Building a package locally\n\nYou can build a single package locally, using the compiler that is being picked up by CMake.\n\n```bash\npython build.py \u003cpackage_name\u003e\n# Example: python build.py freeimage\n```\n\nThe selected package will be built locally using the compiler chosen by CMake. Thus, you can only test packages for the compiler and architecture you are running on. See the workflow files to see what environment variables to set, if you are on Linux and want to test cross-compilation locally.\n\nWhen the package finished building, an archive package consisting of all binaries, headers and CMake files will be generated in an `out/` directory.\n\nYou need a working Ninja backend.\n\nSome packages also include a `requirements.txt` file which contains pip dependencies. You might need to manually install these too.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenframeworks%2Fpackages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenframeworks%2Fpackages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenframeworks%2Fpackages/lists"}