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

16 lines
489 B
YAML
Raw Normal View History

2021-09-11 13:46:31 +00:00
name: belatuk_combinator
2023-03-26 01:28:47 +00:00
version: 5.0.0-beta.1
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:
2023-03-26 01:28:47 +00:00
sdk: '>=3.0.0-290.3.beta <4.0.0'
2021-09-11 13:46:31 +00:00
dependencies:
2023-03-26 01:28:47 +00:00
belatuk_code_buffer: ^5.0.0-beta.1
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:
2023-03-26 01:34:19 +00:00
test: ^1.24.0
2022-07-06 15:20:10 +00:00
lints: ^2.0.0