8000
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
[ERROR] alberto is not available because your system doesn't comply with ocaml-version >= "4.01" & ocaml-version < "4.02".
any chance of an updated package release? Compiling locally generates lots of deprecation warnings:
$ ./configure File "./setup.ml", line 318, characters 20-36: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 318, characters 42-58: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 327, characters 14-30: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 327, characters 38-54: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 330, characters 25-41: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 1825, characters 16-33: Warning 3: deprecated: String.capitalize Use String.capitalize_ascii instead. File "./setup.ml", line 1831, characters 16-35: Warning 3: deprecated: String.uncapitalize Use String.uncapitalize_ascii instead. File "setup.ml", line 5847, characters 11-28: Warning 3: deprecated: String.capitalize Use String.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Warning 3: deprecated: String.uncapitalize Use String.uncapitalize_ascii instead.
and
make ocaml setup.ml -build File "./setup.ml", line 318, characters 20-36: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 318, characters 42-58: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 327, characters 14-30: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 327, characters 38-54: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 330, characters 25-41: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 368, characters 10-26: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 474, characters 13-29: Warning 3: deprecated: String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 1825, characters 16-33: Warning 3: deprecated: String.capitalize Use String.capitalize_ascii instead. File "./setup.ml", line 1831, characters 16-35: Warning 3: deprecated: String.uncapitalize Use String.uncapitalize_ascii instead. File "setup.ml", line 5847, characters 11-28: Warning 3: deprecated: String.capitalize Use String.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Warning 3: deprecated: String.uncapitalize Use String.uncapitalize_ascii instead. Finished, 0 targets (0 cached) in 00:00:00. Finished, 16 targets (15 cached) in 00:00:00.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
any chance of an updated package release? Compiling locally generates lots of deprecation warnings:
and
The text was updated successfully, but these errors were encountered: