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

Unable to add a cookbook recipe for "Eio" (might affect all ocaml-5-only packages?) #2585

Open
richardhuxton opened this issue Jul 7, 2024 · 1 comment

Comments

@richardhuxton
Copy link

While writing some cookbook recipes for promises, I tried to add one for "Eio" and the website rebuild failed.

It appears to be an issue at the yaml header / packages level. My first guess is that this is because there is no "eio" package for ocaml 4.14?

Here is a sample recipe that fails:

---
packages:
- name: eio
  tested_version: 1.1
  used_libraries:
  - eio
discussion: Dummy recipe
---

let () =
  print_endline "Hello world"

I don't know of a way to search for other ocaml-5-only packages so can't test my hypothesis.

@sabine
Copy link
Collaborator

sabine commented Jul 11, 2024

Hey @richardhuxton, could you open a draft PR or link a branch?

I think this is probably unrelated to OCaml 5 and easily fixed just by looking at your changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants