Is there a maintained erlang port library?

I found a few projects on github, of which the most recent is alberto, which says it needs ocaml <= 4.02.

Were there any issues when you tried it?

it didn’t install from opam and trying to build from source said it depended on camlp4, so it will need a bit of upgrading to run against a current version of ocaml. which i’m thinking of doing, but i wanted to check if someone had a newer library first, possibly not on github.

update: it looks like alberto removed its camlp4 dependency and just didn’t remove it from the dune deps, so it’s all good! i’ll send a pull request to fix the build files.

1 Like