{"id":20059579,"url":"https://github.com/icy-lava/lithium","last_synced_at":"2026-05-15T18:03:32.336Z","repository":{"id":153166039,"uuid":"531257381","full_name":"icy-lava/lithium","owner":"icy-lava","description":"Heavy weight \"standard\" library for Lua / Teal / LÖVE","archived":false,"fork":false,"pushed_at":"2023-10-10T18:57:35.000Z","size":195,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T20:02:50.010Z","etag":null,"topics":["helper","library","love2d","lua","luajit","teal","utility"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/icy-lava.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":"2022-08-31T21:01:17.000Z","updated_at":"2024-05-24T12:59:01.000Z","dependencies_parsed_at":"2023-10-10T23:05:38.991Z","dependency_job_id":null,"html_url":"https://github.com/icy-lava/lithium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/icy-lava/lithium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icy-lava%2Flithium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icy-lava%2Flithium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icy-lava%2Flithium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icy-lava%2Flithium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icy-lava","download_url":"https://codeload.github.com/icy-lava/lithium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icy-lava%2Flithium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["helper","library","love2d","lua","luajit","teal","utility"],"created_at":"2024-11-13T13:08:31.145Z","updated_at":"2026-05-15T18:03:32.301Z","avatar_url":"https://github.com/icy-lava.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lithium\n\nLithium is a heavy-weight \"standard\" library for Lua, Teal and LÖVE.\n\n***It is currently considered unstable and the API is also unstable. Don't use this yet unless you want to cry :)***\n\n## Install\n\n```shell\n# Install Teal using luarocks\n# (Teal files will be compiled into Lua in the future)\nluarocks install tl\n\n# Within a git repository\ngit submodule add https://github.com/icy-lava/lithium.git lithium\n\n# Or, without a git repository\ngit clone https://github.com/icy-lava/lithium.git lithium\n```\n\n## Usage\n\n```lua\n-- main.lua\nrequire('tl').loader() -- If using uncompiled Teal files\n\nlocal lithium = require('lithium') -- or 'lithium.init' if it fails\nlocal lstring, lio = lithium.string, lithium.io\n\nfor line in lstring.lines('hello\\nworld') do\n    lio.pprint(line)\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficy-lava%2Flithium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficy-lava%2Flithium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficy-lava%2Flithium/lists"}