# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| chess-library: chess-library (header-only C++ chess library) chess-library: chess-library: chess-library is a C++17 library for chess programs. It provides chess-library: board representation, legal move generation, PGN parsing, chess-library: SAN/UCI helpers, and other utilities in the chess:: namespace. chess-library: chess-library: The library is distributed as a single generated header, chess-library: chess.hpp, suitable for chess engines, GUIs, and analysis tools. chess-library: chess-library: Homepage: https://github.com/Disservin/chess-library chess-library: