Skip to content

Instantly share code, notes, and snippets.

@samcv
Created May 2, 2017 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samcv/2afe20aa64f5d43880c2ea06f1db8306 to your computer and use it in GitHub Desktop.
Save samcv/2afe20aa64f5d43880c2ea06f1db8306 to your computer and use it in GitHub Desktop.
{
"perl": "6.*",
"name": "IRC::TextColor",
"version": "0.2.1",
"authors": [
"Samantha McVey"
],
"description": "Color/Style text for IRC, and convert ANSI color from terminals into IRC coloring",
"source-url": "git://github.com/samcv/IRC-TextColor.git",
"license": "Artistic-2.0",
"auth": "github:samcv",
"meta6": 1,
"support": {
"bugtracker": "https://github.com/samcv/IRC-TextColor/issues",
"source": "git://github.com/samcv/IRC-TextColor.git"
},
"provides": {
"IRC::TextColor": "IRC/TextColor.pm6"
},
"native": {
"support": {
"curl": "https://curl.haxx.se/",
"libcurl": "https://curl.haxx.se/"
},
"dependencies": {
"lib": [
"libcurl"
],
"bin": [
"curl"
]
},
"distribution": {
"ubuntu": {
"dependencies": {
"bin": {
"curl": [
"curl"
]
},
"lib": {
"curl": [
"curl"
]
}
}
},
"windows": {
"dependencies": {
"lib": {
"curl": {
"location": [
"C://Program Files/curl/curl.exe"
]
}
},
"bin": {
"libcurl": {
"location": [
"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