{"id":16592693,"url":"https://github.com/prikhi/decimal","last_synced_at":"2025-10-29T10:30:36.677Z","repository":{"id":62419410,"uuid":"103893448","full_name":"prikhi/decimal","owner":"prikhi","description":"Arbitrary Precision Decimals in Elm","archived":false,"fork":false,"pushed_at":"2020-10-07T20:24:52.000Z","size":26,"stargazers_count":10,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T01:03:02.629Z","etag":null,"topics":["decimal","elm"],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/prikhi/decimal/latest","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prikhi.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}},"created_at":"2017-09-18T04:56:50.000Z","updated_at":"2024-10-13T05:40:17.000Z","dependencies_parsed_at":"2022-11-01T16:48:55.609Z","dependency_job_id":null,"html_url":"https://github.com/prikhi/decimal","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/prikhi%2Fdecimal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prikhi%2Fdecimal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prikhi%2Fdecimal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prikhi%2Fdecimal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prikhi","download_url":"https://codeload.github.com/prikhi/decimal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238803531,"owners_count":19533332,"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":["decimal","elm"],"created_at":"2024-10-11T23:21:57.740Z","updated_at":"2025-10-29T10:30:36.359Z","avatar_url":"https://github.com/prikhi.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Decimal\n\n[![Build Status](https://travis-ci.org/prikhi/decimal.svg?branch=master)](https://travis-ci.org/prikhi/decimal)\n\n\nArbitrary-precision Decimal numbers for Elm.\n\n```elm\nimport Decimal exposing (Decimal)\n\ncentsToDecimalString : Int -\u003e String\ncentsToDecimalString totalCents =\n    Decimal.fromInt totalCents\n        |\u003e Decimal.mul (Decimal.intWithExponent 1 -2)\n        |\u003e Decimal.toString\n        |\u003e ((++) \"$\")\n```\n\n\n# License\n\nMIT\n\nForked from [javcasas' elm-decimal](https://github.com/javcasas/elm-decimal)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprikhi%2Fdecimal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprikhi%2Fdecimal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprikhi%2Fdecimal/lists"}