opam is installing rfc7748 from 2018, which fails to build on OCaml 5.0 because Pervasives is deprecated.
No code changes are needed, this was already fixed in the dev repo. Just needs an opam release.
For anyone Googling this, simply doing opam pin add rfc7748 /path/to/this/repo is a workaround.
opam is installing rfc7748 from 2018, which fails to build on OCaml 5.0 because Pervasives is deprecated.
No code changes are needed, this was already fixed in the dev repo. Just needs an opam release.
For anyone Googling this, simply doing
opam pin add rfc7748 /path/to/this/repois a workaround.