]> git.proxmox.com Git - mirror_kronosnet.git/blame - NOTES_TO_PACKAGE_MAINTAINERS
[libnozzle] add nozzle_get_handle_by_name tests
[mirror_kronosnet.git] / NOTES_TO_PACKAGE_MAINTAINERS
CommitLineData
7d599c07
FDN
1To: distribution package maintainers
2
3Those are a few things about this project that you should know.
4
7d599c07
FDN
5I surely welcome patches to support both in a better way.
6
7DO NOT ship kronosnetd. It's an experimental piece of super
8crappy code. IF you decide to ship it anyway, you get to
9be also the upstream maintainer :-) you have been warned.
10
e3edb083 11libnozzle is a simple commodity library used only by kronosnetd.
7d599c07
FDN
12I don't mind to support it, but don't ship just for the fun of it.
13It has no users, that I know of, outside of kronosnetd.
14
15libknet is still under heavy development. There might be more
16onwire network changes that could make current version
17incompatible with newer versions. Make sure to warn your users
18about it. Plan is to release a stable version (1.0) when
19we are confident that the current implementation is stable enough.
20
5fd3755c 21libknet has a lot of build dependencies due to its modular
8dc18cb4
FDN
22implementation. It does not, however, link with all those libraries
23but uses a dlopen model to save runtime resources and provide
24flexibility to users to install only the libraries they are
25planning to use. Make sure that you do build with all feature
26enabled (compatible with your distribution licencing/patent
27policy of course) and tune your packaging to Recommend/Suggest
28the external libraries.
29
7d599c07
FDN
30Thanks
31Your upstream maintainers