# sfparse **Repository Path**: s1257178372/sfparse ## Basic Information - **Project Name**: sfparse - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-08 - **Last Updated**: 2025-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README sfparse - Structured Field Values parser ======================================== sfparse is a `RFC 9651 `_ Structured Field Values parser written in C. `Online documentation `_ is available. `examples.c `_ contains usage examples of this library. Build from git --------------- .. code-block:: shell $ git clone https://github.com/ngtcp2/sfparse $ cd sfparse $ git submodule update --init $ autoreconf -i $ ./configure $ make -j$(nproc) check