blob: 3151c7dce637d129f28e403f69eb048fdbf1b93c [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: 0.2.0-dev
homepage: https://github.com/dart-lang/ffigen
description: Experimental generator for FFI bindings, using LibClang to parse C/C++ header files.
environment:
sdk: '>=2.7.0 <3.0.0'
dependencies:
ffi: ^0.1.3
yaml: ^2.2.1
meta: ^1.2.2
args: ^1.6.0
logging: ^0.11.4
glob: ^1.2.0
path: ^1.7.0
quiver: ^2.1.3
dev_dependencies:
pedantic: ^1.9.2
test: ^1.15.3