{"id":26372792,"url":"https://github.com/moedevelops/tupler","last_synced_at":"2026-02-25T23:32:44.409Z","repository":{"id":246727899,"uuid":"822233777","full_name":"MoeDevelops/tupler","owner":"MoeDevelops","description":"Use constructors directly with tuples","archived":false,"fork":false,"pushed_at":"2024-06-30T16:52:24.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T14:46:17.454Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Gleam","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/MoeDevelops.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-30T16:51:37.000Z","updated_at":"2024-07-01T09:02:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"e973a5a6-b1a8-4ed1-8de4-3f4afc56a877","html_url":"https://github.com/MoeDevelops/tupler","commit_stats":null,"previous_names":["moedevelops/tupler"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MoeDevelops/tupler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoeDevelops%2Ftupler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoeDevelops%2Ftupler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoeDevelops%2Ftupler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoeDevelops%2Ftupler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoeDevelops","download_url":"https://codeload.github.com/MoeDevelops/tupler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoeDevelops%2Ftupler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29844870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"ssl_error","status_checked_at":"2026-02-25T22:37:25.960Z","response_time":61,"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-03-17T01:19:21.341Z","updated_at":"2026-02-25T23:32:44.395Z","avatar_url":"https://github.com/MoeDevelops.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tupler\n\n[![Package Version](https://img.shields.io/hexpm/v/tupler)](https://hex.pm/packages/tupler)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/tupler/)\n\n```sh\ngleam add tupler\n```\n\n```gleam\nimport tupler/construct\n\npub type Mascot {\n  Mascot(name: String, language: String, is_awesome: Bool)\n}\n\npub fn main() {\n  let tuple = #(\"Lucy\", \"Gleam\", True)\n\n  tuple\n  |\u003e construct.three(Mascot)\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/tupler\u003e.\n\n## Development\n\n```sh\ngleam run   # Run the project\ngleam test  # Run the tests\ngleam shell # Run an Erlang shell\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoedevelops%2Ftupler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoedevelops%2Ftupler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoedevelops%2Ftupler/lists"}