ocaml / opam-repository

Main public package repository for opam, the source package manager of OCaml.
https://opam.ocaml.org
Creative Commons Zero v1.0 Universal
516 stars 1.12k forks source link

[new release] html_of_jsx (0.0.4) #26149

Closed davesnx closed 3 months ago

davesnx commented 3 months ago

Render HTML with JSX

0.0.4

davesnx commented 3 months ago

The error on 4.14, it installs ppxlib 0.24 downgraded from 0.32 and it depends on ocaml compiler libs and fails with Unbound value Location.error_extensionf. I will lift the minimum version of 0.25 (where this method is available and see if the CI is happy)

davesnx commented 3 months ago

The error comes from freebsd (experimental) and I remember ignoring in my previous PRs, do we still forget about those cases?

avsm commented 3 months ago

It's ignorable for this merge, but also solveable for the next release: you need to not assume that /bin/bash exists, which ppx.sh seems to in your dune rules.