It would be great to have support for the current stable release of bs-platform :)
EDIT: I did manage to esy build something that uses "ocaml": "4.2.3007" + changing a bunch of other deps to use * as the version + adding a helper for Hashtbl.find_opt, but I don't really know how to proceed with using these local changes in a different project.
It would be great to have support for the current stable release of bs-platform :)
EDIT: I did manage to
esy build
something that uses"ocaml": "4.2.3007"
+ changing a bunch of other deps to use*
as the version + adding a helper forHashtbl.find_opt
, but I don't really know how to proceed with using these local changes in a different project.