{"id":32114045,"url":"https://github.com/mrmurphy/elm-type-extractor","last_synced_at":"2026-02-21T19:33:50.505Z","repository":{"id":62419546,"uuid":"49249778","full_name":"mrmurphy/elm-type-extractor","owner":"mrmurphy","description":"A small module to transform a string of Elm source into a list of type declarations.","archived":false,"fork":false,"pushed_at":"2016-01-08T04:41:56.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T05:33:38.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrmurphy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-08T04:37:45.000Z","updated_at":"2017-10-31T12:44:57.000Z","dependencies_parsed_at":"2022-11-01T17:00:25.129Z","dependency_job_id":null,"html_url":"https://github.com/mrmurphy/elm-type-extractor","commit_stats":null,"previous_names":["splodingsocks/elm-type-extractor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mrmurphy/elm-type-extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmurphy%2Felm-type-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmurphy%2Felm-type-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmurphy%2Felm-type-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmurphy%2Felm-type-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrmurphy","download_url":"https://codeload.github.com/mrmurphy/elm-type-extractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmurphy%2Felm-type-extractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29691045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"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"}},"keywords":[],"created_at":"2025-10-20T15:07:53.294Z","updated_at":"2026-02-21T19:33:50.498Z","avatar_url":"https://github.com/mrmurphy.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extract Types\n\nThis small module will take a string of Elm source, and extract all top-level type declarations.\n\nFor example, some source that looks like this:\n\n```Elm\nfoo : String\nfoo = \"Foo\"\n\nbar : Int -\u003e Int\nbar i = i + 1\n```\n\nWould return a list of type declarations, looking like this:\n\n```Elm\n[ {identifier = \"foo\", type' = \"String\"}\n, {identifier = \"bar\", type' = \"Int -\u003e Int\"}\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmurphy%2Felm-type-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmurphy%2Felm-type-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmurphy%2Felm-type-extractor/lists"}