| name: language_server_protocol | |
| description: >- | |
| A Dart implementation of the language server protocol. | |
| repository: https://github.com/dart-lang/sdk/tree/main/third_party/pkg/language_server_protocol | |
| publish_to: none | |
| environment: | |
| sdk: '>=3.0.0 <4.0.0' | |
| # Use 'any' constraints here; we get our versions from the DEPS file. | |
| dependencies: | |
| collection: any | |
| # Use 'any' constraints here; we get our versions from the DEPS file. | |
| dev_dependencies: | |
| lints: any |