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
hey,
thanks for this piece of code (and running it in ocaml-ci). I would appreciate some slightly adapted output. at the moment, the output is:
"lwt" {>= 4.2.0}
while in an opam file the following is expected:
"lwt" {>= "4.2.0"}
would be great to include " around the version number, for easier copy & paste from tool output to opam file.
"
The text was updated successfully, but these errors were encountered:
That's a good idea. But note that you can just do opam dune-lint and have the tool do it for you, in the correct format.
opam dune-lint
Sorry, something went wrong.
Fixed by #32.
No branches or pull requests
hey,
thanks for this piece of code (and running it in ocaml-ci). I would appreciate some slightly adapted output. at the moment, the output is:
while in an opam file the following is expected:
would be great to include
"
around the version number, for easier copy & paste from tool output to opam file.The text was updated successfully, but these errors were encountered: