Search results for "module:YAML::XS"

lib/YAML/XS.pm River stage four • 260 direct dependents • 1141 total dependents

TINITA/YAML-LibYAML-0.89 - 27 Jan 2024 00:45:43 UTC

YAML::XS::LibYAML - An XS Wrapper Module of libyaml River stage four • 260 direct dependents • 1141 total dependents

TINITA/YAML-LibYAML-0.89 - 27 Jan 2024 00:45:43 UTC

YAML::LibYAML::API::XS - Wrapper around the C libyaml library River stage one • 2 direct dependents • 2 total dependents

TINITA/YAML-LibYAML-API-v0.14.0 - 04 Jan 2024 22:09:12 UTC

File::Serialize::Serializer::YAML::XS - YAML:XS serializer for File::Serialize River stage one • 1 direct dependent • 1 total dependent

extensions "yaml", "yml". precedence 110 module used YAML::XS supported options none If you have problems with utf8, pass the option "<utf =" 0>> to "serialize_file"/"deserialize_file". Or if you use "transerialize", pass "utf8=0" as the first argume...

YANICK/File-Serialize-1.5.1 - 22 Jun 2021 01:24:35 UTC

YAML::Safe - Safe Perl YAML Serialization using XS and libyaml River stage zero No dependents

This module is a re-factoring of YAML::XS, the old Perl XS binding to "libyaml" which offers Perl somewhat acceptable YAML support to date. YAML::XS never produced code which could be read from YAML, and thus was unsuitable to be used as YAML replace...

RURBAN/YAML-Safe-0.82 - 03 Feb 2023 14:27:59 UTC

YAML::Syck - Fast, lightweight YAML loader and dumper River stage three • 187 direct dependents • 771 total dependents

This module provides a Perl interface to the libsyck data serialization library. It exports the "Dump" and "Load" functions for converting Perl data structures to YAML strings, and the other way around. NOTE: If you are working with other language's ...

TODDR/YAML-Syck-1.34 - 26 Oct 2020 20:20:42 UTC

YAML::Tiny - Read/Write YAML files with as little code as possible River stage four • 117 direct dependents • 1063 total dependents

YAML::Tiny is a perl class for reading and writing YAML-style files, written with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The ::Tiny f...

ETHER/YAML-Tiny-1.74 - 23 Mar 2023 03:20:43 UTC

YAML::PP - YAML 1.2 processor River stage three • 37 direct dependents • 167 total dependents

YAML::PP is a modular YAML processor. It aims to support "YAML 1.2" and "YAML 1.1". See <https://yaml.org/>. Some (rare) syntax elements are not yet supported and documented below. YAML is a serialization language. The YAML input is called "YAML Stre...

TINITA/YAML-PP-v0.38.0 - 29 Jan 2024 23:29:38 UTC

MooseX::YAML - DWIM loading of Moose objects from YAML River stage two • 1 direct dependent • 25 total dependents

This module provides DWIM loading of Moose based objects from YAML documents. Any hashes blessed into a Moose class will be replaced with a properly constructed instance (respecting init args, "BUILDALL", and the meta instance type). This is similar ...

TINITA/MooseX-YAML-0.05 - 10 Feb 2020 20:47:37 UTC

Venus::Yaml - Yaml Class River stage two • 3 direct dependents • 56 total dependents

This package provides methods for reading and writing YAML <https://yaml.org> data. Note: This package requires that a suitable YAML library is installed, currently either "YAML::XS" "0.67+", "YAML::PP::LibYAML" "0.004+", or "YAML::PP" "0.23+". You c...

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC

DDC::Format::YAML - YAML::XS formatting for DDC hits River stage one • 1 direct dependent • 2 total dependents

Class for formatting DDC::Hit objects as perl code using YAML::XS....

MOOCOW/DDC-Concordance-0.50 - 08 Dec 2020 13:06:22 UTC

YAML::Accessor River stage zero No dependents

"YAML::Accessor" aims to create a "gettr/settr" interface for YAML objects/files and allow the user to both manipulate their structure and to read and write from the (specified) file(s). It doesn't use the simple "YAML::XS" call "LoadFile" and this m...

JANE/YAML-Accessor-0.45 - 15 Sep 2013 09:55:38 UTC

YAML::LoadBundle - Load a directory of YAML files as a bundle River stage zero No dependents

Adds additional features to YAML::XS to allow splitting a YAML file into multiple files in a common directory. This helps with readability when the file is large. It also provides more advanced merging features than the standard YAML spec....

GSG/YAML-LoadBundle-v0.4.3 - 06 May 2021 21:43:22 UTC

CTK::Serializer - Base class for serialization perl structures River stage one • 1 direct dependent • 1 total dependent

This module provides access to serialization mechanism with support extending. Now allowed to use follows formats of serialization in this base class: XML, YAML, JSON and "none" for automatic format detecting new my $sr = CTK::Serializer->new( $forma...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC

YAML::Perl::Base - Base Class of all YAML Components River stage zero No dependents

The YAML toolset is made up of a bunch of modules that are object oriented. All these modules inherit from YAML::Perl::Base, directly or eventually. YAML::Perl::Base provides the "field" accessor generator to all its subclasses. It also provides XXX ...

INGY/YAML-Perl-0.02 - 09 Mar 2009 00:37:57 UTC

CPAN::Meta::YAML - Read and write a subset of YAML for CPAN Meta files River stage five • 17 direct dependents • 18947 total dependents

This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task. NOTE: META.yml (and MYMETA.yml) fi...

DAGOLDEN/CPAN-Meta-YAML-0.018 - 11 Dec 2015 16:57:36 UTC

Config::Any::YAML - Load YAML config files River stage three • 97 direct dependents • 830 total dependents

Loads YAML files. Example: --- name: TestApp Controller::Foo: foo: bar Model::Baz: qux: xyzzy...

HAARG/Config-Any-0.33 - 03 May 2023 15:24:49 UTC

rig::parser::yaml - YAML parser for rig River stage zero No dependents

This is used by the base engine to find and parse .perlrig YAML files....

RODRIGO/rig-0.04 - 07 Aug 2011 08:39:15 UTC

YAML::PP::LibYAML - Faster parsing for YAML::PP River stage zero No dependents

YAML::PP::LibYAML is a subclass of YAML::PP. Instead of using YAML::PP::Parser as a the backend parser, it uses YAML::PP::LibYAML::Parser which calls YAML::LibYAML::API, an XS wrapper around the "C libyaml". libyaml Syntactically libyaml supports a l...

TINITA/YAML-PP-LibYAML-0.005 - 13 Sep 2020 12:32:45 UTC

Test::YAML::Valid - Test for valid YAML River stage one • 1 direct dependent • 4 total dependents

JROCKWAY/Test-YAML-Valid-0.04 - 09 Jan 2010 08:11:43 UTC
36 results (0.031 seconds)