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

Add support of Opam package manager #2130

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

CameronEzraJones
Copy link
Contributor

@CameronEzraJones CameronEzraJones commented Apr 27, 2018

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:

  • Have you followed the guidelines for contributors?
  • Have you checked to ensure there aren't other open pull requests on the repository for a similar change?
  • Is there a corresponding ticket for your pull request?
  • Have you written new tests for your changes?
  • Have you successfully run the project with your changes locally?

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

  • #project_names
  • #project
  • #mapping
  • #versions
  • #dependencies
  • #recent_names
  • #install_instructions
  • #formatted_name
  • #package_link
  • #download_url
  • #documentation_url
  • #check_status_url

Constants implemented

  • HAS_VERSIONS - false
  • HAS_DEPENDENCIES - false
  • BIBLIOTHECARY_SUPPORT - false
  • BIBLIOTHECARY_PLANNED - true
  • URL - https://opam.ocaml.org
  • COLOR - #3be133

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!

@mbacarella
Copy link

mbacarella commented Dec 1, 2020

Is there something blocking this from being accepted? Would be nice to have opam support!

Base automatically changed from master to main February 4, 2021 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants