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) · 710 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
35 lines (30 loc) · 710 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.19.2
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.10.0 <4.0.0'
dependencies:
code_assets: ^1.2.0
glob: ^2.1.1
hooks: ^2.0.0
logging: ^1.3.0
meta: ^1.16.0
pub_semver: ^2.2.0
dev_dependencies:
collection: ^1.19.1
dart_flutter_team_lints: ^3.5.2
native_test_helpers:
path: ../native_test_helpers/
test: ^1.25.15
test_case_selector:
path: ../test_case_selector/
test_descriptor: ^2.0.2