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

Dependency Submission API - Opam Protocol #1897

Open
smorimoto opened this issue Mar 31, 2023 · 1 comment
Open

Dependency Submission API - Opam Protocol #1897

smorimoto opened this issue Mar 31, 2023 · 1 comment

Comments

@smorimoto
Copy link

We have just done some work to submit the (still shallow) dependency graph in opam to the DS API. Next we want to make sure the GitHub team is aware of how to get stronger support on the GitHub side.

Currently, we are submitting metadata with the following content.

const purl = new PackageURL(
  "opam",
  null,
  dependency.name,
  dependency.version,
  null,
  null
);

And it's not difficult at all to link this to the official OCaml site, as you can see from its URL schema: https://ocaml.org/p/dune/3.3.1

image

(From: https://github.com/orgs/community/discussions/19663)

@smorimoto
Copy link
Author

Now we have full support in the OCaml ecosystem, at least on our side, can we further support it on the GitHub side?
https://discuss.ocaml.org/t/ann-set-up-ocaml-analysis/13257
CC: @brphelps @courtneycl

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

No branches or pull requests

1 participant