mirror of
https://github.com/lichess-org/dartchess.git
synced 2026-05-26 13:51:01 +00:00
24 lines
462 B
YAML
24 lines
462 B
YAML
name: dartchess
|
|
description: Provides chess and chess variants rules and operations including chess move generation, read and write FEN, read and write PGN.
|
|
repository: https://github.com/lichess-org/dartchess
|
|
version: 0.13.0
|
|
platforms:
|
|
android:
|
|
ios:
|
|
linux:
|
|
macos:
|
|
windows:
|
|
funding:
|
|
- https://lichess.org/patron
|
|
|
|
environment:
|
|
sdk: ">=3.3.0 <4.0.0"
|
|
|
|
dependencies:
|
|
meta: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
benchmark: ^0.3.0
|
|
lint: ^2.6.1
|
|
test: ^1.25.0
|