platform/packages/symbol_table/pubspec.yaml
thomashii@dukefirehawk.com 436f797982 Migrated Jael
2021-04-28 08:37:33 +08:00

12 lines
No EOL
346 B
YAML

name: symbol_table
version: 3.0.0
description: A generic symbol table implementation in Dart, with support for scopes and constants.
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/thosakwe/symbol_table
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
collection: ^1.15.0
dev_dependencies:
test: ^1.15.7