{"id":13561873,"url":"https://github.com/rtfeldman/elm-hex","last_synced_at":"2025-09-24T06:32:20.697Z","repository":{"id":57675206,"uuid":"145596368","full_name":"rtfeldman/elm-hex","owner":"rtfeldman","description":"Work with Hexadecimal numbers in Elm.","archived":false,"fork":false,"pushed_at":"2020-07-26T08:52:27.000Z","size":10,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T23:49:47.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/rtfeldman/elm-hex/latest","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rtfeldman.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":"2018-08-21T17:21:21.000Z","updated_at":"2024-07-18T18:13:38.000Z","dependencies_parsed_at":"2022-09-02T15:02:07.540Z","dependency_job_id":null,"html_url":"https://github.com/rtfeldman/elm-hex","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfeldman%2Felm-hex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfeldman%2Felm-hex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfeldman%2Felm-hex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rtfeldman%2Felm-hex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rtfeldman","download_url":"https://codeload.github.com/rtfeldman/elm-hex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234050733,"owners_count":18771766,"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":[],"created_at":"2024-08-01T13:01:02.143Z","updated_at":"2025-09-24T06:32:15.430Z","avatar_url":"https://github.com/rtfeldman.png","language":"Elm","readme":"# hex\n\nConvert integers to and from hexadecimal strings in Elm.\n\n    -- Convert a hexdecimal string such as \"abc94f\" to a decimal integer.\n\n    Hex.fromString \"a5\" == Ok 165\n    Hex.fromString \"hat\" == Err \"invalid hexadecimal string\"\n\n\n    -- Convert a decimal integer to a hexdecimal string such as `\"abc94f\"`.\n\n    Hex.toString 165 == \"a5\"\n","funding_links":[],"categories":["Elm"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtfeldman%2Felm-hex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtfeldman%2Felm-hex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtfeldman%2Felm-hex/lists"}