{"id":16661094,"url":"https://github.com/kukimik/dhall-date-format","last_synced_at":"2026-03-17T11:35:05.132Z","repository":{"id":244235484,"uuid":"814650255","full_name":"kukimik/dhall-date-format","owner":"kukimik","description":"Utilities for formatting dates in the Dhall configuration language.","archived":false,"fork":false,"pushed_at":"2024-06-13T12:42:10.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T20:51:17.510Z","etag":null,"topics":["date","dhall-lang","formatting"],"latest_commit_sha":null,"homepage":"","language":"Dhall","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kukimik.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-06-13T12:27:20.000Z","updated_at":"2025-01-21T18:01:28.000Z","dependencies_parsed_at":"2024-06-13T15:19:31.407Z","dependency_job_id":"f18833e3-20b5-4df2-8e7a-01bf24252ddf","html_url":"https://github.com/kukimik/dhall-date-format","commit_stats":null,"previous_names":["kukimik/dhall-date-format"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kukimik/dhall-date-format","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kukimik%2Fdhall-date-format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kukimik%2Fdhall-date-format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kukimik%2Fdhall-date-format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kukimik%2Fdhall-date-format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kukimik","download_url":"https://codeload.github.com/kukimik/dhall-date-format/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kukimik%2Fdhall-date-format/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30622771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T11:26:08.186Z","status":"ssl_error","status_checked_at":"2026-03-17T11:24:37.311Z","response_time":56,"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":["date","dhall-lang","formatting"],"created_at":"2024-10-12T10:33:33.136Z","updated_at":"2026-03-17T11:35:05.116Z","avatar_url":"https://github.com/kukimik.png","language":"Dhall","readme":"Utilities for formatting `Date`s as `Text` in the [Dhall](https://dhall-lang.org/)\nconfiguration language.\n\n## Usage example\n\n```dhall\nlet DF = ./src/package.dhall\nlet F = DF.Formats\n\nin\n  [DF.format F.`MM.DD.YYYY` 1991-09-17\n  ,DF.format F.`the Dth of MMMM, YYYY` 1990-04-01\n  ,DF.format (DF.mask \"D@MMMM[YY]\") 1970-01-01\n  ]\n```\n\nevaluates to\n\n```dhall\n[ \"09.17.1991\", \"the 1st of April, 1990\", \"1@January[70]\" ]\n```\n\n## Available formats\n\nThe formats provided by the library all live in `./src/Formats/package.dhall`.\n\nIt is easy to implement your own format; see the source code of the existing\nformats and proceed analogously. You may also use `./src/mask.dhall` to create\na simple format using a `Text` mask.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkukimik%2Fdhall-date-format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkukimik%2Fdhall-date-format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkukimik%2Fdhall-date-format/lists"}