https://github.com/yutopp/obeam
[WIP] A utility library for parsing BEAM format(and Erlang External Term Format, etc) which is written in OCaml.
https://github.com/yutopp/obeam
beam erlang ocaml-library
Last synced: 23 days ago
JSON representation
[WIP] A utility library for parsing BEAM format(and Erlang External Term Format, etc) which is written in OCaml.
- Host: GitHub
- URL: https://github.com/yutopp/obeam
- Owner: yutopp
- Created: 2017-04-02T08:46:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T12:59:18.000Z (over 5 years ago)
- Last Synced: 2025-03-26T03:04:35.782Z (about 1 month ago)
- Topics: beam, erlang, ocaml-library
- Language: Standard ML
- Homepage:
- Size: 271 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OBEAM
[](https://circleci.com/gh/yutopp/obeam)
**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
- [@yutopp](https://github.com/yutopp)
- [@amutake](https://github.com/amutake)obeam has been greatly improved by [many contributors](https://github.com/yutopp/obeam/graphs/contributors)!