Rand Stats

PDF::ISO_32000

zef:dwarring
0.0.13  2023-05-12T08:58:32+12:00
  - Factor out building of this module to a separate repo
    git@github.com:pdf-raku/PDF-ISO_32000-Builder-raku.git
    Thus dropping some hefty dependencies (LibXML, PDF::Tags,
    PDF::Tags::Reader, PDF::Font::Loader).
  - Release directly via zef (no more `make dist`)

0.0.12
  - Fix broken link in README #4 and other general updates.

0.0.11
  - Remove PDF32000_2008.pdf from source-tree and distribution. Now fetched
    via wget
  - Upload to zef ecosystem

0.0.10
  - Added new PDF::Tags::Reader dependency. regenerated.

0.0.9
  - Factored out data mining logic to new PDF::Tags module. Replaced
    script pdf-dom-dump.raku with pdf-tag-dump.raku