Skip to content

Instantly share code, notes, and snippets.

@ab5tract
Created October 14, 2024 08:38
Show Gist options
  • Save ab5tract/8a491c02fa5626c834ab7c0e3654105f to your computer and use it in GitHub Desktop.
Save ab5tract/8a491c02fa5626c834ab7c0e3654105f to your computer and use it in GitHub Desktop.
This is the kind of thing that makes parsing META6.json hard
{
"depends" : {
"build": {
"requires": [
"Distribution::Builder::MakeFromJSON",
{
"from" : "bin",
"name" : {
"by-distro.name" : {
"macosx" : "python2.7-config",
"debian" : "python2.7-config",
"" : "python2-config"
}
}
}
]
},
"runtime": {
"requires": [
"python2.7:from<native>"
]
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment