2021-09-12 00:03:13 +00:00
|
|
|
name: belatuk_symbol_table
|
2021-09-12 03:21:17 +00:00
|
|
|
version: 3.0.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:
|
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
dependencies:
|
|
|
|
collection: ^1.15.0
|
|
|
|
dev_dependencies:
|
|
|
|
test: ^1.17.4
|
2021-09-12 00:03:13 +00:00
|
|
|
lints: ^1.0.0
|