{"id":20804961,"url":"https://github.com/lichess-org/scalachess","last_synced_at":"2026-04-02T14:46:50.512Z","repository":{"id":3308616,"uuid":"4350848","full_name":"lichess-org/scalachess","owner":"lichess-org","description":"Chess API written in scala. Immutable and free of side effects.","archived":false,"fork":false,"pushed_at":"2026-03-27T14:11:07.000Z","size":9663,"stargazers_count":761,"open_issues_count":11,"forks_count":228,"subscribers_count":28,"default_branch":"master","last_synced_at":"2026-03-28T00:27:24.816Z","etag":null,"topics":["bitboard","bitboard-datastructure","chess","functional-programming","lichess","scala-3"],"latest_commit_sha":null,"homepage":"https://lichess.org","language":"Scala","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/lichess-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":"https://lichess.org/patron"}},"created_at":"2012-05-16T19:22:34.000Z","updated_at":"2026-03-27T14:11:12.000Z","dependencies_parsed_at":"2023-11-18T00:10:21.237Z","dependency_job_id":"cd37265d-7307-44e8-8933-76c1cbc0320e","html_url":"https://github.com/lichess-org/scalachess","commit_stats":{"total_commits":2230,"total_committers":57,"mean_commits":39.12280701754386,"dds":0.5937219730941704,"last_synced_commit":"72845d63b37b20079e402772e03f423eb395de30"},"previous_names":["ornicar/scalachess"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/lichess-org/scalachess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichess-org%2Fscalachess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichess-org%2Fscalachess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichess-org%2Fscalachess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichess-org%2Fscalachess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lichess-org","download_url":"https://codeload.github.com/lichess-org/scalachess/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lichess-org%2Fscalachess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":["bitboard","bitboard-datastructure","chess","functional-programming","lichess","scala-3"],"created_at":"2024-11-17T19:12:36.954Z","updated_at":"2026-04-02T14:46:50.508Z","avatar_url":"https://github.com/lichess-org.png","language":"Scala","funding_links":["https://lichess.org/patron"],"categories":[],"sub_categories":[],"readme":"Chess API written in scala for [lichess.org](https://lichess.org)\n\nIt is entirely functional, immutable, and free of side effects.\n\n[![](https://jitpack.io/v/lichess-org/scalachess.svg)](https://jitpack.io/#lichess-org/scalachess)\n\n## INSTALL\n\nClone scalachess\n\n    git clone https://github.com/lichess-org/scalachess\n\nStart [sbt](http://www.scala-sbt.org/download.html) in scalachess directory\n\n    sbt\n\nIn the sbt shell, to compile scalachess, run\n\n    compile\n\nTo run the tests\n\n    testKit / test\n\nTo run full benchmarks (takes more than 1 hour to finish):\n\n    bench / Jmh / run\n\nOr to output a json file\n\n    bench / Jmh / run -rf json\n\nTo run quick benchmarks (results may be inaccurate):\n\n    bench / Jmh / run -i 1 -wi 1 -f1\n\nTo run longer benchmarks:\n\n    bench / Jmh / run -i 3 -wi 2 -f2\n\nTo run benchmarks for a specific class:\n\n    bench / Jmh / run -rf json .*PlayBench.*\n\nTo run [scalafmt](https://scalameta.org/scalafmt/docs/installation.html) and [scalafix](https://scalacenter.github.io/scalafix):\n\n    sbt prepare\n\n## Install (python)\n\nFor python code, [install pipenv](https://pipenv.pypa.io/en/latest/installation.html#installing-pipenv), and run `$ pipenv install` from project root.\n\n## Release\n\n1. Bump version in `build.sbt`.\n2. Commit the bersion bump and push to master.\n3. `gh release create X.Y.Z`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flichess-org%2Fscalachess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flichess-org%2Fscalachess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flichess-org%2Fscalachess/lists"}