platform-common-utilities/packages/symbol_table/pubspec.yaml
thomashii@dukefirehawk.com 1dce9a75c3 Migrated to Dart 3
2023-03-26 09:47:42 +08:00

11 lines
383 B
YAML

name: belatuk_symbol_table
version: 5.0.0-beta.1
description: A generic symbol table implementation in Dart, with support for scopes and constants.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/symbol_table
environment:
sdk: '>=3.0.0-290.3.beta <4.0.0'
dependencies:
collection: ^1.15.0
dev_dependencies:
test: ^1.17.4
lints: ^2.0.0