Files
sdk/pkg/native_compiler/pubspec.yaml
T
Alexander Markov ca604cf41a Modular AOT compiler main
Issue: https://github.com/dart-lang/sdk/issues/61635
Change-Id: I55eaf5267c63d75b317276dfeab4d27e93139db3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/475407
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2026-01-26 09:25:01 -08:00

23 lines
421 B
YAML

name: native_compiler
description: Compiler targeting native platforms
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: ^3.10.0
resolution: workspace
# Use 'any' constraints here; we get our versions from the DEPS file.
dependencies:
args: any
cfg: any
crypto: any
front_end: any
kernel: any
path: any
vm: any
dev_dependencies:
test: any