An open API service indexing awesome lists of open source software.

https://github.com/dart-lang/pubspec_parse

Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting
https://github.com/dart-lang/pubspec_parse

Last synced: 10 months ago
JSON representation

Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting

Awesome Lists containing this project

README

          

[![Dart CI](https://github.com/dart-lang/pubspec_parse/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/pubspec_parse/actions/workflows/test-package.yml)
[![pub package](https://img.shields.io/pub/v/pubspec_parse.svg)](https://pub.dev/packages/pubspec_parse)
[![package publisher](https://img.shields.io/pub/publisher/pubspec_parse.svg)](https://pub.dev/packages/pubspec_parse/publisher)

## What's this?

Supports parsing `pubspec.yaml` files with robust error reporting and support
for most of the documented features.

## More information

Read more about the [pubspec format](https://dart.dev/tools/pub/pubspec).