Add support of Opam package manager #2130
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks taking the time to contribute. This template should help guide you through the process of creating a pull request for review. Please erase any part of this template that is not relevant to your pull request:
If so then please replace this section with a link to the ticket(s) it addressed, an explanation of your change and why you think we should include it. Thanks again!
Addresses the Opam request in issue #2043 . I thought I'd try tackling something a little meatier...
Methods implemented
Constants implemented
When I was working on this, it returned a little over 1500 projects, including projects that are being regularly maintained. Because of this, I believe that tracking this package manager aligns with the vision of Libraries.io
Adding versions and dependencies in the future is doable, but it would require a great deal of complex html extraction that I wasn't comfortable tackling right away.
Let me know if you have questions. Thanks!