{"id":13561483,"url":"https://github.com/elm/core","last_synced_at":"2025-05-14T04:07:13.035Z","repository":{"id":21906950,"uuid":"25231002","full_name":"elm/core","owner":"elm","description":"Elm's core libraries","archived":false,"fork":false,"pushed_at":"2024-07-30T22:20:36.000Z","size":1815,"stargazers_count":2808,"open_issues_count":110,"forks_count":357,"subscribers_count":93,"default_branch":"master","last_synced_at":"2025-04-09T02:13:31.880Z","etag":null,"topics":["array","core","dictionary","elm","json","set"],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/elm/core/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/elm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-14T23:33:13.000Z","updated_at":"2025-04-05T04:16:29.000Z","dependencies_parsed_at":"2023-01-14T13:13:20.722Z","dependency_job_id":"27f93150-5bfb-447d-a56f-92d99d4dc44c","html_url":"https://github.com/elm/core","commit_stats":{"total_commits":1452,"total_committers":109,"mean_commits":"13.321100917431192","dds":0.5964187327823691,"last_synced_commit":"65cea00afa0de03d7dda0487d964a305fc3d58e3"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elm%2Fcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elm%2Fcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elm%2Fcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elm%2Fcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elm","download_url":"https://codeload.github.com/elm/core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254067794,"owners_count":22009251,"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":["array","core","dictionary","elm","json","set"],"created_at":"2024-08-01T13:00:57.368Z","updated_at":"2025-05-14T04:07:07.988Z","avatar_url":"https://github.com/elm.png","language":"Elm","funding_links":[],"categories":["Elm"],"sub_categories":[],"readme":"# Core Libraries\n\nEvery Elm project needs this package!\n\nIt provides **basic functionality** like addition and subtraction as well as **data structures** like lists, dictionaries, and sets.\n\n\u003e **New to Elm?** Go to [elm-lang.org](https://elm-lang.org) for an overview.\n\n\n## Default Imports\n\nThe modules in this package are so common, that some of them are imported by default in all Elm files. So it is as if every Elm file starts with these imports:\n\n```elm\nimport Basics exposing (..)\nimport List exposing (List, (::))\nimport Maybe exposing (Maybe(..))\nimport Result exposing (Result(..))\nimport String exposing (String)\nimport Char exposing (Char)\nimport Tuple\n\nimport Debug\n\nimport Platform exposing (Program)\nimport Platform.Cmd as Cmd exposing (Cmd)\nimport Platform.Sub as Sub exposing (Sub)\n```\n\nThe intention is to include things that are both extremely useful and very unlikely to overlap with anything that anyone will ever write in a library. By keeping the set of default imports relatively small, it also becomes easier to use whatever version of `map` suits your fancy. Finally, it makes it easier to figure out where the heck a function is coming from.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felm%2Fcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felm%2Fcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felm%2Fcore/lists"}