mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 05:26:28 +02:00
Add provides key to some languages
Provides key allows 1 package to provide multiple languages Expect an API update to work with these new packages
This commit is contained in:
parent
3b25ec4386
commit
ccc1e4c08b
5 changed files with 37 additions and 10 deletions
15
packages/gcc/10.2.0/metadata.json
vendored
15
packages/gcc/10.2.0/metadata.json
vendored
|
@ -1,5 +1,18 @@
|
|||
{
|
||||
"language": "gcc",
|
||||
"version": "10.2.0",
|
||||
"aliases": ["c", "g++", "c++", "cpp", "gdc", "d"]
|
||||
"provides": [
|
||||
{
|
||||
"language":"c",
|
||||
"aliases": ["gcc"]
|
||||
},
|
||||
{
|
||||
"language": "c++",
|
||||
"aliases": ["cpp", "g++"]
|
||||
},
|
||||
{
|
||||
"language": "d",
|
||||
"aliases": ["gdc"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue