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

modularise project #550

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

christianrauch
Copy link

This adds a couple of options to the project to modularise which parts are built. For example, the tests are only useful for CI to check if changes break functionality and man pages are only useful for installed packages. They shouldn't be built every time the library is built.

In general, the idea is to give the user control about which interfaces (C API, socket, pipe) are built and installed.

@heeplr
Copy link

heeplr commented Nov 25, 2023

This seems incredibly useful without adding side effects. Is something blocking this?

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

Successfully merging this pull request may close these issues.

None yet

2 participants