{"id":24755328,"url":"https://github.com/cppfw/tml","last_synced_at":"2025-09-06T10:44:00.288Z","repository":{"id":29457159,"uuid":"32993565","full_name":"cppfw/tml","owner":"cppfw","description":":herb: tree markup language parser in C++","archived":false,"fork":false,"pushed_at":"2025-08-12T23:41:37.000Z","size":1100,"stargazers_count":9,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-24T11:10:21.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/cppfw.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-03-27T15:23:56.000Z","updated_at":"2025-08-12T23:41:37.000Z","dependencies_parsed_at":"2023-01-14T14:58:17.844Z","dependency_job_id":"89eb2c4a-efa9-4d66-9f98-5654fa274e58","html_url":"https://github.com/cppfw/tml","commit_stats":null,"previous_names":["cppfw/puu","cppfw/tml","cppfw/treeml","igagis/stob","igagis/puu"],"tags_count":83,"template":false,"template_full_name":null,"purl":"pkg:github/cppfw/tml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Ftml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Ftml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Ftml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Ftml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cppfw","download_url":"https://codeload.github.com/cppfw/tml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppfw%2Ftml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273892841,"owners_count":25186561,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-28T12:38:47.337Z","updated_at":"2025-09-06T10:44:00.163Z","avatar_url":"https://github.com/cppfw.png","language":"C++","readme":":name: tml\n\n= {name}\n\n|====\n| link:https://github.com/cppfw/{name}/releases[image:https://img.shields.io/github/tag/cppfw/{name}.svg[releases]] | link:https://github.com/cppfw/{name}/actions[image:https://github.com/cppfw/{name}/workflows/ci/badge.svg[ci status]]\n|====\n\nTree markup language.\nA lightweight markup language C++ library.\n\nThe idea is that the document is just a tree of strings. Each string can have a number of children strings or no children at all, an so on.\n\ndocument example:\n```\n\"a string\"\nstring_without_spaces\n\"string with children\"{\n\t\"child 1\"\n\tChild2\n\t\"child three\"{\n\t\tSubChild1\n\t\t\"Subchild two\"\n\n\t\tProperty1 {Value1}\n\t\t\"Property two\" {\"Value 2\"}\n\t\t// comment\n\n\t\t/* multi line\n\t\t   comment */\n\n\t\t// single line comment should have whitespace\n\t\t// before double slash //, otherwise it is not treated as comment.\n\t\t// This is in order to make possible URLs as unquoted strings:\n\t\thttp://website.com/some/url\n\n\t\t\"Escape sequences inside single double quotes: \\\" \\n \\t \\\\ \\/\"\n\n\t\t// C++-style raw string\n\t\tR\"qwerty(raw string content \" \"\"\" { } \\ / )qwerty\"\n\t\t\n\t\t// quotes-style raw string\n\t\t\"\"\"bla bla {} \"\" and \"quoted\" bla bla\"\"\"\n\t}\n}\n```\n\n= Installation and Documentation\n\nSee link:wiki/main.adoc[WiKi].","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppfw%2Ftml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcppfw%2Ftml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcppfw%2Ftml/lists"}