{"id":19861786,"url":"https://github.com/wookay/lordeckcodes.jl","last_synced_at":"2026-06-10T11:32:02.776Z","repository":{"id":53524881,"uuid":"216724481","full_name":"wookay/LoRDeckCodes.jl","owner":"wookay","description":"Legends of Runeterra deck code encoder/decoder in Julia","archived":false,"fork":false,"pushed_at":"2021-03-26T04:09:42.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-18T15:11:06.117Z","etag":null,"topics":["julia","legends-of-runeterra"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wookay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-22T04:40:05.000Z","updated_at":"2021-03-26T04:09:44.000Z","dependencies_parsed_at":"2022-09-01T15:43:39.248Z","dependency_job_id":null,"html_url":"https://github.com/wookay/LoRDeckCodes.jl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wookay/LoRDeckCodes.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookay%2FLoRDeckCodes.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookay%2FLoRDeckCodes.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookay%2FLoRDeckCodes.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookay%2FLoRDeckCodes.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wookay","download_url":"https://codeload.github.com/wookay/LoRDeckCodes.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wookay%2FLoRDeckCodes.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34151274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["julia","legends-of-runeterra"],"created_at":"2024-11-12T15:09:48.012Z","updated_at":"2026-06-10T11:32:02.756Z","avatar_url":"https://github.com/wookay.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LoRDeckCodes.jl\n\n|  **Documentation**                        |  **Build Status**                                                  |\n|:-----------------------------------------:|:------------------------------------------------------------------:|\n|  [![][docs-latest-img]][docs-latest-url]  |  [![][actions-img]][actions-url]  [![][codecov-img]][codecov-url]  |\n\nIt's a [Julia](https://julialang.org/) package to encode, decode the deck used for [Legends of Runeterra](https://playruneterra.com).\nthe original repository is [RiotGames/LoRDeckCodes](https://github.com/RiotGames/LoRDeckCodes).\n\n```julia\njulia\u003e using LoRDeckCodes\n\njulia\u003e deck = Deck(\"CEBAIAIFAEHSQNQIAEAQGDAUDAQSOKJUAIAQCBI5AEAQCFYA\")\nDeck(CardCodeAndCount[CardCodeAndCount(\"01SI001\", 3), CardCodeAndCount(\"01SI015\", 3), CardCodeAndCount(\"01SI040\", 3), CardCodeAndCount(\"01SI054\", 3), CardCodeAndCount(\"01FR003\", 3), CardCodeAndCount(\"01FR012\", 3), CardCodeAndCount(\"01FR020\", 3), CardCodeAndCount(\"01FR024\", 3), CardCodeAndCount(\"01FR033\", 3), CardCodeAndCount(\"01FR039\", 3), CardCodeAndCount(\"01FR041\", 3), CardCodeAndCount(\"01FR052\", 3), CardCodeAndCount(\"01SI029\", 2), CardCodeAndCount(\"01FR023\", 2)], 0x01)\n\njulia\u003e DeckEncoder.encode_deck(deck)\n\"CEBAIAIFAEHSQNQIAEAQGDAUDAQSOKJUAIAQCBI5AEAQCFYA\"\n```\n\n### Installation\n * `]` key on Julia REPL.\n```julia\n(v1.1) pkg\u003e add https://github.com/wookay/LoRDeckCodes.jl.git\n```\n\n\n[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg\n[docs-latest-url]: https://wookay.github.io/docs/LoRDeckCodes.jl/\n\n[actions-img]: https://github.com/wookay/LoRDeckCodes.jl/workflows/CI/badge.svg\n[actions-url]: https://github.com/wookay/LoRDeckCodes.jl/actions\n\n[codecov-img]: https://codecov.io/gh/wookay/LoRDeckCodes.jl/branch/master/graph/badge.svg\n[codecov-url]: https://codecov.io/gh/wookay/LoRDeckCodes.jl/branch/master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwookay%2Flordeckcodes.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwookay%2Flordeckcodes.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwookay%2Flordeckcodes.jl/lists"}