{"id":32114183,"url":"https://github.com/csicar/elm-mathui","last_synced_at":"2026-07-13T02:32:33.581Z","repository":{"id":57674940,"uuid":"107501927","full_name":"csicar/elm-mathui","owner":"csicar","description":null,"archived":false,"fork":false,"pushed_at":"2017-10-25T08:20:53.000Z","size":653,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-12T01:32:10.133Z","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/csicar.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":"2017-10-19T05:27:36.000Z","updated_at":"2018-01-18T20:55:00.000Z","dependencies_parsed_at":"2022-09-02T15:01:48.699Z","dependency_job_id":null,"html_url":"https://github.com/csicar/elm-mathui","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/csicar/elm-mathui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csicar%2Felm-mathui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csicar%2Felm-mathui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csicar%2Felm-mathui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csicar%2Felm-mathui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csicar","download_url":"https://codeload.github.com/csicar/elm-mathui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csicar%2Felm-mathui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35408466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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:12:23.522Z","updated_at":"2026-07-13T02:32:33.575Z","avatar_url":"https://github.com/csicar.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"Elm-MathUi\n==========\n\nInstallation\n------------\n\n```bash\nelm package install csicar/elm-mathui\n```\n\nUsage\n-----\n\n### minimal Example\n\n[in action](https://csicar.github.io/elm-mathui/example/Example1.html)\n\n```elm\nmodule Main exposing (..)\n\nimport Html exposing (div, span)\nimport Html.Attributes exposing (..)\nimport MathUi exposing (sigma, equals, Exp(..), infinity, plus, elemIn, sqrtOp, divide, vectorsymbol)\n\n\nmain =\n    Html.beginnerProgram { model = model, view = view, update = update }\n\n\ntype alias Model =\n    { mathUi : MathUi.Model\n    }\n\n\nmodel : Model\nmodel =\n    { mathUi =\n        { expression =\n            plus\n                (Hole)\n                (Id \"a\")\n        , breadCrum = []\n        }\n    }\n\n\ntype Msg\n    = MathUiMsg MathUi.Msg\n\n\nupdate : Msg -\u003e Model -\u003e Model\nupdate msg model =\n    case msg of\n        MathUiMsg msg -\u003e\n            { model | mathUi = MathUi.update msg model.mathUi }\n\n\nview : Model -\u003e Html.Html Msg\nview model =\n    div [] [ Html.map MathUiMsg (MathUi.view model.mathUi) ]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsicar%2Felm-mathui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsicar%2Felm-mathui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsicar%2Felm-mathui/lists"}