{"id":19492848,"url":"https://github.com/oatpp/oatpp-openwrt-feed","last_synced_at":"2026-03-01T18:33:59.383Z","repository":{"id":98398004,"uuid":"236012462","full_name":"oatpp/oatpp-openwrt-feed","owner":"oatpp","description":"Oat++ for OpenWRT","archived":false,"fork":false,"pushed_at":"2020-06-10T05:45:56.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-25T18:27:50.878Z","etag":null,"topics":["oatpp","openwrt"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oatpp.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}},"created_at":"2020-01-24T13:58:18.000Z","updated_at":"2024-01-20T07:22:51.000Z","dependencies_parsed_at":"2023-03-13T16:01:24.688Z","dependency_job_id":null,"html_url":"https://github.com/oatpp/oatpp-openwrt-feed","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"2c0f851864912750e1140560f336940764771ad8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oatpp/oatpp-openwrt-feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Foatpp-openwrt-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Foatpp-openwrt-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Foatpp-openwrt-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Foatpp-openwrt-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oatpp","download_url":"https://codeload.github.com/oatpp/oatpp-openwrt-feed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oatpp%2Foatpp-openwrt-feed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29978766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"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":["oatpp","openwrt"],"created_at":"2024-11-10T21:23:20.046Z","updated_at":"2026-03-01T18:33:59.354Z","avatar_url":"https://github.com/oatpp.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oat++ OpenWRT feed\n\n## Description\n\nThis is the Oat++ OpenWRT-feed containing build-scripts, options and patches for applications, modules and libraries provided by Oat++.\n\nOat++ is the modern Web Framework for C++. It's fully loaded and contains all necessary components for\neffective production level development. It's also light and has small memory footprint.\n\n- [Website](https://oatpp.io/)\n- [Docs](https://oatpp.io/docs/start/)\n- [Api Reference](https://oatpp.io/api/latest/)\n- [Supported Platforms](https://oatpp.io/supported-platforms/)\n- Latest Benchmarks: [5 Million WebSockets](https://oatpp.io/benchmark/websocket/5-million/)\n\n**Join the community**\n- Join discussion on **Gitter**. [oat++ framework/Lobby](https://gitter.im/oatpp-framework/Lobby)\n- Follow us on **Twitter** for latest news. [@oatpp_io](https://twitter.com/oatpp_io)\n- Join community on **Reddit**. [r/oatpp](https://www.reddit.com/r/oatpp/)\n\n## Usage\n\nThis repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: [OpenWrt Buildroot – Installation](https://openwrt.org/docs/guide-developer/build-system/install-buildsystem) on the OpenWrt support site.\n\nTo install this feed and all its package definitions, run the following in your OpenWRT root-folder:\n```\necho \"src-git oatpp https://github.com/oatpp/oatpp-openwrt-feed.git\" \u003e\u003e ./feeds.conf\n./scripts/feeds update oatpp\n./scripts/feeds install -a -p oatpp\n```\n\nOat++ libraries and options are located in `Libraries/Oat++`.\n\n### Note on Oat++-LibreSSL\nWe do not bundle a working LibreSSL recipe/makefile for OpenWRT. You have to create you own to fit your needs.\nOpenWRT only ships OpenSSL-1.1 which is not compatible with LibreSSL.\n\n## Configurations\n\nOat++-OpenWRT behaves differently on OpenWRT then it's non-embedded version.\nLibraries are build as shared objects instead of static libraries, the test-lib is not installed and libraries are symlinked to `/usr/lib`.\n\n### Main-Module\n\n#### OATPP_BUILD_TYPE\nBuild Oat++ libraries and moduels as static or shared libraries. (Default: Shared)\n\n#### OATPP_VERSIONIZE\nBy default, Oat++ is installed to `/usr/lib/oatpp.so`\nTo match the desktop-behaviour Oat++ can be installed to `/usr/lib/oatpp-\u003cversion\u003e/oatpp.so` with this switch \n\n#### OATPP_INSTALL_TEST_LIB\nInstall the Oat++ testing library. (default: no)\n\n#### OATPP_INSTALL_TEST_BIN\nInstall the Oat++ testing binary. (default: no, depends on `OATPP_INSTALL_TEST_LIB`)\n\n### LibreSSL\n\n#### OATPP_LIBRESSL_INSTALL_TEST_BIN\nInstall the Oat++-LibreSSL testing binary. (default: no, depends on `OATPP_INSTALL_TEST_LIB`)\n\n### Swagger\n\n#### OATPP_SWAGGER_INSTALL_UI\nInstall the Swagger-UI resources to `/usr/share/oatpp-$(PKG_VERSION)/bin/oatpp-swagger/res`\n(default: y, why would you install swagger if not?)\n\n#### OATPP_SWAGGER_INSTALL_TEST_BIN\nInstall the Oat++-Swagger testing binary. (default: no, depends on `OATPP_INSTALL_TEST_LIB`)\n\n### Websocket\n\n#### OATPP_SWAGGER_INSTALL_TEST_BIN\nInstall the Oat++-Websocket testing binary. (default: no, depends on `OATPP_INSTALL_TEST_LIB`)\n\n## License\n\nSee [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foatpp%2Foatpp-openwrt-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foatpp%2Foatpp-openwrt-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foatpp%2Foatpp-openwrt-feed/lists"}