Binary package “libdata-stag-perl” in ubuntu mantic
module to manipulate Structured Tags datastructures
Data::Stag is for manipulating data as hierarchical tag/value
pairs (Structured TAGs or Simple Tree AGgreggates). These
datastructures can be represented as nested arrays, which have the
advantage of being native to perl. A simple example is shown below:
.
[ person=> [ [ family_name => $family_name ],
[ given_name => $given_name ],
[ phone_no => $phone_no ] ] ],
.
Data::Stag uses a subset of XML for import and export. This
means the module can also be used as a general XML parser/writer (with
certain caveats).
Source package
Published versions
- libdata-stag-perl 0.14-3 in amd64 (Release)
- libdata-stag-perl 0.14-3 in arm64 (Release)
- libdata-stag-perl 0.14-3 in armhf (Release)
- libdata-stag-perl 0.14-3 in i386 (Release)
- libdata-stag-perl 0.14-3 in ppc64el (Release)
- libdata-stag-perl 0.14-3 in riscv64 (Release)
- libdata-stag-perl 0.14-3 in s390x (Release)