{"id":3523,"url":"https://github.com/haskell/double-conversion","last_synced_at":"2026-05-13T11:30:51.741Z","repository":{"id":1873424,"uuid":"2798725","full_name":"haskell/double-conversion","owner":"haskell","description":"A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.","archived":false,"fork":false,"pushed_at":"2024-03-25T22:55:59.000Z","size":7170,"stargazers_count":18,"open_issues_count":14,"forks_count":37,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-04-30T06:05:06.536Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hackage.haskell.org/package/double-conversion","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell.png","metadata":{"files":{"readme":"README.markdown","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":"AUTHORS","dei":null}},"created_at":"2011-11-17T21:23:37.000Z","updated_at":"2025-10-06T08:58:26.000Z","dependencies_parsed_at":"2023-02-13T21:45:57.911Z","dependency_job_id":"26ba9cac-8621-41b8-be72-f2229b37ce0c","html_url":"https://github.com/haskell/double-conversion","commit_stats":{"total_commits":158,"total_committers":23,"mean_commits":6.869565217391305,"dds":0.6645569620253164,"last_synced_commit":"52c3ba6adcf2e401ff2843912117742ae0ab9f62"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/haskell/double-conversion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32525896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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"}},"owner":{"login":"haskell","name":"Haskell","uuid":"450574","kind":"organization","description":"","email":null,"website":"http://www.haskell.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/450574?v=4","repositories_count":91,"last_synced_at":"2024-04-16T00:27:22.397Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/haskell","funding_links":[],"total_stars":21803,"followers":506,"following":0,"created_at":"2022-11-02T16:31:04.944Z","updated_at":"2024-04-16T00:27:46.815Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell/repositories"},"packages":[{"id":177398,"name":"double-conversion","ecosystem":"hackage","description":"A library that performs fast, accurate conversion between\nfloating point and text.\n\nThis library is implemented as bindings to the C++\ndouble-conversion library written by Florian Loitsch at Google:\nhttps://github.com/floitsch/double-conversion.\n\nNow it can convert single precision numbers, and also it can create\nBuilder, instead of bytestring or text.\n\nThe Text versions of these functions are about 30 times faster\nthan the default show implementation for the Double type.\n\nThe ByteString versions are have very close speed to the Text versions;\n\nBuilder versions (both for Text and Bytestring) are slower on single value,\nbut they are much faster on large number of values\n(up to 20x faster on list with 20000 doubles).\n\nAs a final note, be aware that the bytestring-show package is\nabout 50% slower than simply using show.","homepage":"https://github.com/haskell/double-conversion","licenses":"BSD-2-Clause","normalized_licenses":["BSD-2-Clause"],"repository_url":"https://github.com/haskell/double-conversion","keywords_array":["bsd2","library","text","Propose Tags"],"namespace":null,"versions_count":14,"first_release_published_at":"2011-06-27T07:31:23.000Z","latest_release_published_at":"2024-02-11T15:24:21.000Z","latest_release_number":"2.0.5.0","last_synced_at":"2026-05-08T11:57:18.498Z","created_at":"2022-04-05T19:23:49.257Z","updated_at":"2026-05-08T11:57:18.499Z","registry_url":"https://hackage.haskell.org/package/double-conversion","install_command":"cabal install double-conversion","documentation_url":null,"metadata":{},"repo_metadata":{"id":1873424,"uuid":"2798725","full_name":"haskell/double-conversion","owner":"haskell","description":"A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.","archived":false,"fork":false,"pushed_at":"2024-03-25T22:55:59.000Z","size":7170,"stargazers_count":18,"open_issues_count":14,"forks_count":38,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-16T01:39:50.168Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hackage.haskell.org/package/double-conversion","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell.png","metadata":{"files":{"readme":"README.markdown","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":"AUTHORS","dei":null}},"created_at":"2011-11-17T21:23:37.000Z","updated_at":"2025-07-28T01:59:04.000Z","dependencies_parsed_at":"2023-02-13T21:45:57.911Z","dependency_job_id":"26ba9cac-8621-41b8-be72-f2229b37ce0c","html_url":"https://github.com/haskell/double-conversion","commit_stats":{"total_commits":158,"total_committers":23,"mean_commits":6.869565217391305,"dds":0.6645569620253164,"last_synced_commit":"52c3ba6adcf2e401ff2843912117742ae0ab9f62"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/haskell/double-conversion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271424092,"owners_count":24757335,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"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"},"owner_record":{"login":"haskell","name":"Haskell","uuid":"450574","kind":"organization","description":"","email":null,"website":"http://www.haskell.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/450574?v=4","repositories_count":91,"last_synced_at":"2024-04-16T00:27:22.397Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/haskell","funding_links":[],"total_stars":21803,"followers":506,"following":0,"created_at":"2022-11-02T16:31:04.944Z","updated_at":"2024-04-16T00:27:46.815Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell/repositories"},"tags":[{"name":"2.0.1.0","sha":"f3fce4fa6bb0f78d8efcd6121719f02907bc0c6f","kind":"commit","published_at":"2014-08-13T18:36:54.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/2.0.1.0","html_url":"https://github.com/haskell/double-conversion/releases/tag/2.0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@2.0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/2.0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/2.0.1.0/manifests"},{"name":"v1.1.5","sha":"57b1e094dbd12152f4daf8c6e91184fabf603906","kind":"commit","published_at":"2014-01-12T19:25:59.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v1.1.5","html_url":"https://github.com/haskell/double-conversion/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v1.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.5/manifests"},{"name":"v1.1.4","sha":"892b306d5e13d58b5a609056a5e5eff0a65d9741","kind":"commit","published_at":"2014-01-12T18:05:26.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v1.1.4","html_url":"https://github.com/haskell/double-conversion/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"ea2aa13f282f1253fe665a1a47e0935a0e726571","kind":"commit","published_at":"2014-01-12T17:26:16.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v1.1.3","html_url":"https://github.com/haskell/double-conversion/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.3/manifests"},{"name":"v2.0.1","sha":"2fb03de56faa32bbba5e02222528e7b760f71d77","kind":"commit","published_at":"2014-01-12T16:31:24.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v2.0.1","html_url":"https://github.com/haskell/double-conversion/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"3c1096283dadd6620a46a91dde7d1c2515625c4c","kind":"commit","published_at":"2013-11-10T06:33:21.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v2.0.0","html_url":"https://github.com/haskell/double-conversion/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v2.0.0/manifests"},{"name":"v1.1.2","sha":"239ff7e1a021b2e4dca092d8b36ba7702f02f86c","kind":"commit","published_at":"2013-11-10T06:21:11.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v1.1.2","html_url":"https://github.com/haskell/double-conversion/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.2/manifests"},{"name":"v1.0.2","sha":"6229232a32f429aa352788cdaaf3c6f4ee36a423","kind":"commit","published_at":"2013-11-10T06:12:11.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v1.0.2","html_url":"https://github.com/haskell/double-conversion/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.0.2/manifests"},{"name":"0.2.0.6","sha":"1e9765c9eb1dfaf9bfe587e223721f6b5bb246d4","kind":"commit","published_at":"2012-12-31T22:07:33.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/0.2.0.6","html_url":"https://github.com/haskell/double-conversion/releases/tag/0.2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@0.2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.6/manifests"},{"name":"0.2.0.5","sha":"0d0ae75a6208c834bddc4689f9e3662f48c9190c","kind":"commit","published_at":"2012-08-25T04:09:46.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/0.2.0.5","html_url":"https://github.com/haskell/double-conversion/releases/tag/0.2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@0.2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.5/manifests"},{"name":"v1.1.1","sha":"e5b34421b763f7bf7e4f9081403db417d5a55a36","kind":"commit","published_at":"2012-06-10T18:02:57.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v1.1.1","html_url":"https://github.com/haskell/double-conversion/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1.1/manifests"},{"name":"v1.0.1","sha":"895eeeb8d90b5fcbc774d8f01c076a6d75a359c1","kind":"commit","published_at":"2012-06-10T17:57:59.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v1.0.1","html_url":"https://github.com/haskell/double-conversion/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.0.1/manifests"},{"name":"v1.1","sha":"3acc4e41aa42a9276bb9c23e157b48f698fc07fd","kind":"commit","published_at":"2012-02-05T18:32:14.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v1.1","html_url":"https://github.com/haskell/double-conversion/releases/tag/v1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.1/manifests"},{"name":"v1.0","sha":"0cbe74bddde430b2a44bb4bb5dbccb2e3f0d5a48","kind":"commit","published_at":"2012-02-05T18:06:34.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/v1.0","html_url":"https://github.com/haskell/double-conversion/releases/tag/v1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/v1.0/manifests"},{"name":"0.2.0.4","sha":"0586c2dd0f89ae09fc62927dde29dd6dc7b0b7e0","kind":"commit","published_at":"2011-12-21T05:22:30.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/0.2.0.4","html_url":"https://github.com/haskell/double-conversion/releases/tag/0.2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@0.2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.4/manifests"},{"name":"0.2.0.3","sha":"0e8c59da6908cae3807436cf1dd5ee6b7fe44e49","kind":"commit","published_at":"2011-11-17T21:15:18.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/0.2.0.3","html_url":"https://github.com/haskell/double-conversion/releases/tag/0.2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@0.2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.3/manifests"},{"name":"0.2.0.1","sha":"58446a86fcbef8e488986ace2aef31e107ac1a2c","kind":"commit","published_at":"2011-08-02T16:16:33.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/0.2.0.1","html_url":"https://github.com/haskell/double-conversion/releases/tag/0.2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@0.2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.1/manifests"},{"name":"0.2.0.0","sha":"ba592d7700520a74444f45c36aa7cef6774a2bb4","kind":"commit","published_at":"2011-06-29T05:18:10.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/0.2.0.0","html_url":"https://github.com/haskell/double-conversion/releases/tag/0.2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@0.2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.2.0.0/manifests"},{"name":"0.1.0.0","sha":"61b5a8eac3a4f018ec2eca7e61efd57edec57068","kind":"commit","published_at":"2011-06-27T07:30:42.000Z","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/0.1.0.0","html_url":"https://github.com/haskell/double-conversion/releases/tag/0.1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/haskell/double-conversion@0.1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags/0.1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-08-21T12:52:53.578Z","dependent_packages_count":6,"downloads":54984,"downloads_period":"total","dependent_repos_count":183,"rankings":{"downloads":2.735235942356598,"dependent_repos_count":2.4413676179711783,"dependent_packages_count":3.3851370443628146,"stargazers_count":19.06753320146934,"forks_count":6.832438541961006,"docker_downloads_count":null,"average":6.892342469624188},"purl":"pkg:hackage/double-conversion","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/hackage/double-conversion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/hackage/double-conversion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/hackage/double-conversion/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-08-21T04:03:52.258Z","issues_count":25,"pull_requests_count":32,"avg_time_to_close_issue":11552367.6875,"avg_time_to_close_pull_request":23149291.444444444,"issues_closed_count":16,"pull_requests_closed_count":27,"pull_request_authors_count":23,"issue_authors_count":22,"avg_comments_per_issue":3.44,"avg_comments_per_pull_request":1.4375,"merged_pull_requests_count":17,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/issues","maintainers":[{"login":"andreasabel","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andreasabel"},{"login":"Kleidukos","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Kleidukos"},{"login":"Haskell-mouse","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Haskell-mouse"},{"login":"simonmar","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/simonmar"},{"login":"nh2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nh2"},{"login":"hvr","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hvr"},{"login":"basvandijk","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/basvandijk"},{"login":"bos","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bos"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/double-conversion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/double-conversion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/double-conversion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/double-conversion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/double-conversion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages/double-conversion/codemeta","maintainers":[{"uuid":"BryanOSullivan","login":"BryanOSullivan","name":null,"email":null,"url":null,"packages_count":50,"html_url":"https://hackage.haskell.org/user/BryanOSullivan","role":null,"created_at":"2022-11-14T17:30:04.378Z","updated_at":"2022-11-14T17:30:04.378Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/maintainers/BryanOSullivan/packages"},{"uuid":"Haskell_Mouse","login":"Haskell_Mouse","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://hackage.haskell.org/user/Haskell_Mouse","role":null,"created_at":"2022-11-14T17:30:04.412Z","updated_at":"2022-11-14T17:30:04.412Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/maintainers/Haskell_Mouse/packages"}],"registry":{"name":"hackage.haskell.org","url":"https://hackage.haskell.org","ecosystem":"hackage","default":true,"packages_count":19107,"maintainers_count":3893,"namespaces_count":0,"keywords_count":0,"github":"haskell-infra","metadata":{"funded_packages_count":1643},"icon_url":"https://github.com/haskell-infra.png","created_at":"2022-04-05T17:03:41.927Z","updated_at":"2026-04-03T06:39:24.215Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/hackage.haskell.org/namespaces"}},{"id":13450143,"name":"haskell-double-conversion","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/haskell/double-conversion","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/haskell/double-conversion","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T17:49:05.127Z","latest_release_published_at":"2026-02-08T17:49:05.127Z","latest_release_number":"2.0.4.2+ds1-1build1","last_synced_at":"2026-03-08T18:56:14.824Z","created_at":"2026-02-08T17:49:04.017Z","updated_at":"2026-03-08T19:04:31.355Z","registry_url":"https://launchpad.net/ubuntu/+source/haskell-double-conversion","install_command":"apt-get install haskell-double-conversion","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"extra","binary":"libghc-double-conversion-dev, libghc-double-conversion-prof, libghc-double-conversion-doc","standards_version":"4.6.2","maintainer":"Debian Haskell Group \u003cpkg-haskell-maintainers@lists.alioth.debian.org\u003e","build_depends":"cdbs, debhelper (\u003e= 10), ghc (\u003e= 9.4), ghc-prof, haskell-devscripts (\u003e= 0.13), libdouble-conversion-dev, libstdc++-dev, libghc-hunit-dev, libghc-test-framework-dev, libghc-test-framework-hunit-dev, libghc-test-framework-quickcheck2-dev","build_depends_indep":"ghc-doc","build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/haskell-double-conversion?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/haskell-double-conversion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/haskell-double-conversion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/haskell-double-conversion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/haskell-double-conversion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/haskell-double-conversion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/haskell-double-conversion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/haskell-double-conversion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/haskell-double-conversion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/haskell-double-conversion/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-04-27T18:20:37.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13647918,"name":"haskell-double-conversion","ecosystem":"debian","description":null,"homepage":"https://github.com/haskell/double-conversion","licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/haskell/double-conversion","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T04:00:07.955Z","latest_release_published_at":"2026-02-12T04:00:07.955Z","latest_release_number":"2.0.5.0+ds1-1","last_synced_at":"2026-03-13T21:25:33.353Z","created_at":"2026-02-12T04:00:07.719Z","updated_at":"2026-03-13T21:25:33.354Z","registry_url":"https://tracker.debian.org/pkg/haskell-double-conversion","install_command":"apt-get install haskell-double-conversion","documentation_url":"https://packages.debian.org/trixie/haskell-double-conversion","metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"libghc-double-conversion-dev, libghc-double-conversion-prof, libghc-double-conversion-doc","standards_version":"4.7.0","maintainer":"Debian Haskell Group \u003cpkg-haskell-maintainers@lists.alioth.debian.org\u003e","build_depends":"cdbs, debhelper (\u003e= 10), ghc (\u003e= 9.4), ghc-prof, haskell-devscripts (\u003e= 0.13), libdouble-conversion-dev, libstdc++-dev, libghc-hunit-dev, libghc-test-framework-dev, libghc-test-framework-hunit-dev, libghc-test-framework-quickcheck2-dev","build_depends_indep":"ghc-doc","build_depends_arch":null},"repo_metadata":{"id":1873424,"uuid":"2798725","full_name":"haskell/double-conversion","owner":"haskell","description":"A fast Haskell library for converting between double precision floating point numbers and text strings. It is implemented as a binding to the V8-derived C++ double-conversion library.","archived":false,"fork":false,"pushed_at":"2024-03-25T22:55:59.000Z","size":7170,"stargazers_count":18,"open_issues_count":14,"forks_count":37,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-31T01:49:56.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://hackage.haskell.org/package/double-conversion","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskell.png","metadata":{"files":{"readme":"README.markdown","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":"AUTHORS","dei":null}},"created_at":"2011-11-17T21:23:37.000Z","updated_at":"2025-10-06T08:58:26.000Z","dependencies_parsed_at":"2023-02-13T21:45:57.911Z","dependency_job_id":"26ba9cac-8621-41b8-be72-f2229b37ce0c","html_url":"https://github.com/haskell/double-conversion","commit_stats":{"total_commits":158,"total_committers":23,"mean_commits":6.869565217391305,"dds":0.6645569620253164,"last_synced_commit":"52c3ba6adcf2e401ff2843912117742ae0ab9f62"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/haskell/double-conversion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskell","download_url":"https://codeload.github.com/haskell/double-conversion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28977643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T11:31:13.034Z","status":"ssl_error","status_checked_at":"2026-02-01T11:30:25.558Z","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"}},"repo_metadata_updated_at":"2026-02-12T04:00:25.699Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":2.0333298396394506,"forks_count":0.9957027565244734,"docker_downloads_count":null,"average":0.757258149040981},"purl":"pkg:deb/debian/haskell-double-conversion?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/haskell-double-conversion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/haskell-double-conversion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/haskell-double-conversion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-02-07T15:01:49.595Z","issues_count":25,"pull_requests_count":33,"avg_time_to_close_issue":11552367.6875,"avg_time_to_close_pull_request":23232183.0,"issues_closed_count":16,"pull_requests_closed_count":27,"pull_request_authors_count":23,"issue_authors_count":22,"avg_comments_per_issue":3.4,"avg_comments_per_pull_request":1.3939393939393938,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":5,"past_year_issues_count":1,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/issues","maintainers":[{"login":"Kleidukos","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Kleidukos"},{"login":"andreasabel","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andreasabel"},{"login":"Haskell-mouse","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Haskell-mouse"},{"login":"bos","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bos"},{"login":"simonmar","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/simonmar"},{"login":"nh2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nh2"},{"login":"hvr","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hvr"},{"login":"basvandijk","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/basvandijk"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/haskell-double-conversion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/haskell-double-conversion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/haskell-double-conversion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/haskell-double-conversion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/haskell-double-conversion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/haskell-double-conversion/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"debian","metadata":{"codename":"trixie"},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-04-27T18:20:39.853Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13389739,"name":"haskell-double-conversion","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/haskell/double-conversion","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/haskell/double-conversion","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T18:09:35.287Z","latest_release_published_at":"2026-02-05T18:09:35.287Z","latest_release_number":"2.0.4.2+ds1-1","last_synced_at":"2026-03-05T19:51:28.769Z","created_at":"2026-02-05T18:09:34.803Z","updated_at":"2026-03-05T20:06:26.043Z","registry_url":"https://launchpad.net/ubuntu/+source/haskell-double-conversion","install_command":"apt-get install haskell-double-conversion","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"extra","binary":"libghc-double-conversion-dev, libghc-double-conversion-prof, libghc-double-conversion-doc","standards_version":"4.6.2","maintainer":"Debian Haskell Group \u003cpkg-haskell-maintainers@lists.alioth.debian.org\u003e","build_depends":"cdbs, debhelper (\u003e= 10), ghc (\u003e= 9.4), ghc-prof, haskell-devscripts (\u003e= 0.13), libdouble-conversion-dev, libstdc++-dev, libghc-hunit-dev, libghc-test-framework-dev, libghc-test-framework-hunit-dev, libghc-test-framework-quickcheck2-dev","build_depends_indep":"ghc-doc","build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/haskell-double-conversion?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/haskell-double-conversion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/haskell-double-conversion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/haskell-double-conversion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/haskell-double-conversion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/haskell-double-conversion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/haskell-double-conversion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/haskell-double-conversion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/haskell-double-conversion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/haskell-double-conversion/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":0,"github":"ubuntu","metadata":{"codename":"noble"},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-04-27T18:20:35.701Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13961836,"name":"ghc-double-conversion","ecosystem":"guix","description":"Fast conversion between double precision floating point and text","homepage":"https://github.com/haskell/double-conversion","licenses":"bsd-3","normalized_licenses":["BSD-1-Clause"],"repository_url":"https://github.com/haskell/double-conversion","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T22:26:12.236Z","latest_release_published_at":"2026-03-02T22:26:12.236Z","latest_release_number":"2.0.4.2","last_synced_at":"2026-04-27T17:55:13.254Z","created_at":"2026-03-02T22:26:12.041Z","updated_at":"2026-04-27T17:55:14.557Z","registry_url":"https://packages.guix.gnu.org/packages/ghc-double-conversion/2.0.4.2/","install_command":"guix install ghc-double-conversion","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/haskell-xyz.scm#n3439","metadata":{"location":"gnu/packages/haskell-xyz.scm:3439","variable_name":"ghc-double-conversion"},"repo_metadata":{},"repo_metadata_updated_at":"2026-04-27T17:55:14.300Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/ghc-double-conversion","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/ghc-double-conversion","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/ghc-double-conversion","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/ghc-double-conversion/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ghc-double-conversion/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ghc-double-conversion/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ghc-double-conversion/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ghc-double-conversion/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ghc-double-conversion/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/ghc-double-conversion/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":31302,"maintainers_count":0,"namespaces_count":0,"keywords_count":1627,"github":"guix-mirror","metadata":{"funded_packages_count":352},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-05-07T05:00:22.550Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}}],"commits":{"id":737482,"full_name":"haskell/double-conversion","default_branch":"master","total_commits":158,"total_committers":22,"total_bot_commits":2,"total_bot_committers":1,"mean_commits":7.181818181818182,"dds":0.6645569620253164,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-05-08T11:56:16.615Z","last_synced_commit":"52c3ba6adcf2e401ff2843912117742ae0ab9f62","created_at":"2023-03-09T13:50:37.555Z","updated_at":"2026-05-08T11:55:07.562Z","committers":[{"name":"Florian Loitsch","email":"florian@loitsch.com","login":"floitsch","count":53},{"name":"Bryan O'Sullivan","email":"bos@serpentine.com","login":"bos","count":53},{"name":"Florian Loitsch","email":"floitsch@google.com","login":"floitschG","count":16},{"name":"HaskellMouse","email":"rinat.stryungis@serokell.io","login":null,"count":11},{"name":"Hécate Moonlight","email":"hecate+github@glitchbra.in","login":"Kleidukos","count":3},{"name":"Kent Williams","email":"norman-k-williams@uiowa.edu","login":null,"count":2},{"name":"Amol Deshpande","email":"amol.deshpande@outlook.com","login":"amoldeshpande","count":2},{"name":"Rinat Striungis","email":"lazybonesxp@gmail.com","login":"Haskell-mouse","count":2},{"name":"Stefan Frijters","email":"sfrijters@gmail.com","login":"SFrijters","count":2},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":2},{"name":"Andrew Cowie","email":"andrew@operationaldynamics.com","login":"istathar","count":1},{"name":"Bodigrim","email":"andrew.lelechenko@gmail.com","login":"Bodigrim","count":1},{"name":"Brad Ediger","email":"brad.ediger@madriska.com","login":"bradediger","count":1},{"name":"Herbert Valerio Riedel","email":"hvr@gnu.org","login":"hvr","count":1},{"name":"Jens Petersen","email":"juhpetersen@gmail.com","login":"juhp","count":1},{"name":"Johan Tibell","email":"johan.tibell@gmail.com","login":"tibbe","count":1},{"name":"Simon Marlow","email":"marlowsd@gmail.com","login":"simonmar","count":1},{"name":"Philipp Kant","email":"philipp@infinipool.com","login":null,"count":1},{"name":"Gil Mizrahi","email":"gil@hasura.io","login":null,"count":1},{"name":"Eric Lindblad","email":"askeblad@outlook.com","login":null,"count":1},{"name":"Tamar Christina","email":"tamar@zhox.com","login":"Mistuke","count":1},{"name":"gwright","email":"gwright@antiope.com","login":"gwright83","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-05-11T00:00:23.725Z","repositories_count":6232552,"commits_count":895041184,"contributors_count":34895385,"owners_count":1151501,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"haskell/double-conversion","html_url":"https://github.com/haskell/double-conversion","last_synced_at":"2026-02-07T15:01:49.595Z","status":"active","issues_count":25,"pull_requests_count":33,"avg_time_to_close_issue":11552367.6875,"avg_time_to_close_pull_request":23232183.0,"issues_closed_count":16,"pull_requests_closed_count":27,"pull_request_authors_count":23,"issue_authors_count":22,"avg_comments_per_issue":3.4,"avg_comments_per_pull_request":1.3939393939393938,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":5,"past_year_issues_count":1,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-09T11:06:55.106Z","updated_at":"2026-02-07T15:01:49.596Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskell%2Fdouble-conversion/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{"dependencies":5,"re: warnings":2}},"issue_author_associations_count":{"table":{"NONE":16,"MEMBER":6,"CONTRIBUTOR":2,"COLLABORATOR":1}},"pull_request_author_associations_count":{"table":{"NONE":13,"CONTRIBUTOR":12,"MEMBER":6,"COLLABORATOR":2}},"issue_authors":{"table":{"andreasabel":4,"JeffreyBenjaminBrown":1,"mightybyte":1,"unhammer":1,"KolodeznyDiver":1,"richsmith92":1,"vmchale":1,"nh2":1,"gwright83":1,"JohnLato":1,"Bodigrim":1,"AJChapman":1,"TomMD":1,"crabmusket":1,"rwbarton":1,"singpolyma":1,"Vekhir":1,"niteria":1,"goertzenator":1,"bos":1,"juhp":1,"Kleidukos":1}},"pull_request_authors":{"table":{"dependabot[bot]":5,"Kleidukos":3,"bradediger":2,"Haskell-mouse":2,"goertzenator":2,"SFrijters":2,"basvandijk":1,"kantp":1,"hvr":1,"singpolyma":1,"ghost":1,"simonmar":1,"A1kmm":1,"amesgen":1,"Bodigrim":1,"peti":1,"Mistuke":1,"istathar":1,"juhp":1,"gwright83":1,"soupi":1,"tolysz":1,"gwils":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-04-26T00:00:11.126Z","repositories_count":14393537,"issues_count":34354361,"pull_requests_count":112517733,"authors_count":11245805,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"NONE":1}},"past_year_pull_request_author_associations_count":{"table":{"NONE":3}},"past_year_issue_authors":{"table":{"goertzenator":1}},"past_year_pull_request_authors":{"table":{"goertzenator":2,"amesgen":1}},"maintainers":[{"table":{"login":"Kleidukos","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Kleidukos"}},{"table":{"login":"andreasabel","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/andreasabel"}},{"table":{"login":"Haskell-mouse","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Haskell-mouse"}},{"table":{"login":"bos","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bos"}},{"table":{"login":"simonmar","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/simonmar"}},{"table":{"login":"nh2","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nh2"}},{"table":{"login":"hvr","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hvr"}},{"table":{"login":"basvandijk","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/basvandijk"}}],"active_maintainers":[]}},"events":{"total":{"PullRequestEvent":2,"ForkEvent":5,"IssuesEvent":1,"WatchEvent":3,"IssueCommentEvent":1},"last_year":{"PullRequestEvent":1,"ForkEvent":2,"IssuesEvent":1,"WatchEvent":2,"IssueCommentEvent":1}},"keywords":[],"dependencies":[{"ecosystem":"hackage","filepath":"benchmarks/double-conversion-benchmarks.cabal","sha":null,"kind":"manifest","created_at":"2022-07-26T14:18:13.496Z","updated_at":"2022-07-26T14:18:13.496Z","repository_link":"https://github.com/haskell/double-conversion/blob/master/benchmarks/double-conversion-benchmarks.cabal","dependencies":[{"id":431509939,"package_name":"base","ecosystem":"hackage","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":431509940,"package_name":"bytestring","ecosystem":"hackage","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":431509941,"package_name":"bytestring-show","ecosystem":"hackage","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":431509942,"package_name":"criterion","ecosystem":"hackage","requirements":"\u003e=0.5.0.10","direct":true,"kind":"runtime","optional":false},{"id":431509943,"package_name":"double-conversion","ecosystem":"hackage","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":431509944,"package_name":"text","ecosystem":"hackage","requirements":"\u003e=0.11.0.8","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"hackage","filepath":"double-conversion.cabal","sha":null,"kind":"manifest","created_at":"2022-07-26T14:18:13.583Z","updated_at":"2022-07-26T14:18:13.583Z","repository_link":"https://github.com/haskell/double-conversion/blob/master/double-conversion.cabal","dependencies":[{"id":431510015,"package_name":"base","ecosystem":"hackage","requirements":"==4.*","direct":true,"kind":"runtime","optional":false},{"id":431510016,"package_name":"bytestring","ecosystem":"hackage","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":431510017,"package_name":"ghc-prim","ecosystem":"hackage","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":431510018,"package_name":"text","ecosystem":"hackage","requirements":"\u003e=0.11.0.8","direct":true,"kind":"runtime","optional":false},{"id":431510019,"package_name":"HUnit","ecosystem":"hackage","requirements":"*","direct":true,"kind":"test","optional":false},{"id":431510020,"package_name":"base","ecosystem":"hackage","requirements":"*","direct":true,"kind":"test","optional":false},{"id":431510021,"package_name":"bytestring","ecosystem":"hackage","requirements":"*","direct":true,"kind":"test","optional":false},{"id":431510022,"package_name":"double-conversion","ecosystem":"hackage","requirements":"*","direct":true,"kind":"test","optional":false},{"id":431510023,"package_name":"test-framework","ecosystem":"hackage","requirements":"*","direct":true,"kind":"test","optional":false},{"id":431510024,"package_name":"test-framework-hunit","ecosystem":"hackage","requirements":"*","direct":true,"kind":"test","optional":false},{"id":431510025,"package_name":"test-framework-quickcheck2","ecosystem":"hackage","requirements":"*","direct":true,"kind":"test","optional":false},{"id":431510026,"package_name":"text","ecosystem":"hackage","requirements":"*","direct":true,"kind":"test","optional":false}]}],"score":17.47504358728298,"created_at":"2023-04-12T11:48:23.623Z","updated_at":"2026-05-13T11:30:51.741Z","avatar_url":"https://github.com/haskell.png","language":"C++","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/3523","html_url":"https://summary.ecosyste.ms/projects/3523"}