{"id":17691262,"url":"https://github.com/genericptr/fptoml","last_synced_at":"2025-05-05T16:43:06.034Z","repository":{"id":91847805,"uuid":"300681222","full_name":"genericptr/fpTOML","owner":"genericptr","description":"TOML parser for Free Pascal Compiler.","archived":false,"fork":false,"pushed_at":"2022-10-13T07:31:17.000Z","size":88,"stargazers_count":32,"open_issues_count":4,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-30T22:26:28.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Pascal","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/genericptr.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":"2020-10-02T16:56:43.000Z","updated_at":"2025-03-22T09:51:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"2412a909-0d8b-4dc6-a0ee-34da060fc0a5","html_url":"https://github.com/genericptr/fpTOML","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/genericptr%2FfpTOML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genericptr%2FfpTOML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genericptr%2FfpTOML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genericptr%2FfpTOML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genericptr","download_url":"https://codeload.github.com/genericptr/fpTOML/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252535248,"owners_count":21763921,"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":[],"created_at":"2024-10-24T12:08:04.810Z","updated_at":"2025-05-05T16:43:06.013Z","avatar_url":"https://github.com/genericptr.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fpTOML Parser\n\nTOML parser for Free Pascal Compiler. Learn more about Tom's Obvious, Minimal Language at https://toml.io/.\n\n```toml\n# This is a TOML document.\n\n# TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. \n# TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into \n# data structures in a wide variety of languages.\n\ntitle = \"TOML Example\"\n\n[owner]\nname = \"Tom Preston-Werner\"\ndob = 1979-05-27T07:32:00-08:00 # First class dates\n\n[database]\nserver = \"192.168.1.1\"\nports = [ 8001, 8001, 8002 ]\nconnection_max = 5000\nenabled = true\n\n[servers]\n\n  # Indentation (tabs and/or spaces) is allowed but not required\n  [servers.alpha]\n  ip = \"10.0.0.1\"\n  dc = \"eqdc10\"\n\n  [servers.beta]\n  ip = \"10.0.0.2\"\n  dc = \"eqdc10\"\n\n[clients]\ndata = [ [\"gamma\", \"delta\"], [1, 2] ]\n\n# Line breaks are OK when inside arrays\nhosts = [\n  \"alpha\",\n  \"omega\"\n]\n```\n\n[TOML v1.0.0-rc.1](https://toml.io/en/v1.0.0-rc.1) compliant.\n\n### 👌 Features:\n\n - Fast. Single stream tokenizer and lexer which doesn't use regex.\n - Convert TOML data to TJSONData (see fpJSON in RTL).\n\n### 🛠 TODO:\n\n - Line endings/white space rules are not 100% correct\n - Output TOML data structures as TOML text.\n - Better support for building TOML data programmatically. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenericptr%2Ffptoml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenericptr%2Ffptoml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenericptr%2Ffptoml/lists"}