yhirose / cpp-peglib

A single file C++ header-only PEG (Parsing Expression Grammars) library
MIT License
884 stars 112 forks source link

Releases #64

Closed MoAlyousef closed 5 years ago

MoAlyousef commented 5 years ago

Hello Great library. It would be great if you had official releases of cpp-peglib even if it's only a header only library, it would make packaging and versioning possible with vcpkg and/or conan, even with cmake fetchcontent which fetches content by git tags. Thank you for your consideration.

yhirose commented 5 years ago

@MoAlyousef, thanks for the suggestion. I tagged the latest commit with v0.1.0.

MoAlyousef commented 5 years ago

Thanks. https://github.com/microsoft/vcpkg/pull/7254