obeam
A utility library for parsing BEAM format
README
WIP
obeam (御-BEAM) is a utility library for parsing BEAM format(and Erlang External Term Format, etc) which is written in OCaml.
Supported compilers which generate BEAM files are
Erlang/OTP 19
Erlang/OTP 20
Erlang/OTP 21
Installation
Using opam pin
opam pin add obeam .
Run examples
make test
erlc test/test01.erl
_build/default/example/read_beam.exe test01.beam
Authors
obeam has been greatly improved by many contributors!
Install
- Maintainers
-
Sources
0.1.2.tar.gz
md5=31157380fee6ce135c47d3583def89c2
sha512=56066dc8064c1294cc7781728edfdf3acb386812243eb8ddc5a33ed4fe35df95bbc583de895a709b15a1028d74f1a7f95169686cea6a2c03973556c500ddb074
Dependencies
expect_test_helpers_kernel
with-test
bisect_ppx
build
ppx_sexp_conv
>= "v0.11.2"
ppx_let
>= "v0.11.0"
ppx_here
>= "v0.11.0"
zarith
>= "1.7"
camlzip
>= "1.07"
bitstring
>= "3.0.0" & < "4.0.0"
stdio
>= "v0.11.0"
base
>= "v0.11.0"
Reverse Dependencies