{"id":13561639,"url":"https://github.com/fredcy/elm-parseint","last_synced_at":"2025-04-15T01:29:00.901Z","repository":{"id":62418505,"uuid":"50611754","full_name":"fredcy/elm-parseint","owner":"fredcy","description":"Elm function for converting a String value to Int","archived":false,"fork":false,"pushed_at":"2018-09-05T16:51:32.000Z","size":28,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T00:30:19.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/fredcy/elm-parseint/latest/ParseInt","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/fredcy.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":"2016-01-28T20:34:08.000Z","updated_at":"2023-11-04T19:54:47.000Z","dependencies_parsed_at":"2022-11-01T16:46:16.746Z","dependency_job_id":null,"html_url":"https://github.com/fredcy/elm-parseint","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredcy%2Felm-parseint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredcy%2Felm-parseint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredcy%2Felm-parseint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredcy%2Felm-parseint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fredcy","download_url":"https://codeload.github.com/fredcy/elm-parseint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650219,"owners_count":21139632,"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:00:59.418Z","updated_at":"2025-04-15T01:29:00.885Z","avatar_url":"https://github.com/fredcy.png","language":"Elm","funding_links":[],"categories":["Elm"],"sub_categories":[],"readme":"# elm-parseint\nConvert String value to Int, or Int to String, with given radix.\n\nThe `parseInt` function here is similar to Javascript's parseInt(), parsing a\ndecimal string and returning the corresponding Int value if any. `parseIntOct`,\n`parseIntHex`, and `parseIntRadix` parse strings encoded as octal, hexadecimal,\nor arbitrary radix, respectively.\n\nThe `toRadix` function inverts `parseInt`, converting an Int to a String with a\ngiven radix. `toRadix 10` is equivalent to `toString` for Int arguments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredcy%2Felm-parseint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffredcy%2Felm-parseint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredcy%2Felm-parseint/lists"}