Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meson build system support #176

Open
vit1251 opened this issue Jul 14, 2024 · 1 comment
Open

Meson build system support #176

vit1251 opened this issue Jul 14, 2024 · 1 comment

Comments

@vit1251
Copy link

vit1251 commented Jul 14, 2024

I am writing to kindly request your consideration in supporting the Meson build system. Meson has gained significant popularity in recent years and is frequently used in various projects due to its ease of integration and powerful capabilities.

The integration of Meson into our workflow would not only benefit many developers but also streamline our processes, making project management more efficient and robust. Given its simplicity and effectiveness, I believe this addition would be a valuable asset to our development toolkit.

Thank you for taking the time to consider this request. I am confident that embracing Meson will bring numerous advantages to our projects and I am more than willing to assist in any way possible to facilitate this transition.

@vit1251 vit1251 changed the title Meson build system suport Meson build system support Jul 14, 2024
@ibireme
Copy link
Owner

ibireme commented Jul 15, 2024

Thank you for suggesting Meson support. I understand it’s a popular build system with many advantages. However, this project uses CMake as the primary build system, with several tasks, such as tests, fuzzing, and doxygen. Maintaining two build systems would be difficult for me as I’m not very familiar with Meson.

The core of this library is simple, with just two files (yyjson.h and yyjson.c) and no dependencies. This makes it easy to integrate into other projects directly. So I suggest Meson users add yyjson to their projects by including these two files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants