ocaml-opam / opam-depext

Attempt to automate the installation of system packages required by OPAM packages
Other
33 stars 28 forks source link

Build failing on `5.00.0+trunk` #145

Closed Sudha247 closed 2 years ago

Sudha247 commented 2 years ago

Building opam-depext on trunk fails at

- ocamlc -c -I cmdliner/src/ cmdliner/src/cmdliner.mli
  - ocamlc -c -I cmdliner/src/ cmdliner/src/cmdliner.ml
  - File "cmdliner/src/cmdliner.ml", line 427, characters 15-32:
  - 427 |     let prog = String.capitalize (fst ei.main).name in
  -                      ^^^^^^^^^^^^^^^^^
  - Error: Unbound value String.capitalize

This seems to have been fixed in the cmdliner repo.

kit-ty-kate commented 2 years ago

Fixed by #147