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

make pkgutil.{cpp,h} as external library? #3

Open
sighook opened this issue Jan 14, 2024 · 0 comments
Open

make pkgutil.{cpp,h} as external library? #3

sighook opened this issue Jan 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sighook
Copy link
Contributor

sighook commented Jan 14, 2024

Is it a good idea to make pkgutil.{cpp,h} as external library? Something like libpkgutil.{so,a}. Should we keep these files in the pkgutils project?

There are not so many lines of code:

$ wc -l pkgutil.*
 1109 pkgutil.cpp
  120 pkgutil.h
 1229 total

We can provide dynamic and static linking support and make an availability not only to pkg{add,info,rm} to link against it, but to pkgman too.

@sighook sighook added the enhancement New feature or request label Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant