platform/packages/combinator/pubspec.yaml

15 lines
445 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
publish_to: none
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-03-17 23:04:36 +00:00
matcher: ^0.12.0
source_span: ^1.8.1
string_scanner: ^1.1.0
tuple: ^2.0.0
dev_dependencies:
2021-05-02 04:12:43 +00:00
test: ^1.17.3