platform/packages/symbol_table/pubspec.yaml
2021-05-18 20:32:54 +08:00

11 lines
352 B
YAML

name: angel3_symbol_table
version: 2.0.1
description: A generic symbol table implementation in Dart, with support for scopes and constants.
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/symbol_table
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
collection: ^1.15.0
dev_dependencies:
test: ^1.17.4
pedantic: ^1.11.0