{"id":14985547,"url":"https://github.com/yaml/libyaml-parser-emitter","last_synced_at":"2026-03-03T04:40:27.940Z","repository":{"id":66047227,"uuid":"76501198","full_name":"yaml/libyaml-parser-emitter","owner":"yaml","description":null,"archived":false,"fork":false,"pushed_at":"2016-12-16T07:36:40.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-17T11:53:52.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaml.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-14T22:10:40.000Z","updated_at":"2025-02-12T03:07:34.000Z","dependencies_parsed_at":"2023-03-29T00:18:08.100Z","dependency_job_id":null,"html_url":"https://github.com/yaml/libyaml-parser-emitter","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"070e3e33ada37e474dcfd242ecc71f6626a54c32"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Flibyaml-parser-emitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Flibyaml-parser-emitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Flibyaml-parser-emitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Flibyaml-parser-emitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaml","download_url":"https://codeload.github.com/yaml/libyaml-parser-emitter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245463011,"owners_count":20619596,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T14:11:11.492Z","updated_at":"2026-03-03T04:40:22.899Z","avatar_url":"https://github.com/yaml.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"libyaml-parser-emitter\n======================\n\nParser and Emitter CLI tools for libyaml\n\n# Try it Now with Docker:\n\n```\ncurl -s https://raw.githubusercontent.com/yaml/libyaml-parser-emitter/master/test/example-2.27-invoice.yaml | \\\n        docker run -iv $PWD:/docker yamlio/libyaml-parser-emitter libyaml-parser | \\\n        docker run -iv $PWD:/docker yamlio/libyaml-parser-emitter libyaml-emitter\n```\n\n# Synopsis\n\n```\ngit clone https://github.com/yamlio/libyaml-parser-emitter\ncd libyaml-parser-emitter\nmake build\nmake test\n```\n\n# Usage\n\nPrint parse events for a YAML file (or stdin):\n```\n./libyaml-parser file.yaml\n./libyaml-parser \u003c file.yaml\ncat file.yaml | ./libyaml-parser\n```\n\nPrint the YAML for a libyaml-parser events file (or stdin):\n```\n./libyaml-emitter file.events\n./libyaml-emitter \u003c file.events\ncat file.events | ./libyaml-emitter\n```\n\n## With Docker:\n\nYAML -\u003e Events:\n```\nalias my-yaml-parser='docker run -iv $PWD:/docker yamlio/libyaml-parser-emitter libyaml-parser'\nmy-yaml-parser file.yaml\nmy-yaml-parser \u003c file.yaml\ncat file.yaml | my-yaml-parser\n```\n\nEvents -\u003e YAML:\n```\nalias my-yaml-emitter='docker run -iv $PWD:/docker yamlio/libyaml-parser-emitter libyaml-emitter'\nmy-yaml-emitter file.events\nmy-yaml-emitter \u003c file.events\ncat file.yaml | my-yaml-emitter\n```\n\n# Build\n\n## Native Build\n\n```\nexport LIBYAML_DIR=/path/to/libyaml   # Optional\nmake build\n```\n\n## Docker Image Build\n\n```\nexport DOCKER_USER=$USER   # Optional\nmake docker\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaml%2Flibyaml-parser-emitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaml%2Flibyaml-parser-emitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaml%2Flibyaml-parser-emitter/lists"}