flutter_stockfish_plugin/ffigen.yaml
tobias.steinmann c9f94d223a
q
2023-11-28 22:21:10 +01:00

21 lines
577 B
YAML

# Run with `flutter pub run ffigen --config ffigen_linux.yaml`.
name: StockfishChessEngineBindings
description: |
Bindings for `src/stockfish.h`.
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
output: "lib/stockfish_bindings_generated.dart"
headers:
entry-points:
- "src/stockfish.h"
include-directives:
- "src/stockfish.h"
preamble: |
// ignore_for_file: always_specify_types
// ignore_for_file: camel_case_types
// ignore_for_file: non_constant_identifier_names
comments:
style: any
length: full
#llvm-path:
# - /usr/lib/llvm-14