{"id":18259977,"url":"https://github.com/hungrybluedev/v_pdml","last_synced_at":"2026-02-02T11:01:50.986Z","repository":{"id":218893958,"uuid":"747631728","full_name":"hungrybluedev/v_pdml","owner":"hungrybluedev","description":"Custom implementation of the PDML standard in the V Programming language.","archived":false,"fork":false,"pushed_at":"2024-03-21T10:18:17.000Z","size":52,"stargazers_count":10,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-19T04:04:49.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"V","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/hungrybluedev.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2024-01-24T10:27:43.000Z","updated_at":"2024-11-23T07:15:17.000Z","dependencies_parsed_at":"2024-01-24T12:05:46.814Z","dependency_job_id":"cb0f1f9b-e8eb-4c78-a6bd-a2365a6f46f7","html_url":"https://github.com/hungrybluedev/v_pdml","commit_stats":null,"previous_names":["hungrybluedev/v_pml","hungrybluedev/v_pdml"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hungrybluedev/v_pdml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fv_pdml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fv_pdml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fv_pdml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fv_pdml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hungrybluedev","download_url":"https://codeload.github.com/hungrybluedev/v_pdml/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2Fv_pdml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29010685,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T10:37:29.253Z","status":"ssl_error","status_checked_at":"2026-02-02T10:37:28.644Z","response_time":58,"last_error":"SSL_read: 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":[],"created_at":"2024-11-05T10:41:21.472Z","updated_at":"2026-02-02T11:01:50.958Z","avatar_url":"https://github.com/hungrybluedev.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# v_pdml\n\n[![Code Quality](https://github.com/hungrybluedev/v_pdml/actions/workflows/ci.yml/badge.svg)](https://github.com/hungrybluedev/v_pdml/actions/workflows/ci.yml)\n[![Examples](https://img.shields.io/badge/Examples-View-blue?style=plastic)](examples)\n\n## About\n\n**`v_pdml`** is a custom implementation of the [PDML (Practical Data and Markup Language)][1]\ndocumentation standard in the V programming language. Think of it as a LISP-like alternative\nto Markdown which is less verbose than XML and more readable than JSON.\n\n## Features\n\n- Support for parsing and generating PDML files.\n- Easy-to-use API for working with PDML data.\n- Flyweight recursive-descent parser implementation using `io.Reader`.\n\nMost features of the PDML standard are supported. If there are any missing features that\nyou would like to see, please open an issue and if possible, a pull request.\n\n## Getting Started\n\n### Prequisites\n\nEnsure that you have the latest version of the V programming language installed on your system.\nRefer to the installation instructions [here][2].\n\n### Installation\n\nTo install the `v_pdml` module, run the following command:\n\n```bash\nv install --git https://github.com/hungrybluedev/v_pdml\n```\n\n### Usage\n\nImport `pdml` if you installed from GitHub.\n\n```v\nimport pdml\n\nfn main() {\n\tsample := '[doc\n\t[title Hello, World!]\n\t[author Subhomoy Haldar]\n\t[body\n\t\t[paragraph A sample paragraph for demonstration.]\n\t\t[paragraph Another paragraph.]\n\t]\n]'\n\tdoc := pdml.Document.parse_string(sample)!\n\tprintln(doc)\n}\n```\n\nCheck the **examples** directory for more examples.\n\n## Acknowledgements\n\nI would like to thank Christian Neumanns (@pdml-lang) for creating the PDML and PML standard\nand for his help in the development of this module.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact and Support\n\nIf you like my work, and would want to discuss how I can help you, you can book a call\nwith me.\n\n[![Book a call](https://img.shields.io/badge/Book%20a%20call-Consulting-blue?style=plastic)](https://tidycal.com/hungrybluedev)\n\n[1]: https://pdml-lang.dev/index.html\n[2]: https://github.com/vlang/v/?tab=readme-ov-file#installing-v-from-source\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungrybluedev%2Fv_pdml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhungrybluedev%2Fv_pdml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungrybluedev%2Fv_pdml/lists"}