{"id":15099164,"url":"https://github.com/sbwml/openwrt-curl-prebuilt","last_synced_at":"2025-10-08T05:30:24.297Z","repository":{"id":229100128,"uuid":"775769225","full_name":"sbwml/openwrt-curl-prebuilt","owner":"sbwml","description":"Building libcurl with HTTP/3 and QUIC support","archived":true,"fork":false,"pushed_at":"2024-06-06T22:28:40.000Z","size":5,"stargazers_count":10,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-02T06:41:29.266Z","etag":null,"topics":["curl","http3","ipk","openwrt","prebuilt","quic"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbwml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-03-22T02:16:07.000Z","updated_at":"2024-07-28T10:52:12.000Z","dependencies_parsed_at":"2024-03-22T03:27:20.866Z","dependency_job_id":"37919e65-d6a6-4f1f-a57c-5f119c67ab0b","html_url":"https://github.com/sbwml/openwrt-curl-prebuilt","commit_stats":null,"previous_names":["sbwml/openwrt-curl-prebuilt"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbwml%2Fopenwrt-curl-prebuilt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbwml%2Fopenwrt-curl-prebuilt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbwml%2Fopenwrt-curl-prebuilt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbwml%2Fopenwrt-curl-prebuilt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbwml","download_url":"https://codeload.github.com/sbwml/openwrt-curl-prebuilt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235683861,"owners_count":19029079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["curl","http3","ipk","openwrt","prebuilt","quic"],"created_at":"2024-09-25T17:06:50.518Z","updated_at":"2025-10-08T05:30:18.980Z","avatar_url":"https://github.com/sbwml.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eopenwrt-23.05 CURL HTTP/3 prebuilt packages\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" src=\"https://camo.githubusercontent.com/dbd28ee76842c78a7114d06a44fb14d70ef6a9892463de18b3602ae14854e5e4/68747470733a2f2f6375726c2e73652f6c6f676f2f6375726c2d6c6f676f2e737667\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cb\u003ebuild curl library with quictls + libngtcp2 + libnghttp3\u003c/b\u003e\n\u003c/p\u003e\n\n-----------\n\n## package source\n\n- **curl:** [https://github.com/openwrt/packages](https://github.com/openwrt/packages/tree/openwrt-23.05/net/curl)\n- **openssl:** [https://github.com/openwrt/openwrt](https://github.com/openwrt/openwrt/tree/openwrt-23.05/package/libs/openssl)\n  \n  **quictls patch:** [https://github.com/sbwml/r4s_build_script](https://github.com/sbwml/r4s_build_script/tree/master/openwrt/patch/openssl/quic)\n  \n- **ngtcp2:** https://github.com/sbwml/package_libs_ngtcp2\n- **nghttp3:** https://github.com/sbwml/package_libs_nghttp3\n\n## curl configuration\n\n```py\nCONFIG_LIBCURL_COOKIES=y\nCONFIG_LIBCURL_FILE=y\nCONFIG_LIBCURL_FTP=y\nCONFIG_LIBCURL_HTTP=y\nCONFIG_LIBCURL_NGHTTP2=y\nCONFIG_LIBCURL_NGHTTP3=y\nCONFIG_LIBCURL_NGTCP2=y\nCONFIG_LIBCURL_NO_SMB=\"!\"\nCONFIG_LIBCURL_OPENSSL=y\nCONFIG_LIBCURL_PROXY=y\nCONFIG_LIBCURL_UNIX_SOCKETS=y\n# CONFIG_LIBCURL_CRYPTO_AUTH is not set\n# CONFIG_LIBCURL_DICT is not set\n# CONFIG_LIBCURL_GNUTLS is not set\n# CONFIG_LIBCURL_GOPHER is not set\n# CONFIG_LIBCURL_IMAP is not set\n# CONFIG_LIBCURL_LDAP is not set\n# CONFIG_LIBCURL_LIBCURL_OPTION is not set\n# CONFIG_LIBCURL_LIBIDN2 is not set\n# CONFIG_LIBCURL_MBEDTLS is not set\n# CONFIG_LIBCURL_NOSSL is not set\n# CONFIG_LIBCURL_POP3 is not set\n# CONFIG_LIBCURL_RTSP is not set\n# CONFIG_LIBCURL_SMTP is not set\n# CONFIG_LIBCURL_SSH2 is not set\n# CONFIG_LIBCURL_TELNET is not set\n# CONFIG_LIBCURL_TFTP is not set\n# CONFIG_LIBCURL_THREADED_RESOLVER is not set\n# CONFIG_LIBCURL_TLS_SRP is not set\n# CONFIG_LIBCURL_VERBOSE is not set\n# CONFIG_LIBCURL_WOLFSSL is not set\n# CONFIG_LIBCURL_ZLIB is not set\n# CONFIG_LIBCURL_ZSTD is not set\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbwml%2Fopenwrt-curl-prebuilt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbwml%2Fopenwrt-curl-prebuilt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbwml%2Fopenwrt-curl-prebuilt/lists"}