{"id":15169610,"url":"https://github.com/tacheometry/rbxts-llama","last_synced_at":"2025-07-28T23:33:22.871Z","repository":{"id":117719002,"uuid":"357356320","full_name":"tacheometry/rbxts-llama","owner":"tacheometry","description":"TS typings for the Lua Library for Immutable Data (Llama) by Frelerik","archived":false,"fork":false,"pushed_at":"2022-04-14T01:22:41.000Z","size":54,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T13:36:41.628Z","etag":null,"topics":["immutable","llama","roblox","roblox-ts"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@rbxts/llama","language":"Lua","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/tacheometry.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-12T22:29:30.000Z","updated_at":"2023-08-03T17:44:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"44f086bd-e95f-4eeb-9741-bc72cf55fec9","html_url":"https://github.com/tacheometry/rbxts-llama","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"6be1d189e19210bff85248fe953425fce7893611"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tacheometry/rbxts-llama","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacheometry%2Frbxts-llama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacheometry%2Frbxts-llama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacheometry%2Frbxts-llama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacheometry%2Frbxts-llama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tacheometry","download_url":"https://codeload.github.com/tacheometry/rbxts-llama/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tacheometry%2Frbxts-llama/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266367805,"owners_count":23918651,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["immutable","llama","roblox","roblox-ts"],"created_at":"2024-09-27T07:04:06.239Z","updated_at":"2025-07-28T23:33:22.521Z","avatar_url":"https://github.com/tacheometry.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e📚 Llama 🦙\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\nLua Library for Immutable Data\n\u003c/div\u003e\n\nTS typings for freddylist's \"Llama\" library. Some useful links:\n\n-   **[Llama's repository](https://github.com/freddylist/llama/)**\n-   **[Llama's documentation](https://freddylist.github.io/llama/)**\n-   **[This package's repository](https://github.com/tacheometry/rbxts-llama/)**\n\n\u003ch2\u003eInstallation\u003c/h2\u003e\n\n[![NPM](https://nodei.co/npm/@rbxts/llama.png)](https://npmjs.org/package/@rbxts/llama)\n\nRun `npm i @rbxts/llama` in your project directory.\n\n\u003ch2\u003eUsage\u003c/h2\u003e\n\nAfter importing the library, you can use any utility from [the documentation](https://freddylist.github.io/llama/) in TS.\n\n\u003ch3\u003eLlama data types for TS\u003c/h3\u003e\n\n-   Dictionaries are objects _`{}`_\n-   Lists are arrays _`T[]`_\n-   Sets are interpreted as JS Sets _`new Set\u003cT\u003e`_\n    -- In roblox-ts, a `Set\u003cnumber\u003e` whose added values are `1` and `5` is just a table that looks like:\n    `lua { [1] = true, [5] = true } `\n\n\u003ch3\u003eImporting\u003c/h3\u003e\n\n```ts\nimport Llama from \"@rbxts/llama\";\n```\n\nor\n\n```ts\nimport { Dictionary, List, Set } from \"@rbxts/llama\";\n```\n\n---\n\nIf you would like to contribute to Llama, please file Pull Requests and Issues in [its GitHub repository](https://github.com/freddylist/llama/), and not in the repository of this package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftacheometry%2Frbxts-llama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftacheometry%2Frbxts-llama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftacheometry%2Frbxts-llama/lists"}