Skip to content

Instantly share code, notes, and snippets.

@samcv
Last active May 2, 2017 08:33
Show Gist options
  • Save samcv/ed59c2bf070c3c544be25fe199f63881 to your computer and use it in GitHub Desktop.
Save samcv/ed59c2bf070c3c544be25fe199f63881 to your computer and use it in GitHub Desktop.
{
"perl": "6.*",
"name": "WWW::Curl",
"version": "0.2.1",
"authors": [
"Camelia"
],
"description": "Uses curl to download webpages. And stuff.",
"source-url": "git://github.com/camelia/WWW-Curl.git",
"license": "Artistic-2.0",
"auth": "github:camelia",
"meta6": -1,
"support": {
"bugtracker": "https://github.com/camelia/WWW-Curl/issues",
"source": "git://github.com/camelia/WWW-Curl.git"
},
"provides": {
"WWW::Curl": "WWW/Curl.pm6"
},
"native-dependencies": [
{
"name": "curl",
"bin": [
"curl"
],
"lib": [
"libcurl"
],
"support": {
"site": "https://curl.haxx.se/"
},
"version": "4.0+",
"package-manager": {
"default": {
"curl": "*"
},
"apt": {
"curl": "4.0+"
}
},
"distribution": {
"windows": {
"location": {
"bin": {
"curl": [
"C://Program Files/curl/curl.exe"
]
},
"lib": {
"libcurl": [
"C://Program Files/curl/library/curl/curl32.dll"
]
}
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment