We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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:
I don't know of a way to search for other ocaml-5-only packages so can't test my hypothesis.
The text was updated successfully, but these errors were encountered: