platform-common-utilities/packages/combinator/pubspec.yaml

16 lines
465 B
YAML
Raw Normal View History

2021-09-11 13:46:31 +00:00
name: belatuk_combinator
2022-07-06 15:20:10 +00:00
version: 4.0.0
2021-09-11 13:46:31 +00:00
description: Packrat parser combinators that support static typing, generics, file spans, memoization, and more.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/combinator
environment:
2022-07-06 15:20:10 +00:00
sdk: '>=2.17.0 <3.0.0'
2021-09-11 13:46:31 +00:00
dependencies:
2022-07-06 15:20:10 +00:00
belatuk_code_buffer: ^4.0.0
2021-09-11 13:46:31 +00:00
matcher: ^0.12.10
source_span: ^1.8.1
string_scanner: ^1.1.0
tuple: ^2.0.0
dev_dependencies:
test: ^1.17.4
2022-07-06 15:20:10 +00:00
lints: ^2.0.0