platform/packages/combinator/pubspec.yaml

14 lines
429 B
YAML
Raw Normal View History

2021-05-14 06:11:50 +00:00
name: angel3_combinator
version: 2.0.0
2021-03-17 23:04:36 +00:00
description: Packrat parser combinators that support static typing, generics, file spans, memoization, and more.
2021-05-14 06:11:50 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/combinator
2021-03-17 23:04:36 +00:00
environment:
2021-03-18 00:00:56 +00:00
sdk: '>=2.12.0 <3.0.0'
2021-03-17 23:04:36 +00:00
dependencies:
2021-05-14 06:11:50 +00:00
angel3_code_buffer: ^2.0.0
2021-05-14 06:15:58 +00:00
matcher: ^0.12.10
2021-03-17 23:04:36 +00:00
source_span: ^1.8.1
string_scanner: ^1.1.0
tuple: ^2.0.0
dev_dependencies:
2021-05-14 06:15:58 +00:00
test: ^1.17.4