{"id":14156534,"url":"https://github.com/cfillion/reapack","last_synced_at":"2026-04-07T04:04:18.235Z","repository":{"id":43612569,"uuid":"46678426","full_name":"cfillion/reapack","owner":"cfillion","description":"📦 Package manager for REAPER","archived":false,"fork":false,"pushed_at":"2025-12-04T12:04:08.000Z","size":3089,"stargazers_count":388,"open_issues_count":23,"forks_count":25,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-12-06T15:24:35.941Z","etag":null,"topics":["package-manager","reapack","reaper","reaper-plugin","wdl"],"latest_commit_sha":null,"homepage":"https://reapack.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cfillion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"cfillion","custom":["https://reapack.com/donate","https://paypal.me/cfillion"]}},"created_at":"2015-11-22T20:26:14.000Z","updated_at":"2025-12-04T09:22:58.000Z","dependencies_parsed_at":"2023-11-11T15:23:03.480Z","dependency_job_id":"abd5b4fd-4bb8-415f-ab29-1516386d8495","html_url":"https://github.com/cfillion/reapack","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/cfillion/reapack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfillion%2Freapack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfillion%2Freapack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfillion%2Freapack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfillion%2Freapack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfillion","download_url":"https://codeload.github.com/cfillion/reapack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfillion%2Freapack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31499217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["package-manager","reapack","reaper","reaper-plugin","wdl"],"created_at":"2024-08-17T08:05:58.645Z","updated_at":"2026-04-07T04:04:18.204Z","avatar_url":"https://github.com/cfillion.png","language":"C++","funding_links":["https://github.com/sponsors/cfillion","https://reapack.com/donate","https://paypal.me/cfillion","https://www.paypal.com/cgi-bin/webscr?business=T3DEWBQJAV7WL\u0026cmd=_donations\u0026currency_code=CAD\u0026item_name=ReaPack%3A+Package+manager+for+REAPER"],"categories":["Music \u0026 Audiophile","package-manager","C++"],"sub_categories":[],"readme":"# ReaPack: Package manager for REAPER\n\n[![Build status](https://ci.appveyor.com/api/projects/status/hq0g2nleele3pqrl/branch/master?svg=true)](https://ci.appveyor.com/project/cfillion/reapack/branch/master)\n[![Donate](https://img.shields.io/badge/donate-paypal-orange.svg)](https://www.paypal.com/cgi-bin/webscr?business=T3DEWBQJAV7WL\u0026cmd=_donations\u0026currency_code=CAD\u0026item_name=ReaPack%3A+Package+manager+for+REAPER)\n\nVisit the [ReaPack website](https://reapack.com/) for ready-to-use binaries,\nthe user guide or the package upload tool.\n\n## Building from source\n\nClone the repository and submodules:\n\n    git clone --recursive --shallow-submodules https://github.com/cfillion/reapack.git\n\n### Prerequisites\n\nSoftware requirements:\n\n- [CMake](https://cmake.org/) 3.15 or newer\n- C++17 compiler (MSVC on Windows)\n- PHP (Linux and macOS only)\n\n#### Linux\n\nInstall the following libraries (and development headers if your system provides\nthem separately):\n\n- [Boost](https://www.boost.org/) (1.56 or later)\n- [Catch2](https://github.com/catchorg/Catch2) (3.0 or later)\n- [libcurl](https://curl.haxx.se/libcurl/)\n- [libxml2](http://www.xmlsoft.org/)\n- [OpenSSL](https://www.openssl.org/) or compatible\n- [SQLite](https://www.sqlite.org/)\n- [zlib](https://www.zlib.net/)\n\n#### macOS\n\nInstall Boost and Catch2 using [Homebrew](https://brew.sh) (recommended).\nThe build tools can be installed using `xcode-select --install` or the Xcode IDE.\n\n#### Windows\n\nMSVC can be installed with the [Build Tools for Visual Studio](\nhttps://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools)\nor the Visual Studio IDE.\n\nUse the x64 or x86 Native Tools Command Prompt for VS 20XX matching the target\narchitecture when configuring or building ReaPack.\n\nInstall [vcpkg](https://docs.microsoft.com/cpp/build/vcpkg) in any directory:\n\n    git clone https://github.com/Microsoft/vcpkg.git C:\\path\\to\\vcpkg\n\nSet `VCPKG_TARGET_TRIPLET` and `CMAKE_TOOLCHAIN_FILE` when creating the build\ntree:\n\n    -DVCPKG_TARGET_TRIPLET=%PLATFORM%-windows-static\n    -DCMAKE_TOOLCHAIN_FILE=C:\\path\\to\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake\n\n### Build configuration\n\nCreate and configure a new build tree inside of the `build` directory.\n\n    cmake -B build -DCMAKE_BUILD_TYPE=Debug\n\nUsing the [Ninja](https://ninja-build.org/) generator is recommended for\nbest performance:\n\n    cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug\n\nAlternatively, multiple build trees can be created if desired:\n\n    cmake -B build/debug    -DCMAKE_BUILD_TYPE=Debug\n    cmake -B build/release  -DCMAKE_BUILD_TYPE=Release\n    cmake -B build/portable -DCMAKE_BUILD_TYPE=RelWithDebInfo \\\n      -DCMAKE_INSTALL_PREFIX=/path/to/reaper/portable/install\n\n### Compile and install\n\nTo compile a build tree:\n\n    cmake --build build\n\nTo install ReaPack into your REAPER installation after building:\n\n    cmake --build build --target install\n\nThe following targets are available:\n\n- **`all`**: Build ReaPack (default target)\n- **`clean`**: Delete all generated files\n  (can be run before building another target using `--clean-first`)\n- **`install`**: Build and install ReaPack into REAPER's resource directory\n  (as specified in `CMAKE_INSTALL_PREFIX`)\n- **`test`**: Build and run the test suite\n\n### Cross-compilation\n\n#### Linux\n\n`g++-$TOOLCHAIN_PREFIX` will be used when compiling for architectures other than\ni686. Libraries for the target architecture are expected to be in\n`/usr/{include,lib}/$TOOLCHAIN_PREFIX`, `/usr/$TOOLCHAIN_PREFIX/{include,lib}`\nor `/usr/lib32`.\n\n    ARCH=i686 TOOLCHAIN_PREFIX=i386-linux-gnu \\\n      cmake -B build/i686 -DCMAKE_TOOLCHAIN_FILE=cmake/linux-cross.cmake\n\n    ARCH=armv7l TOOLCHAIN_PREFIX=arm-linux-gnueabihf \\\n      cmake -B build/arm32 -DCMAKE_TOOLCHAIN_FILE=cmake/linux-cross.cmake\n\n    ARCH=aarch64 TOOLCHAIN_PREFIX=aarch64-linux-gnu \\\n      cmake -B build/arm64 -DCMAKE_TOOLCHAIN_FILE=cmake/linux-cross.cmake\n\n#### macOS\n\nmacOS 10.14 or older, Xcode 9 and the latest Clang (`brew install llvm`) are\nrequired for producing 32-bit builds.\n\n    cmake -B build \\\n      -DCMAKE_BUILD_TYPE=Release \\\n      -DCMAKE_OSX_ARCHITECTURES=i386 \\\n      -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 \\\n      -DCMAKE_TOOLCHAIN_FILE=cmake/brew-llvm.cmake\n\n## Support and feedback\n\nAsk any ReaPack-releated questions in the\n[ReaPack forum thread](https://forum.cockos.com/showthread.php?t=177978).\nQuestions related to development or packaging can be asked in the\n[development thread](https://forum.cockos.com/showthread.php?t=169127).\n\nReport bugs or request features in the\n[issue tracker](https://github.com/cfillion/reapack/issues).\nSend code contributions as pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfillion%2Freapack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfillion%2Freapack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfillion%2Freapack/lists"}