{"id":50328695,"url":"https://github.com/alainm23/chrono","last_synced_at":"2026-05-29T08:04:57.510Z","repository":{"id":359601991,"uuid":"1246741698","full_name":"alainm23/chrono","owner":"alainm23","description":"A natural language date and time parser library for Vala/GLib applications","archived":false,"fork":false,"pushed_at":"2026-05-23T11:12:00.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T13:08:17.403Z","etag":null,"topics":["date-parser","glib","gnome","library","natural-language-processing","vala"],"latest_commit_sha":null,"homepage":"","language":"Vala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alainm23.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T14:01:08.000Z","updated_at":"2026-05-23T11:11:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alainm23/chrono","commit_stats":null,"previous_names":["alainm23/libchrono","alainm23/chrono"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alainm23/chrono","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainm23%2Fchrono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainm23%2Fchrono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainm23%2Fchrono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainm23%2Fchrono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alainm23","download_url":"https://codeload.github.com/alainm23/chrono/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainm23%2Fchrono/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33642327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["date-parser","glib","gnome","library","natural-language-processing","vala"],"created_at":"2026-05-29T08:04:57.325Z","updated_at":"2026-05-29T08:04:57.504Z","avatar_url":"https://github.com/alainm23.png","language":"Vala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chrono\n\nA natural language date and time parser library for Vala/GLib applications.\n\nOriginally developed as part of [Planify](https://github.com/alainm23/planify).\n\n## Features\n\n- Parse natural language date/time strings (e.g. \"tomorrow\", \"next Monday\", \"in 3 days\")\n- Recurrence rule parsing (e.g. \"every week\", \"every Monday\")\n- Multi-language support (English, Spanish — more via template)\n- Pure Vala/GLib, no external dependencies\n\n## Usage\n\n```vala\nvar chrono = new Chrono.Core ();\nvar result = chrono.parse (\"tomorrow at 9am\");\nif (result != null) {\n    print (\"Parsed date: %s\\n\", result.date.to_string ());\n}\n```\n\n## Building\n\n```bash\nmeson setup build\ncd build\nninja\nsudo ninja install\n```\n\n## Adding a new language\n\nSee `lib/Locales/TEMPLATE.md` for instructions on adding a new locale.\n\n## License\n\nGPL-3.0-or-later — see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falainm23%2Fchrono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falainm23%2Fchrono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falainm23%2Fchrono/lists"}