{"id":17100539,"url":"https://github.com/drmingdrmer/lua-yaml","last_synced_at":"2026-05-13T07:10:32.346Z","repository":{"id":138277464,"uuid":"242628044","full_name":"drmingdrmer/lua-yaml","owner":"drmingdrmer","description":"yaml for lua in c","archived":false,"fork":false,"pushed_at":"2020-02-24T03:11:32.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T09:05:01.002Z","etag":null,"topics":["c","lua","yaml"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drmingdrmer.png","metadata":{"files":{"readme":"README","changelog":"HISTORY","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-02-24T02:19:03.000Z","updated_at":"2021-12-06T05:25:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"5726eaf4-0fef-4e54-a3bc-61e0d7241c0d","html_url":"https://github.com/drmingdrmer/lua-yaml","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"26afb8e982488ab6a07e74328f214c2077e7828c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drmingdrmer%2Flua-yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drmingdrmer%2Flua-yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drmingdrmer%2Flua-yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drmingdrmer%2Flua-yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drmingdrmer","download_url":"https://codeload.github.com/drmingdrmer/lua-yaml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245149128,"owners_count":20568834,"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":["c","lua","yaml"],"created_at":"2024-10-14T15:14:02.747Z","updated_at":"2026-05-13T07:10:32.329Z","avatar_url":"https://github.com/drmingdrmer.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    yaml - Lua YAML serialization using LibYAML\n\nSYNOPSIS\n    require 'yaml'\n\n    serialized = yaml.dump({ 1, 2, 3, 4 })\n    content = yaml.load(serialized)\n\nDESCRIPTION\n    This module is a Lua binding for Kirill Siminov's excellent LibYAML.\n    LibYAML is generally considered to be the best C YAML 1.1 implementation.\n    LibYAML 0.1.3 is included as part of this release.\n\n    This module defines the functions dump, load, and configure within the\n    global yaml table.\n\n    Portions of this software were inspired by Perl's YAML::LibYAML module by\n    Ingy d�t Net.\n\nSEE ALSO\n    * LibYAML (http://pyyaml.org/wiki/LibYAML)\n    * luayaml: libsyck YAML binding (http://luaforge.net/projects/luayaml)\n    * YAML::LibYAML (http://search.cpan.org/~nuffin/YAML-LibYAML)\n\nAUTHOR\n    Andrew Danforth \u003cacd@weirdness.net\u003e\n\n    If you are using this module successfully I would love to hear from you.\n\nCOPYRIGHT\n    Copyright (c) 2009, Andrew Danforth\n\nTHANKS\n    Thanks to the following people for suggestions and patches:\n\n    Peter Mawhorter\n    Cyril Romain\n    Adrian Sampson\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrmingdrmer%2Flua-yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrmingdrmer%2Flua-yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrmingdrmer%2Flua-yaml/lists"}