alberto
alberto copied to clipboard
A simple OCaml library for writing Erlang port drivers
```opam install alberto [ERROR] alberto is not available because your system doesn't comply with ocaml-version >= "4.01" & ocaml-version < "4.02". ``` any chance of an updated package release? Compiling...
``` + make (CWD=/home/opam/.opam/4.02.1/build/alberto.0.4) - ocaml setup.ml -build - ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.02.1/lib/ocaml/ocamlbuild /home/opam/.opam/4.02.1/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.02.1/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /home/opam/.opam/4.02.1/bin/ocamlfind ocamldep -package ocplib-endian -package num -package camlp4 -package...
Yours erlang example creates new port on every iteration. I think it's wrong and script should be fixed to the version like that: ``` #!/usr/bin/env escript %%! -noshell -noinput -mode(compile)....