{"id":16127558,"url":"https://github.com/svisser/purescript-mustache","last_synced_at":"2026-01-19T13:32:37.775Z","repository":{"id":35980788,"uuid":"40272224","full_name":"svisser/purescript-mustache","owner":"svisser","description":"PureScript wrapper for mustache.js","archived":false,"fork":false,"pushed_at":"2017-09-20T05:39:31.000Z","size":17,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-06T18:21:30.763Z","etag":null,"topics":["bindings","mustache","purescript","template"],"latest_commit_sha":null,"homepage":null,"language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svisser.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2015-08-05T22:37:39.000Z","updated_at":"2017-09-11T15:00:36.000Z","dependencies_parsed_at":"2022-08-31T00:31:36.141Z","dependency_job_id":null,"html_url":"https://github.com/svisser/purescript-mustache","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/svisser/purescript-mustache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svisser%2Fpurescript-mustache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svisser%2Fpurescript-mustache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svisser%2Fpurescript-mustache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svisser%2Fpurescript-mustache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svisser","download_url":"https://codeload.github.com/svisser/purescript-mustache/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svisser%2Fpurescript-mustache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28569217,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bindings","mustache","purescript","template"],"created_at":"2024-10-09T21:44:31.835Z","updated_at":"2026-01-19T13:32:37.753Z","avatar_url":"https://github.com/svisser.png","language":"PureScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# purescript-mustache\nPureScript wrapper for mustache.js\n\n## Installation\n\n    bower install --save purescript-mustache\n    npm install mustache\n    \n## Compiling\n\nIf you're use purescript-mustache on the front-end, you will need to compile using `pulp browserify`. Otherwise, compiling with `pulp build` should work.\n\n## Example\n\nAdd the following to `Main.purs`:\n\n``` purescript\nmodule Main where\n\nimport Prelude (Unit, bind)\n\nimport Control.Monad.Eff (Eff)\nimport Control.Monad.Eff.Console (CONSOLE, log)\n\nimport Data.StrMap as S\n\nimport Mustache (MustacheEffect, render)\n\nview :: S.StrMap String\nview = S.insert \"name\" \"John\" (S.insert \"value\" \"10000\" S.empty)\n\ns :: String\ns = \"Hello {{name}}! You have just won ${{value}}!\"\n\nmain :: forall e. Eff (mustache :: MustacheEffect, console :: CONSOLE | e) Unit\nmain = do\n  result \u003c- render s view S.empty\n  log result\n```\n\nRun it using:\n\n    pulp run\n\n## Module documentation\n\nModule documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-mustache).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvisser%2Fpurescript-mustache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvisser%2Fpurescript-mustache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvisser%2Fpurescript-mustache/lists"}