{"id":15010962,"url":"https://github.com/composewell/unicode-data","last_synced_at":"2025-04-09T18:40:30.555Z","repository":{"id":37860815,"uuid":"265262548","full_name":"composewell/unicode-data","owner":"composewell","description":"Access unicode character database","archived":false,"fork":false,"pushed_at":"2023-11-29T12:36:39.000Z","size":6276,"stargazers_count":17,"open_issues_count":18,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-25T23:02:16.096Z","etag":null,"topics":["haskell","streamly","unicode"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/composewell.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-05-19T14:00:17.000Z","updated_at":"2024-06-03T19:09:17.003Z","dependencies_parsed_at":"2023-11-29T07:30:27.176Z","dependency_job_id":"0c0bdee0-6a3b-4abc-a3b3-a8f7d3f0c851","html_url":"https://github.com/composewell/unicode-data","commit_stats":{"total_commits":183,"total_committers":8,"mean_commits":22.875,"dds":0.5519125683060109,"last_synced_commit":"d9093733c6c6bb59e96caf2ce81a34a00a4def8b"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Funicode-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Funicode-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Funicode-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/composewell%2Funicode-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/composewell","download_url":"https://codeload.github.com/composewell/unicode-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248089690,"owners_count":21045951,"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":["haskell","streamly","unicode"],"created_at":"2024-09-24T19:37:54.294Z","updated_at":"2025-04-09T18:40:30.537Z","avatar_url":"https://github.com/composewell.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\n## The `unicode-data` packages family\n\nThis repository provides packages to use the\n[Unicode character database](https://www.unicode.org/ucd/) (UCD):\n\n- [`unicode-data`](#unicode-data) for general character properties.\n- [`unicode-data-names`](#unicode-data-names) for characters names and aliases.\n- [`unicode-data-scripts`](#unicode-data-scripts) for characters scripts.\n- [`unicode-data-security`](#unicode-data-security) for security mechanisms.\n\nThe Haskell data structures are generated programmatically from the UCD files.\nThe latest Unicode version supported by these libraries is\n[`15.1.0`](https://www.unicode.org/versions/Unicode15.1.0/).\n\n### `unicode-data`\n\n[`unicode-data`](unicode-data#readme) provides Haskell APIs to efficiently\naccess the Unicode character database.\nPerformance is the primary goal in the design of this package.\n\nPlease see the\n[Haddock documentation](https://hackage.haskell.org/package/unicode-data)\nfor reference documentation.\n\n### `unicode-data-names`\n\n[`unicode-data-names`](unicode-data-names#readme) provides Haskell APIs\nto efficiently access the Unicode character _names_ from the Unicode character\ndatabase.\n\nPlease see the\n[Haddock documentation](https://hackage.haskell.org/package/unicode-data-names)\nfor reference documentation.\n\n### `unicode-data-scripts`\n\n[`unicode-data-scripts`](unicode-data-scripts#readme) provides Haskell APIs\nto efficiently access the Unicode character _scripts_ from the Unicode character\ndatabase.\n\nPlease see the\n[Haddock documentation](https://hackage.haskell.org/package/unicode-data-scripts)\nfor reference documentation.\n\n### `unicode-data-security`\n\n[`unicode-data-security`](unicode-data-security#readme) provides Haskell APIs\nto efficiently access the\n[Unicode security mechanisms database](https://www.unicode.org/reports/tr39/).\n\nPlease see the\n[Haddock documentation](https://hackage.haskell.org/package/unicode-data-security)\nfor reference documentation.\n\n## Performance\n\n`unicode-data` is up to [_5 times faster_](unicode-data#performance)\nthan `base`.\n\n## Unicode database version update\n\nSee `unicode-data`’s [guide](unicode-data/README.md#unicode-database-version-update).\n\n## Unicode version in some major libraries\n\nThe following sections tracks the Unicode versions used in some major libraries.\nWhile `unicode-data` packages do not depend on the Unicode version used in these\npackages, there may be some mismatches when using them together.\n\n### GHC / [`base`](https://hackage.haskell.org/package/base)\n\n| GHC version   | `base` version | Unicode version |\n| ------------- | -------------- | --------------- |\n| 8.8           | 4.13           | 12.0            |\n| 8.10.\\[1-4\\]  | 4.14.\\[0-1\\]   | 12.0            |\n| 8.10.5+       | 4.14.2+        | 13.0            |\n| 9.0.\\[1-2\\]   | 4.15.0         | 12.1            |\n| 9.2.\\[1-6\\]   | 4.16.0         | 14.0            |\n| 9.4.\\[1-4\\]   | 4.17.0         | 14.0            |\n| 9.6.\\[1-3\\]   | 4.18.\\[0-1\\]   | 15.0            |\n| 9.6.4-5       | 4.18.2+        | 15.1            |\n| 9.8.1         | 4.19.0         | 15.1            |\n| 9.10.1        | 4.20.0         | 15.1            |\n\n### [`text`](https://hackage.haskell.org/package/text)\n\n| `text` version | Unicode version |\n| -------------- | --------------- |\n| 1.2.5.0        | 13.0            |\n| 2.0.\\[0-2\\]    | 14.0            |\n| 2.1.\\[0-1\\]    | 14.0            |\n\n## Licensing\n\n`unicode-data*` packages are an [open source](https://github.com/composewell/unicode-data)\nproject available under a liberal [Apache-2.0 license](unicode-data/LICENSE).\n\n## Contributing\n\nAs an open project we welcome contributions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomposewell%2Funicode-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomposewell%2Funicode-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomposewell%2Funicode-data/lists"}