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
The fmt.tty library doesn't seem to be found.
fmt.tty
The dependency is stated as follows: "@opam/redemon": "github:ulrikstrid/redemon:redemon.opam"
"@opam/redemon": "github:ulrikstrid/redemon:redemon.opam"
File "bin/dune", line 4, characters 44-51: 4 | (libraries luv unix cmdliner logs logs.fmt fmt.tty)) ^^^^^^^ Error: Library "fmt.tty" not found. Hint: try: dune external-lib-deps --missing -p redemon -j 4 @install error: command failed: 'dune' 'build' '-p' 'redemon' '-j' '4' '@install' (exited with 1) esy-build-package: exiting with errors above...
As a workaround I pinned the following commit: "@opam/redemon": "github:ulrikstrid/redemon:redemon.opam#4c69ed7779f62ce74720a4e28acf60bc23a853a5"
"@opam/redemon": "github:ulrikstrid/redemon:redemon.opam#4c69ed7779f62ce74720a4e28acf60bc23a853a5"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
fmt.tty
library doesn't seem to be found.The dependency is stated as follows:
"@opam/redemon": "github:ulrikstrid/redemon:redemon.opam"
As a workaround I pinned the following commit:
"@opam/redemon": "github:ulrikstrid/redemon:redemon.opam#4c69ed7779f62ce74720a4e28acf60bc23a853a5"
The text was updated successfully, but these errors were encountered: