2021-09-12 00:03:13 +00:00
|
|
|
name: belatuk_symbol_table
|
2024-05-21 15:08:07 +00:00
|
|
|
version: 5.2.0
|
2021-09-11 14:09:54 +00:00
|
|
|
description: A generic symbol table implementation in Dart, with support for scopes and constants.
|
2021-09-12 00:03:13 +00:00
|
|
|
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/symbol_table
|
2021-09-11 14:09:54 +00:00
|
|
|
environment:
|
2024-05-21 15:08:07 +00:00
|
|
|
sdk: '>=3.3.0 <4.0.0'
|
2021-09-11 14:09:54 +00:00
|
|
|
dependencies:
|
2023-05-15 16:04:04 +00:00
|
|
|
collection: ^1.17.0
|
2021-09-11 14:09:54 +00:00
|
|
|
dev_dependencies:
|
2023-05-15 16:04:04 +00:00
|
|
|
test: ^1.24.0
|
2024-05-21 15:08:07 +00:00
|
|
|
lints: ^4.0.0
|