forked from dart-lang/native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
54 lines (48 loc) · 1.2 KB
/
pubspec.yaml
File metadata and controls
54 lines (48 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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: 21.0.0-wip
description: >
Generator for FFI bindings, using LibClang to parse C, Objective-C, and Swift
files.
repository: https://github.com/dart-lang/native/tree/main/pkgs/ffigen
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Affigen
topics:
- interop
- ffi
- codegen
environment:
sdk: '>=3.8.0 <4.0.0'
dependencies:
args: ^2.6.0
cli_util: ^0.4.2
collection: ^1.18.0
dart_style: ^3.0.0
ffi: ^2.0.1
file: ^7.0.0
glob: ^2.0.0
logging: ^1.0.0
meta: ^1.11.0
package_config: ^2.1.0
path: ^1.8.0
pub_semver: ^2.1.4
quiver: ^3.0.0
yaml: ^3.0.0
yaml_edit: ^2.0.3
dev_dependencies:
async: ^2.11.0
dart_flutter_team_lints: ^3.5.2
json_schema: ^5.1.1
leak_tracker: ^10.0.7
objective_c: ^9.2.0
test: ^1.26.2
dependency_overrides:
code_assets:
path: ../code_assets
hooks:
path: ../hooks
native_toolchain_c:
path: ../native_toolchain_c
objective_c:
path: ../objective_c