# pcre **Repository Path**: etux/pcre ## Basic Information - **Project Name**: pcre - **Description**: PCRE, Perl-compatible regular expression, library has its own native API, but a set of wrapper functions that are based on the POSIX API are also supplied in the libpcreposix library. - **Primary Language**: C - **License**: Not specified - **Default Branch**: a23-rv64 - **Homepage**: https://src.fedoraproject.org/rpms/pcre - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-08 - **Last Updated**: 2023-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Anolis OS ======================================= # 代码仓库说明 ## 分支说明 >进行代码开发工作时,请注意选择当前版本对应的分支 * aX分支为对应大版本的主分支,如a8分支对应当前最新版本 * aX.Y分支为对应小版本的维护分支,如a8.2分支对应8.2版本 ## 开发流程 1. 首先fork目标分支到自己的namespace 2. 在自己的fork分支上做出修改 3. 向对应的仓库中提交merge request,源分支为fork分支