| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| LombokECC-0.0.7-Mutation Tested.tar.gz | 2026-08-29 | 24.2 kB | |
| LombokECC-0.0.7-Mutation Tested.zip | 2026-08-29 | 31.1 kB | |
| CHANGELOG.md | 2026-08-29 | 2.4 kB | |
| LICENSE | 2026-08-29 | 10.8 kB | |
| README.md | 2026-08-29 | 4.6 kB | |
| Totals: 5 Items | 73.1 kB | 0 | |
LombokECC — Reed-Solomon Error Correction Codes
A TypeScript implementation of Reed-Solomon error-correction codes over GF(256).
Version: v0.0.7 · Status: Mutation tested. All assertions real.
GitHub
Quality
Lombok Ecosystem
Changes from v0.0.6
- All test suites now use
process.exit(1)on failure (real assertions) - Mutation testing harness (
mutate.sh) — 12 mutations, 11 killed, 1 expected-survive test-gf-poly.tsrewritten with exhaustive GF(256) field property checksprepublishOnlyscript added
Publishing
npm install && npm run build && npm run test:full
git tag -a v0.0.7 -m "LombokECC 0.0.7" && git push origin main --tags
npm publish --access public
License
Apache-2.0 — LICENSE
Repository: github.com/codinglombok/LombokECC