{"id":16189369,"url":"https://github.com/caolan/chicken-toml","last_synced_at":"2026-02-04T07:07:44.993Z","repository":{"id":30712873,"uuid":"34269002","full_name":"caolan/chicken-toml","owner":"caolan","description":"A TOML parser for CHICKEN Scheme built with comparse","archived":false,"fork":false,"pushed_at":"2019-06-12T14:03:08.000Z","size":51,"stargazers_count":11,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T16:46:19.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scheme","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/caolan.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}},"created_at":"2015-04-20T15:31:50.000Z","updated_at":"2021-11-14T17:37:57.000Z","dependencies_parsed_at":"2022-09-18T23:51:24.051Z","dependency_job_id":null,"html_url":"https://github.com/caolan/chicken-toml","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-toml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-toml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-toml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caolan%2Fchicken-toml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caolan","download_url":"https://codeload.github.com/caolan/chicken-toml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247666005,"owners_count":20975787,"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-10T07:35:14.268Z","updated_at":"2026-02-04T07:07:39.973Z","avatar_url":"https://github.com/caolan.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TOML parser for CHICKEN Scheme\n\nBuilt with [comparse](http://wiki.call-cc.org/eggref/4/comparse).\n\n```scheme\n(use toml)\n\n(read-toml string/input-port) ;; =\u003e data\n(write-toml data output-port)\n(toml-\u003estring data) ;; =\u003e string\n```\n\nParsed TOML data is mapped to scheme types as follows:\n\n```\nTOML     | Scheme\n-------------------\nstring   | string\ninteger  | number\nfloat    | number\nboolean  | boolean\ntable    | alist\narray    | vector\ndate     | rfc3339 record\n```\n\nPasses [toml-test](https://github.com/BurntSushi/toml-test) suites for\nencoding and decoding.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fchicken-toml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaolan%2Fchicken-toml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaolan%2Fchicken-toml/lists"}