Metadata Indexer for Pub (pubspec.yaml)
An example pubspec.yaml file:
name: newtify
description: >-
Have you been turned into a newt? Would you like to be?
This package can help. It has all of the
newt-transmogrification functionality you have been looking
for.
keywords:
- polyfill
- shim
- compatibility
- portable
- mbstring
version: 1.2.3
license: MIT
homepage: https://example-pet-store.com/newtify
documentation: https://example-pet-store.com/newtify/docs
environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
efts: ^2.0.4
transmogrify: ^0.4.0
dev_dependencies:
test: '>=1.15.0 <2.0.0'
In codemeta:
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"name": "newtify",
"keywords": [
"polyfill",
"shim",
"compatibility",
"portable",
"mbstring",
],
"description": "Have you been turned into a newt? Would you like to be? \
This package can help. It has all of the \
newt-transmogrification functionality you have been looking \
for.\",
"url": "https://example-pet-store.com/newtify"
"license": "https://spdx.org/licenses/MIT",
"softwareRequirements": {
"efts": "^2.0.4",
"transmogrify": "0.4.0",
},
}
Migrated from T4376 (view on Phabricator)
Edited by Phabricator Migration user