| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 22:30:04 GMT
X-Served-By: cache-dfw-kdal2120111-DFW, cache-bom-vanm7210059-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768689004.744260,VS0,VE733
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
lua-bc: Lua bytecode parser
lua-bc: Lua bytecode parser
Modules
[Index]
Downloads
- lua-bc-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.8 && <4.10), binary (>=0.7 && <0.9), bytestring (>=0.10 && <0.11), containers (>=0.5 && <0.6), data-binary-ieee754 (>=0.4 && <0.5), pretty (>=1.1 && <1.2), text (>=1.2 && <1.3), vector (>=0.10 && <0.13) [details] |
| Tested with | ghc ==7.10.3, ghc ==8.0.1 |
| License | MIT |
| Copyright | 2015 Galois, Inc. |
| Author | Eric Mertens |
| Maintainer | emertens@galois.com |
| Uploaded | by EricMertens at 2016-12-07T23:27:48Z |
| Revised | Revision 1 made by EricMertens at 2017-08-07T18:03:10Z |
| Category | Language |
| Home page | https://github.com/GaloisInc/lua-bc |
| Bug tracker | https://github.com/GaloisInc/lua-bc/issues |
| Source repo | head: git clone https://github.com/GaloisInc/lua-bc |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 3582 total (18 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2016-12-07 [all 1 reports] |
Readme for lua-bc-0.1.1
[back to package description]lua-bc
Parser and generator for the Lua bytecode format.
Currently versions 5.2 and 5.3 can be parsed and 5.3 can be generated.
This package provides a Haskell datastructure for the format as well as a few helpers for extracting debug information.