blob: aaddf644e9d532a4eba9ad3cac4df91ef7321cd4 [file] [log] [blame]
# Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
name: ffigen
version: 2.0.0-nullsafety.1
homepage: https://github.com/dart-lang/ffigen
description: Experimental generator for FFI bindings, using LibClang to parse C header files.
environment:
sdk: '>=2.12.0-29.10.beta <3.0.0'
dependencies:
ffi: ^0.2.0-nullsafety.1
yaml: ^3.0.0-nullsafety.0
path: ^1.8.0-nullsafety.3
quiver: ^3.0.0-nullsafety.2
args: ^1.6.0 # Not available
logging: ^0.11.4 # test->coverage->logging
cli_util: ^0.2.0 # test->analyzer->cli_util
glob: ^1.0.3 # test->analyzer->glob
pub_semver: ^1.4.4 # test->analyzer->pub_semver
dev_dependencies:
pedantic: ^1.10.0-nullsafety.3
test: ^1.16.0-nullsafety.13