{"id":15059748,"url":"https://github.com/waratuman/elm-coder","last_synced_at":"2026-02-27T19:09:46.078Z","repository":{"id":62419650,"uuid":"100320020","full_name":"waratuman/elm-coder","owner":"waratuman","description":"An encoder and decoder of Base64, Base32, and Base16 for Elm","archived":false,"fork":false,"pushed_at":"2022-12-20T20:51:30.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T07:10:13.545Z","etag":null,"topics":["base16","base32","base64","decoder","decoding","elm","elm-lang","encoder","encoding","rfc4648"],"latest_commit_sha":null,"homepage":null,"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/waratuman.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-08-15T00:09:53.000Z","updated_at":"2023-11-27T01:03:19.000Z","dependencies_parsed_at":"2023-01-30T02:00:58.051Z","dependency_job_id":null,"html_url":"https://github.com/waratuman/elm-coder","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/waratuman/elm-coder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waratuman%2Felm-coder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waratuman%2Felm-coder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waratuman%2Felm-coder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waratuman%2Felm-coder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waratuman","download_url":"https://codeload.github.com/waratuman/elm-coder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waratuman%2Felm-coder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264652673,"owners_count":23644306,"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":["base16","base32","base64","decoder","decoding","elm","elm-lang","encoder","encoding","rfc4648"],"created_at":"2024-09-24T22:47:13.895Z","updated_at":"2026-02-27T19:09:41.037Z","avatar_url":"https://github.com/waratuman.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elm Coder\n\nAn encoder and decoder for Base64, Base32 and Base16 (Hexadecimal).\n\n# Example\n\n```elm\n\nimport Base32 exposing (decode, encode)\n\n\nencodeFooBar =\n    (\"foobar\"\n        |\u003e String.toList\n        |\u003e List.map Char.toCode\n        |\u003e encode\n    )\n        == Ok \"Zm9vYmFy\"\n\n\ndecodeFooBar =\n    (\"Zm9vYmFy\"\n        |\u003e decode\n        |\u003e Result.map (List.map Char.fromCode \u003e\u003e String.fromList)\n    )\n        == Ok \"foobar\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaratuman%2Felm-coder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaratuman%2Felm-coder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaratuman%2Felm-coder/lists"}