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

15 lines
463 B
YAML
Raw Normal View History

2021-09-11 13:46:31 +00:00
name: belatuk_combinator
2024-05-21 15:08:07 +00:00
version: 5.2.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:
2024-05-21 15:08:07 +00:00
sdk: '>=3.3.0 <4.0.0'
2021-09-11 13:46:31 +00:00
dependencies:
2023-05-15 16:04:04 +00:00
belatuk_code_buffer: ^5.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:
2023-03-26 01:34:19 +00:00
test: ^1.24.0
2024-05-21 15:08:07 +00:00
lints: ^4.0.0