パッケージ: libyaml-pp-perl (0.38.0-1)
libyaml-pp-perl に関するリンク
Debian の資源:
libyaml-pp-perl ソースパッケージをダウンロード:
- [libyaml-pp-perl_0.38.0-1.dsc]
- [libyaml-pp-perl_0.38.0.orig.tar.gz]
- [libyaml-pp-perl_0.38.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
pure-perl YAML framework
YAML::PP is a modern, modular YAML processor.
It aims to support YAML 1.2 and YAML 1.1.
YAML is a serialization language. The YAML input is called "YAML Stream". A stream consists of one or more "Documents", separated by a line with a document start marker '---'. A document optionally ends with the document end marker '...'.
This allows one to process of continuous streams additionally to a fixed input file or string.
The YAML::PP frontend will currently load all documents, and return only the last if called with scalar context.
The YAML backend is implemented in a modular way that allows one to add custom handling of YAML tags, perl objects and data types. The inner API is not yet stable.
その他の libyaml-pp-perl 関連パッケージ
|
|
|
|
-
- dep: libencode-perl
- module providing interfaces between Perl's strings and the system
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libtie-ixhash-perl
- 連想配列の順序づけ用 Perl モジュール