LBR
From Just Solve the File Format Problem
(Difference between revisions)
(→Tools: attribute lar, to increase the chances of finding it should its current site go pop) |
Dan Tobias (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{FormatInfo|formattype=electronic|extensions={{ext|lbr}}}} | + | {{FormatInfo |
− | '''[[LBR]]''' was a container format popular for distributing [[CP/M]] software, designed by Gary P. Novosielski. Since it had no compression of its own, it was common for individual members of | + | |formattype=electronic |
+ | |subcat=Compression | ||
+ | |extensions={{ext|lbr}}, {{ext|lqr}}, {{ext|lzr}}, {{ext|lyr}} | ||
+ | }} | ||
+ | |||
+ | '''[[LBR]]''' was a container format popular for distributing [[CP/M]] software, designed by Gary P. Novosielski. Since it had no compression of its own, it was common for individual members of .LBR files to be compressed with [[Squeeze]] (.?Q?), [[Crunch]] (.?Z?), or [[CrLZH]] (.?Y?). Alternatively, the whole library could be compressed with one of these methods (leading to the extensions .LQR, .LZR, .LYR). | ||
Under CP/M, the canonical tools for manipulating LBR files were LU.COM and NULU.COM. Other tools, such as NSWP.COM, understood both LBR and some of the closely associated compression formats. | Under CP/M, the canonical tools for manipulating LBR files were LU.COM and NULU.COM. Other tools, such as NSWP.COM, understood both LBR and some of the closely associated compression formats. |
Revision as of 09:07, 17 November 2012
LBR was a container format popular for distributing CP/M software, designed by Gary P. Novosielski. Since it had no compression of its own, it was common for individual members of .LBR files to be compressed with Squeeze (.?Q?), Crunch (.?Z?), or CrLZH (.?Y?). Alternatively, the whole library could be compressed with one of these methods (leading to the extensions .LQR, .LZR, .LYR).
Under CP/M, the canonical tools for manipulating LBR files were LU.COM and NULU.COM. Other tools, such as NSWP.COM, understood both LBR and some of the closely associated compression formats.
Tools
- CFX (DOS/Unix)
- LAR (Unix, tar-like interface) by John Elliott, based on Stephen C. Hemminger's original
References
- .LBR format definition, Gary P. Novosielski, 1984-08-19 -- available as LUDEF5.DOC in many CP/M archives (e.g., here)
- HTML version of the above
- LBR (file format) at Wikipedia