{"id":17471252,"url":"https://github.com/breuleux/quaint-yaml","last_synced_at":"2025-04-14T20:10:02.990Z","repository":{"id":140047540,"uuid":"43445654","full_name":"breuleux/quaint-yaml","owner":"breuleux","description":"YAML support in Quaint","archived":false,"fork":false,"pushed_at":"2017-02-02T05:34:37.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T20:09:58.649Z","etag":null,"topics":["quaint","yaml"],"latest_commit_sha":null,"homepage":null,"language":null,"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/breuleux.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":"2015-09-30T16:49:32.000Z","updated_at":"2016-01-25T21:10:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c1cf089-83c1-4300-8442-3417222d061c","html_url":"https://github.com/breuleux/quaint-yaml","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breuleux%2Fquaint-yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breuleux%2Fquaint-yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breuleux%2Fquaint-yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breuleux%2Fquaint-yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breuleux","download_url":"https://codeload.github.com/breuleux/quaint-yaml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952349,"owners_count":21188426,"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":["quaint","yaml"],"created_at":"2024-10-18T16:33:01.128Z","updated_at":"2025-04-14T20:10:02.965Z","avatar_url":"https://github.com/breuleux.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\nquaint-yaml\n===========\n\nYAML support for the `data` and `include` macros in\n[Quaint](http://breuleux.github.io/quaint).\n\n\n## Install\n\n    quaint --setup yaml\n\n\n## Usage\n\nThis will make a table with two rows and two columns:\n\n```quaint\nplugins :: yaml\n\nformat table :: data yaml ::\n  -\n    - one\n    - two\n  -\n    - un\n    - deux\n```\n\nAnd this will import YAML from a file:\n\n**data.yaml**\n\n```yaml\na: 1\nb: 7\n```\n\n**file.q**\n\n```quaint\ninclude :: data.yaml\n\n{a} + {b} == 8\n```\n\n\n\n## Options\n\nThere are no options at the moment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreuleux%2Fquaint-yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreuleux%2Fquaint-yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreuleux%2Fquaint-yaml/lists"}