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
- Host: GitHub
- URL: https://github.com/dart-lang/pubspec_parse
- Owner: dart-lang
- License: bsd-3-clause
- Archived: true
- Created: 2018-05-31T20:44:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T15:33:23.000Z (about 1 year ago)
- Last Synced: 2025-02-13T23:12:24.267Z (10 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/pubspec_parse
- Size: 212 KB
- Stars: 53
- Watchers: 30
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dart-lang/pubspec_parse/actions/workflows/test-package.yml)
[](https://pub.dev/packages/pubspec_parse)
[](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).