{"id":21453581,"url":"https://github.com/queil/yzl","last_synced_at":"2026-02-27T18:56:19.157Z","repository":{"id":45913946,"uuid":"246517038","full_name":"queil/yzl","owner":"queil","description":"F# DSL for YAML","archived":false,"fork":false,"pushed_at":"2026-02-23T14:45:03.000Z","size":1449,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-23T21:39:30.324Z","etag":null,"topics":["dsl","yaml","yzl"],"latest_commit_sha":null,"homepage":"https://queil.github.io/yzl/","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/queil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-03-11T08:37:27.000Z","updated_at":"2026-02-23T14:42:01.000Z","dependencies_parsed_at":"2023-02-01T10:45:29.179Z","dependency_job_id":null,"html_url":"https://github.com/queil/yzl","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/queil/yzl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queil%2Fyzl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queil%2Fyzl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queil%2Fyzl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queil%2Fyzl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/queil","download_url":"https://codeload.github.com/queil/yzl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queil%2Fyzl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29901142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dsl","yaml","yzl"],"created_at":"2024-11-23T04:40:11.610Z","updated_at":"2026-02-27T18:56:19.137Z","avatar_url":"https://github.com/queil.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yzl [![Build Status](https://dev.azure.com/queil/yzl/_apis/build/status/queil.yzl?branchName=master)](https://dev.azure.com/queil/yzl/_build/latest?definitionId=2\u0026branchName=master) [![NuGet Badge](https://buildstats.info/nuget/Yzl?includePreReleases=true)](https://www.nuget.org/packages/Yzl) ![Azure DevOps coverage](https://img.shields.io/azure-devops/coverage/queil/yzl/2)\n\nyzl /ˈiːz(ə)l/ - YAML Zero-Language - F# DSL for YAML\n\nYzl is a DSL alternative for templating YAML. It was inspired by [Suave HTML View Engine](https://github.com/SuaveIO/suave/blob/master/src/Suave.Experimental/Html.fs).\n\n## Docs\n\nhttps://queil.github.io/yzl/\n\n## Example\n\n[Full code here](tests/Example.fs) \n\nYzl:\n\n```fsharp\n! [\n    name \"Martin D'vloper\"\n    job \"Developer\"\n    skill \"Elite\"\n    employed true\n    foods [\n      ! \"Apple\"\n      ! \"Orange\"\n      ! \"Strawberry\"\n      ! \"Mango\" ]\n    languages [\n      perl \"Elite\"\n      python \"Elite\"\n      pascal \"Lame\" ]\n    education !|\n      \"\"\"\n      4 GCSEs\n      3 A-Levels\n      BSc in the Internet of Things\n      \"\"\" \n]\n```\n\nYaml:\n\n```yaml\nname: Martin D'vloper\njob: Developer\nskill: Elite\nemployed: true\nfoods:\n- Apple\n- Orange\n- Strawberry\n- Mango\nlanguages:\n  perl: Elite\n  python: Elite\n  pascal: Lame\neducation: |\n  4 GCSEs\n  3 A-Levels\n  BSc in the Internet of Things\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueil%2Fyzl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqueil%2Fyzl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueil%2Fyzl/lists"}