chef/cookbooks/mingw/metadata.json
Greg Karékinian 68ce3c4834 Update the firewall cookbook to the latest version
This gives us comments from the named resources
2023-06-29 15:08:44 +02:00

37 lines
670 B
JSON

{
"name": "mingw",
"description": "Installs a mingw/msys based toolchain on windows",
"long_description": "",
"maintainer": "Chef Software, Inc.",
"maintainer_email": "cookbooks@chef.io",
"license": "Apache-2.0",
"platforms": {
"windows": ">= 0.0.0"
},
"dependencies": {
"seven_zip": ">= 0.0.0"
},
"providing": {
},
"recipes": {
},
"version": "2.1.7",
"source_url": "https://github.com/chef-cookbooks/mingw",
"issues_url": "https://github.com/chef-cookbooks/mingw/issues",
"privacy": false,
"chef_versions": [
[
">= 12.15"
]
],
"ohai_versions": [
],
"gems": [
],
"eager_load_libraries": true
}