2021-09-12 00:03:13 +00:00
|
|
|
name: belatuk_symbol_table
|
2023-03-26 01:47:42 +00:00
|
|
|
version: 5.0.0-beta.1
|
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:
|
2023-03-26 01:47:42 +00:00
|
|
|
sdk: '>=3.0.0-290.3.beta <4.0.0'
|
2021-09-11 14:09:54 +00:00
|
|
|
dependencies:
|
|
|
|
collection: ^1.15.0
|
|
|
|
dev_dependencies:
|
|
|
|
test: ^1.17.4
|
2022-07-06 14:04:09 +00:00
|
|
|
lints: ^2.0.0
|