All Projects → yaml → Libyaml

yaml / Libyaml

Licence: mit
Canonical source repository for LibYAML

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Libyaml

Yq
yq is a portable command-line YAML processor
Stars: ✭ 4,726 (+841.43%)
Mutual labels:  yaml
Packagedev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
Stars: ✭ 378 (-24.7%)
Mutual labels:  yaml
Koanf
Light weight, extensible configuration management library for Go. Built in support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
Stars: ✭ 450 (-10.36%)
Mutual labels:  yaml
Grow
A declarative website generator designed for high-quality websites, with a focus on easy maintenance and localization.
Stars: ✭ 360 (-28.29%)
Mutual labels:  yaml
Choetl
ETL Framework for .NET / c# (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
Stars: ✭ 372 (-25.9%)
Mutual labels:  yaml
Go Yaml
YAML support for the Go language
Stars: ✭ 393 (-21.71%)
Mutual labels:  yaml
Awsweeper
A tool for cleaning your AWS account
Stars: ✭ 331 (-34.06%)
Mutual labels:  yaml
K2tf
Kubernetes YAML to Terraform HCL converter
Stars: ✭ 477 (-4.98%)
Mutual labels:  yaml
Letter Boilerplate
Finest letter typesetting from the command line
Stars: ✭ 374 (-25.5%)
Mutual labels:  yaml
Remarshal
Convert between CBOR, JSON, MessagePack, TOML, and YAML
Stars: ✭ 421 (-16.14%)
Mutual labels:  yaml
Serde Yaml
Strongly typed YAML library for Rust
Stars: ✭ 364 (-27.49%)
Mutual labels:  yaml
I18n Manager
Translation management app
Stars: ✭ 373 (-25.7%)
Mutual labels:  yaml
Datamodel Code Generator
Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
Stars: ✭ 393 (-21.71%)
Mutual labels:  yaml
Macos security
macOS Security Compliance Project
Stars: ✭ 348 (-30.68%)
Mutual labels:  yaml
Xcodegen
A Swift command line tool for generating your Xcode project
Stars: ✭ 5,032 (+902.39%)
Mutual labels:  yaml
Pico
Pico is a stupidly simple, blazing fast, flat file CMS.
Stars: ✭ 3,494 (+596.02%)
Mutual labels:  yaml
Swaggen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Stars: ✭ 385 (-23.31%)
Mutual labels:  yaml
Draft
Generate High Level Cloud Architecture diagrams using YAML syntax.
Stars: ✭ 483 (-3.78%)
Mutual labels:  yaml
Dhall Kubernetes
Typecheck, template and modularize your Kubernetes definitions with Dhall
Stars: ✭ 458 (-8.76%)
Mutual labels:  yaml
Latexindent.pl
Perl script to add indentation (leading horizontal space) to LaTeX files. It can modify line breaks before, during and after code blocks; it can perform text wrapping and paragraph line break removal. It can also perform string-based and regex-based substitutions/replacements. The script is customisable through its YAML interface.
Stars: ✭ 415 (-17.33%)
Mutual labels:  yaml

LibYAML - A C library for parsing and emitting YAML.

To build and install the library, run:

$ ./configure
$ make
# make install

Required packages:

  • gcc
  • libtool
  • make

If you checked the source code from the Git repository, run

$ ./bootstrap
$ ./configure
$ make
# make install

Required packages:

  • autoconf
  • libtool
  • make

For more information, check the LibYAML homepage.

Discuss LibYAML with the maintainers in IRC #libyaml irc.freenode.net.

You may also use the YAML-Core mailing list.

Submit bug reports and feature requests to the LibYAML bug tracker.

This project was developed for Python Software Foundation as a part of Google Summer of Code under the mentorship of Clark Evans.

The LibYAML module was written by Kirill Simonov [email protected]. It is currently maintained by the YAML community.

LibYAML is released under the MIT license. See the file LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].