awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesYAML Structure Builders

Constructs hierarchical YAML structures by nesting sequence and map manipulators.

Distinct from Nested Command Structures: Distinct from Nested Command Structures: focuses on building YAML data structures, not CLI command hierarchies.

Explore 1 awesome GitHub repository matching development tools & productivity · YAML Structure Builders. Refine with filters or upvote what's useful.

Awesome YAML Structure Builders GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jbeder/yaml-cppAvatar de jbeder

    jbeder/yaml-cpp

    5,931Voir sur GitHub↗

    yaml-cpp is a C++ library for parsing and emitting YAML 1.2 documents. It provides a complete YAML processing pipeline, from reading YAML content into a traversable node tree to writing in-memory data structures back as YAML text. The library represents parsed YAML as a mutable tree of typed nodes, supporting scalars, sequences, maps, and aliases. It uses a recursive-descent parser to build this node tree, and a stream-based emitter to generate YAML output incrementally. Template-based type conversion enables compile-time serialization between YAML nodes and C++ types, including support for c

    Constructs hierarchical YAML structures by nesting sequence and map manipulators.

    C++
    Voir sur GitHub↗5,931
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. Nested Command Structures
  5. YAML Structure Builders