{"id":23564180,"url":"https://github.com/selectel/stringlike","last_synced_at":"2025-11-01T20:30:31.670Z","repository":{"id":7571077,"uuid":"8925433","full_name":"selectel/stringlike","owner":"selectel","description":"Transformations to several string-like types","archived":false,"fork":false,"pushed_at":"2013-07-20T13:12:03.000Z","size":140,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-04-29T20:21:20.559Z","etag":null,"topics":["community","haskell"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/selectel.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":"2013-03-21T09:35:54.000Z","updated_at":"2021-11-19T14:27:33.000Z","dependencies_parsed_at":"2022-09-17T17:00:44.686Z","dependency_job_id":null,"html_url":"https://github.com/selectel/stringlike","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectel%2Fstringlike","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectel%2Fstringlike/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectel%2Fstringlike/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selectel%2Fstringlike/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selectel","download_url":"https://codeload.github.com/selectel/stringlike/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239323665,"owners_count":19620058,"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":["community","haskell"],"created_at":"2024-12-26T17:13:13.643Z","updated_at":"2025-11-01T20:30:31.627Z","avatar_url":"https://github.com/selectel.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"stringlike [![Build Status][travis-img]][travis]\n==========\n\nTransformations to several string-like types.\n\n[travis]: http://travis-ci.org/selectel/stringlike\n[travis-img]: https://secure.travis-ci.org/selectel/stringlike.png\n\nExample\n-------\n\n```haskell\n{-# LANGUAGE OverloadedStrings #-}\n\nmodule Main where\n\nimport Data.ByteString.Lazy\n\ndata Foo = Bar | Baz\n\ninstance ToString Foo where\n    toText Bar = \"bar\"\n    toText Baz = \"baz\"\n\ntest :: ByteString -\u003e ()\ntest = const ()\n\nmain :: IO ()\nmain = do\n    test $ string Bar\n    test $ lbs Baz\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectel%2Fstringlike","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselectel%2Fstringlike","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselectel%2Fstringlike/lists"}