awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Joe-noh avatar

Joe-noh/yomel

0
View on GitHub↗
6 stars·1 fork·Elixir·11 views

Yomel

読める、読めるぞぉ!!

Features

  • YAML Processing - Interface for the libyaml library.

Star history

Star history chart for joe-noh/yomelStar history chart for joe-noh/yomel

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Yomel

These projects share indexed features with Yomel. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • aaubry/yamldotnetaaubry avatar

    aaubry/YamlDotNet

    2,807View on GitHub↗

    YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that converts between .NET objects and YAML formatted text for data storage and configuration. The project provides capabilities for YAML document parsing and data object mapping. It transforms YAML streams into low-level representations or high-level object models for programmatic analysis and converts structured data objects back into valid YAML strings. The library covers general data serialization and configuration file management, allowing application data structures to be m

    C#dotnetparserserialization
    View on GitHub↗2,807
  • go-yaml/yamlgo-yaml avatar

    go-yaml/yaml

    7,023View on GitHub↗

    This library is a YAML encoder and decoder for native Go data structures. It provides the tools necessary to transform internal data into YAML formatted text and convert YAML input streams back into structured data. The parser includes built-in protections against resource exhaustion attacks by enforcing limits on document depth and alias resolution. It also ensures deterministic output by employing consistent key sorting for maps. The project covers serialization and deserialization workflows, including struct mapping and custom marshaling interfaces. It also handles input encoding detectio

    Go
    View on GitHub↗7,023
  • assemble/assembleassemble avatar

    assemble/assemble

    4,258View on GitHub↗

    Assemble is a static site generator and build pipeline system that compiles markdown, templates, and data into static HTML files. It functions as a markdown-to-HTML converter and a data format transformer capable of moving content between JSON, YAML, XML, PLIST, and CSV formats. The project features a pipeline-based build process where users can define ordered sequences of data transformations and file processing steps. It includes project scaffolding tools to bootstrap directory structures and configuration files from predefined boilerplates. The system manages content through collection-ba

    CSSassembleblog-enginebuild
    View on GitHub↗4,258
  • kamillelonek/yaml-elixirKamilLelonek avatar

    KamilLelonek/yaml-elixir

    179View on GitHub↗

    Yaml parser for Elixir based on native Erlang implementation

    Elixir
    View on GitHub↗179
Compare all 6 related projects→

Frequently asked questions

What does joe-noh/yomel do?

読める、読めるぞぉ!!

What are the main features of joe-noh/yomel?

The main features of joe-noh/yomel are: YAML Processing.

Which projects share features with joe-noh/yomel?

Projects with overlapping indexed features include: aaubry/yamldotnet — YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that… go-yaml/yaml — This library is a YAML encoder and decoder for native Go data structures. It provides the tools necessary to transform… assemble/assemble — Assemble is a static site generator and build pipeline system that compiles markdown, templates, and data into static… kamillelonek/yaml-elixir — Yaml parser for Elixir based on native Erlang implementation. ufirstgroup/ymlr — A YAML encoder for Elixir. yakaz/yamerl — YAML 1.2 and JSON parser in pure Erlang.