platform/packages/symbol_table/pubspec.yaml

12 lines
352 B
YAML
Raw Normal View History

2021-05-15 09:03:00 +00:00
name: angel3_symbol_table
2021-05-18 13:42:21 +00:00
version: 2.0.2
2021-04-27 23:58:38 +00:00
description: A generic symbol table implementation in Dart, with support for scopes and constants.
2021-05-15 09:03:00 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/symbol_table
2021-04-27 23:58:38 +00:00
environment:
sdk: '>=2.12.0 <3.0.0'
2021-04-28 00:00:30 +00:00
dependencies:
collection: ^1.15.0
2021-04-27 23:58:38 +00:00
dev_dependencies:
2021-05-18 12:32:54 +00:00
test: ^1.17.4
pedantic: ^1.11.0