Libraries that are being shown in Sourcerer profiles.
See Troubleshooting and CONTRIBUTING.md
before filing an issue or creating a pull request.
Sourcerer takes a list of libraries it knows from language
.json and tries to determine the library used by each line of code.
The result is used to produce library statistics in Tech section and the technology with the largest number of code lines in Repository facts section.
If Sourcerer doesn't know about library you work with, consider contributing to Libraries by opening a pull request to add support for your library.
Sourcerer relies on statistical classifier to predict library for a code line, so mistakes are possible. Search for open issues to see if anyone else has already reported the issue. Any information you can add, especially links to public repositories, is helpful.
It could be for a few reasons:
- Sourcerer doesn't know about the library that is central for your repository.
- The number of code lines using the expected library is less than for the library that is actually shown.
If Sourcerer doesn't know about the library, consider contributing to Libraries by opening a pull request to add support for your library.
Please check out our contributing guidelines.