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
35 lines (30 loc) · 699 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (30 loc) · 699 Bytes
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
name: native_toolchain_c
description: >-
A library to invoke the native C compiler installed on the host machine.
version: 0.17.4
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_toolchain_c
topics:
- compiler
- ffi
- interop
- native-assets
- native-toolchain
resolution: workspace
environment:
sdk: '>=3.9.0 <4.0.0'
dependencies:
code_assets: ^1.0.0
glob: ^2.1.1
hooks: ^1.0.0
logging: ^1.3.0
meta: ^1.16.0
pub_semver: ^2.2.0
dev_dependencies:
collection: ^1.19.1
custom_lint: ^0.7.5
dart_flutter_team_lints: ^3.5.2
native_test_helpers:
path: ../native_test_helpers/
repo_lint_rules:
path: ../repo_lint_rules/
test: ^1.25.15