lum_ccc_fplugin/ffigen.yaml

20 lines
553 B
YAML

# Run with `dart run ffigen --config ffigen.yaml`.
name: CccCryptographyBindings
description: |
Bindings for `src/ccc_cryptography.h`.
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
output: 'lib/ccc_cryptography_bindings_generated.dart'
headers:
entry-points:
- 'src/ccc_cryptography.h'
include-directives:
- 'src/ccc_cryptography.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