Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osvegn/libparser
Library to parse argument into options
https://github.com/osvegn/libparser
argument-parser argument-parsing arguments c library parser parser-library parsing
Last synced: about 1 month ago
JSON representation
Library to parse argument into options
- Host: GitHub
- URL: https://github.com/osvegn/libparser
- Owner: osvegn
- Created: 2023-07-17T11:40:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T06:16:30.000Z (11 months ago)
- Last Synced: 2023-12-18T07:29:13.737Z (11 months ago)
- Topics: argument-parser, argument-parsing, arguments, c, library, parser, parser-library, parsing
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# libparser
Simple libc parser to parse arguments.
Use it in your project to easy parse and use arguments.## Platform
Linux: Build and tested
Windows: Build only
Macos: Build only## Tests
A summary of tests is provided [here](https://github.com/osvegn/libparser/blob/main/tests/coverage_report.txt).
## How to build
### Build lib
```bash
cmake -B build
```### Build
```bash
cmake --build build
```### Run tests
```
cmake -B build -DTESTING=ON
cmake --build build
```## Contribute
No specification, ask for feature by creating issue or creating pull requests with changes.## Contact
[osvegn]([email protected])