AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Version 0.4.1 (bsc#1089748): - Add support for AtU8 chuck (fix Erlang 20.0 beam file format)
- singlespec auto-conversion
- Version 0.4: - ported to construct 2.8.x
- Update Source url
- Only consruct 2.5.x is supported by pybeam 0.3.x
- Version 0.3.2: - add support for Erlang 17.0 (maps)
- Verision 0.3.1: - fix parsing lists with not-null tail - fix parsing strings ( six > 1.4.0 is required to support both python 2 and python 3 )
- Version 0.3: - python 3.3 support - minor fixes and add more unit-tests - Code LitT FunT chunk now understood
- Version 0.2: - fixed floating point parsing - fixed Atom lists indexation
- Initial version