-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[question] providing applications to cci? #5839
Comments
Hi @derived-coder! I am movig this issue to the conan-center-index repository for further discussion as this is not related to the conan client but to conan center. Thank you! |
Are those tools open-source? Are they developed using C++?
You can read the packaging policy here (https://github.com/conan-io/conan-center-index/blob/master/docs/packaging_policy.md). The general rule is that all packages have to be built from sources. |
I am not sure whether they are developed with C++, but these are tools that I saw needed by other C++ libraries for code generation or documentation. So when they are buildable via source, I could add recipes for it? |
This is a place for C/C++ packages, not a binary distribution service. If those tools are written in C/C++ they are more than welcome, if they are needed to build other packages we will think about how we can provide them (we can install them in the CI machines and create an |
Mono and Java are written in C/C++ as foundation, but the big parte is in written in C#/Java then As definition, this would mean I can only add mono/java recipes? |
IMHO, those packages are not meant for ConanCenter, they are not C/C++ or tools required by the C/C++ ecosystem. What is the use-case you are trying to cover? Why do you think ConanCenter could be a good place to add those recipes? I think it would be helpful if we are able to know about the full picture. Thanks! |
|
Which libraries are requiring these tools? Is there any pull-request blocked because of this? |
As said here, same about final applications: if they are useful for other libraries or to the C++ ecosystem, let's go with them. |
I would like to see recipes for tools like:
mono, plantuml, java, etc...
i.e. Applications
The text was updated successfully, but these errors were encountered: